[PATCH v4 0/5] reply to sender

Jani Nikula jani at nikula.org
Thu Jan 12 13:40:14 PST 2012


Hi all, changes since v3:

Split the first patch into two, the first one refactoring the reply/from address
scanning, and the second one adding the actual reply-to-sender feature. This
addresses Austins comments in id:"20120112033146.GU20796 at mit.edu" (and does
improve the code).

Patches 3-5 remain unchanged.


BR,
Jani.


Jani Nikula (4):
  cli: slightly refactor "notmuch reply" address scanning functions
  cli: add support for replying just to the sender in "notmuch reply"
  emacs: add support for replying just to the sender
  emacs: bind 'r' to reply-to-sender and 'R' to reply-to-all

Mark Walters (1):
  test: add tests for "notmuch reply" --reply-to=sender

 emacs/notmuch-mua.el     |    9 ++-
 emacs/notmuch-show.el    |   12 ++-
 emacs/notmuch.el         |   11 ++-
 man/man1/notmuch-reply.1 |   28 +++++-
 notmuch-reply.c          |  122 +++++++++++++++++----------
 test/notmuch-test        |    1 +
 test/reply-to-sender     |  209 ++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 335 insertions(+), 57 deletions(-)
 create mode 100755 test/reply-to-sender

-- 
1.7.5.4



More information about the notmuch mailing list