]> git.notmuchmail.org Git - notmuch/commit
cli: add support for replying just to the sender in "notmuch reply"
authorJani Nikula <jani@nikula.org>
Sat, 14 Jan 2012 14:46:16 +0000 (16:46 +0200)
committerDavid Bremner <bremner@debian.org>
Sat, 14 Jan 2012 15:10:28 +0000 (11:10 -0400)
commit0f8148e920810349df207414e40b9489dc246c37
treed1b8bfb7c8b04311b984959bc9e92342c6d885ec
parentfb1c016cb5ec5263b24c9210c26f8e6f6cfd0942
cli: add support for replying just to the sender in "notmuch reply"

Add new option --reply-to=(all|sender) to "notmuch reply" to select whether
to reply to all (sender and all recipients), or just sender. Reply to all
remains the default.

Credits to Mark Walters <markwalters1009@gmail.com> for his similar earlier
work where I picked up the basic idea of handling reply-to-sender in
add_recipients_from_message(). All bugs are mine, though.

Signed-off-by: Jani Nikula <jani@nikula.org>
man/man1/notmuch-reply.1
notmuch-reply.c