]> git.cworth.org Git - obsolete/notmuch-old/commitdiff
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)
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"


No differences found