From: Jani Nikula Date: Sat, 14 Jan 2012 14:46:16 +0000 (+0200) Subject: cli: add support for replying just to the sender in "notmuch reply" X-Git-Tag: debian/0.12_rc1-1~214 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=0f8148e920810349df207414e40b9489dc246c37;hp=0f8148e920810349df207414e40b9489dc246c37;p=notmuch 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 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 ---