]> git.notmuchmail.org Git - notmuch/commit
Remove bcc header from notmuch reply.
authorJameson Rollins <jrollins@finestructure.net>
Thu, 28 Oct 2010 00:15:42 +0000 (17:15 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 28 Oct 2010 00:15:42 +0000 (17:15 -0700)
commit399031c2e3ceffc4999110d7e9f221f49e191016
tree3cc19008c8ebadef2270841b5a8edd54e7e0d6d2
parent1aae106be5576fb75c2813bef04486f40de07d52
Remove bcc header from notmuch reply.

Notmuch reply should not be Bcc'ing the sender by default.  This is
not the appropriate way to save copies of sent mail (which should
probably be handled by an Fcc header[*]) and it doesn't give the user the
option to not be bcc'd.  This is really something that should be
handled by the reader UI.  For instance, emacs message-mode can easily
be configured to add Bcc's if the user wishes.

[*] Carl Worth: The FCC header is now in place by default in the emacs
user-interface (and tested in the test suite) so the Bcc is ready to
be eliminated.
notmuch-reply.c