diff options
author | Andrew Manning <andrew@reticu.li> | 2016-03-21 06:33:02 -0400 |
---|---|---|
committer | Andrew Manning <andrew@reticu.li> | 2016-03-21 06:33:02 -0400 |
commit | 56c86b656788aa48f88fca54c2a9dc1c86558db4 (patch) | |
tree | dc7a257d4c300ae00805673cc2de40b441f61aef /doc/context/mail/help.html | |
parent | 51cd4e8519ef97f348013320e612811f9da1ad0e (diff) | |
download | volse-hubzilla-56c86b656788aa48f88fca54c2a9dc1c86558db4.tar.gz volse-hubzilla-56c86b656788aa48f88fca54c2a9dc1c86558db4.tar.bz2 volse-hubzilla-56c86b656788aa48f88fca54c2a9dc1c86558db4.zip |
Override navbar help button to open contextual help panel. Contextual help for mail written.
Diffstat (limited to 'doc/context/mail/help.html')
-rw-r--r-- | doc/context/mail/help.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/context/mail/help.html b/doc/context/mail/help.html new file mode 100644 index 000000000..a2361a135 --- /dev/null +++ b/doc/context/mail/help.html @@ -0,0 +1,10 @@ +<dl class="dl-horizontal"> + <dt>General</dt> + <dd>The messages displayed in private mail are visible only to you and the single recipient. </dd> + <dt>Combined View</dt> + <dd>Complete conversations can be viewed in a continuous thread by selecting <b>Combined View</b>. Available conversations are displayed beneath the menu in the side panel.</dd> + <dt>Inbox/Outbox</dt> + <dd>Individual sent messages are viewed by selecting <b>Outbox</b>, and incoming messages are viewed using the <b>Inbox</b> filter.</dd> + <dt>New Message</dt> + <dd>Individual messages have delivery reports that can be viewed using the drop-down menu. Messages can also be recalled from the same menu, which can prevent the recipient from viewing the message <i>if they have not already read it</i>.</dd> +</dl>
\ No newline at end of file |