]> git.cworth.org Git - notmuch/commit
emacs: do not modify subject in search or show
authorJameson Graef Rollins <jrollins@finestructure.net>
Sun, 15 Apr 2012 02:17:52 +0000 (19:17 -0700)
committerDavid Bremner <bremner@debian.org>
Sun, 29 Apr 2012 02:30:59 +0000 (23:30 -0300)
commitcbba1d1ba9781e79d1af39c165accd8d137a815f
tree4e76813170476524588e8f0db379d58dd01fd844
parent0ff54ab712c24263a1dd66ffd2b4266371f24830
emacs: do not modify subject in search or show

A previous patch [0] replaced blank subject lines with '[No Subject]'
in search and show mode.  Apparently this was needed to circumvent
some bug in the printing code, but there was no need for it search or
show, and it is definitely not desirable, so we undo it here (a revert
is no longer feasible).  We should not be modifying strings in the
original message without good reason, or without a clear indication
that we are doing so, neither of which apply in this case.  For
further discussion see [0].

[0] id:"1327918561-16245-3-git-send-email-dme@dme.org"
emacs/notmuch-show.el
emacs/notmuch.el