doc/06-post.md in ayadn-1.7.7 vs doc/06-post.md in ayadn-1.8.0

- old
+ new

@@ -81,20 +81,40 @@ Send a private message to a specific user. `ayadn pm @ericd` -Ayadn will then show you the *write* prompt. +Ayadn will then show you the *write* prompt. +By default, Ayadn will mark this private messages channel as read once the message has been sent. + +You can pass an option to avoid this for the time of the command: + +`ayadn pm -z @ericd` + +Or even invert this behaviour permanently with `set`: + +`ayadn set marker update_messages false` + # SEND Send a message to an App.net CHANNEL. `ayadn send 46217` `ayadn -C 46217` Ayadn will then show you the *write* prompt. + +By default, Ayadn will mark this channel as read once the message has been sent. + +You can pass an option to avoid this for the time of the command: + +`ayadn -C -z 46217` + +Or even invert this behaviour permanently with `set`: + +`ayadn set marker update_messages false` If you've already created an [alias](#alias) for the channel, you can post to it with: `ayadn send mychannelalias`