[PATCH 1/2] emacs: Add auto-tagging for replied messages.

2010-04-27 Thread Jesse Rosenthal
Add `notmuch-message-mark-replied', a function for automatically tagging replied messages with user-defined tags. The tags (which can be either added or removed) can be customized with the customization variable `notmuch-message-replied-tags'. This is a simple list of strings. Any string prefaced w

Re: [PATCH 1/2] emacs: Add auto-tagging for replied messages.

2010-04-27 Thread Carl Worth
On Tue, 27 Apr 2010 09:06:59 -0400, Jesse Rosenthal wrote: > Add `notmuch-message-mark-replied', a function for automatically tagging > replied messages with user-defined tags. A nice, feature. Thanks! A couple of points on the patch: > +(defcustom notmuch-message-replied-tags '("replied") > +

[PATCH 1/2] emacs: Add auto-tagging for replied messages.

2010-04-27 Thread Carl Worth
On Tue, 27 Apr 2010 09:06:59 -0400, Jesse Rosenthal wrote: > Add `notmuch-message-mark-replied', a function for automatically tagging > replied messages with user-defined tags. A nice, feature. Thanks! A couple of points on the patch: > +(defcustom notmuch-message-replied-tags '("replied") > +

[PATCH 1/2] emacs: Add auto-tagging for replied messages.

2010-04-27 Thread Jesse Rosenthal
Add `notmuch-message-mark-replied', a function for automatically tagging replied messages with user-defined tags. The tags (which can be either added or removed) can be customized with the customization variable `notmuch-message-replied-tags'. This is a simple list of strings. Any string prefaced w