]> git.notmuchmail.org Git - notmuch/commit
emacs: Sanitize authors and subjects in search and show
authorAustin Clements <amdragon@MIT.EDU>
Fri, 11 Oct 2013 13:53:39 +0000 (09:53 -0400)
committerDavid Bremner <bremner@debian.org>
Sun, 27 Oct 2013 12:31:29 +0000 (09:31 -0300)
commita7964c86d12558396cda0f297ebf8dcc602bab61
tree78ecab23c0e1c44f6b24162c9abf74788876c8a8
parent45444eebe5c618d08ab168c49201bcd3cc235506
emacs: Sanitize authors and subjects in search and show

Authors and subjects can contain embedded, encoded control characters
like "\n" and "\t" that mess up display.  Transform control characters
into spaces everywhere we display them in search and show.
emacs/notmuch-lib.el
emacs/notmuch-show.el
emacs/notmuch.el