From: Guillaume Brogi Date: Tue, 20 Sep 2016 20:11:35 +0000 (+0200) Subject: Add compose-to-sender documentation X-Git-Tag: neomutt-20161002~16^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=954027dc1cc6a8a3c87c1342f4de9dd2e4fffe17;p=neomutt Add compose-to-sender documentation --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 9f9b85816..ae3c811a4 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -9047,6 +9047,101 @@ color attach_headers brightmagenta default "invalid node wit + + compose-to-sender Feature + Send new mail to the sender of the current mail + + + Support + + + To check if Mutt supports compose-to-sender, look for + patch-compose-to-sender in the mutt version. + See: . + + + + Dependencies: + mutt-1.7.0 + + + This feature is part of the NeoMutt Project. + + + + Introduction + + + The compose-to-sender patch adds a new command to start composing a new + email to the sender of the current message. This is not a reply, but a + new, separate, message. + + + + It works on tagged messages too, sending one email to all of the senders + of the tagged messages. + + + + + Functions + + + compose-to-sender adds the following function to Mutt. + By default, it is not bound to a key. + + + + compose-to-sender Functions + + + + Menus + Function + Description + + + + + index,pager + <compose-to-sender> + compose a new email to the sender of the current email + + + +
+
+ + + Muttrc + +# Example NeoMutt config file for the compose-to-sender feature. + +# -------------------------------------------------------------------------- +# FUNCTIONS - shown with an example mapping +# -------------------------------------------------------------------------- + +# Compose a new email (not a reply) to the sender +bind index,pager @ compose-to-sender + +# vim: syntax=muttrc + + + + + Known Bugs + None + + + + Credits + + Brian Medley + Guillaume Brogi gui-gui@netcourrier.com + + +
+ Compressed Folders Feature Read from/write to compressed mailboxes diff --git a/doc/muttrc.compose-to-sender b/doc/muttrc.compose-to-sender new file mode 100644 index 000000000..bbc432418 --- /dev/null +++ b/doc/muttrc.compose-to-sender @@ -0,0 +1,10 @@ +# Example NeoMutt config file for the compose-to-sender feature. + +# -------------------------------------------------------------------------- +# FUNCTIONS - shown with an example mapping +# -------------------------------------------------------------------------- + +# Compose a new email (not a reply) to the sender +bind index,pager @ compose-to-sender + +# vim: syntax=muttrc diff --git a/doc/vimrc.compose-to-sender b/doc/vimrc.compose-to-sender new file mode 100644 index 000000000..3d9e19422 --- /dev/null +++ b/doc/vimrc.compose-to-sender @@ -0,0 +1,4 @@ +" Vim syntax file for the NeoMutt compose-to-sender feature. + +syntax match muttrcFunction contained "\" +