Hi all - Patch 1 is a bugfix worth considering for release branch independently. Included in the same patchset as the following ones depend on it.
The rest of the patches add reply-to-sender (as opposed to reply-to-all) functionality to "notmuch reply" and emacs. Bikeshedding topic #1: How about making replying to just the sender the default in "notmuch reply", and having --reply-all option (instead of --no-reply-all)? Bikeshedding topic #2: How about binding 'r' to reply to just the sender by default, and making 'R' reply-all (instead of vice versa)? Obviously, this set is missing tests and documentation, but I'd like to get the first round of review and the above topics settled first. :) BR, Jani. Jani Nikula (4): cli: fix use of uninitialized variable in "notmuch reply" cli: convert "notmuch reply" to use the new argument parser cli: add support for replying just to the sender in "notmuch reply" emacs: add support for replying just to the sender of messages and threads emacs/notmuch-mua.el | 8 ++- emacs/notmuch-show.el | 12 ++++- emacs/notmuch.el | 11 ++++- notmuch-reply.c | 129 ++++++++++++++++++++++++++---------------------- 4 files changed, 93 insertions(+), 67 deletions(-) -- 1.7.5.4