X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.el;h=00a03c0ed7c1ea979f417ecc8a346b0a064bd2ef;hp=9c3c1e065c870bf9f9fe24c5139d08183c775861;hb=a81849b5e21632cfca7d634d718501f67219bb60;hpb=40382ed98cc0a801c5ecdde26088d4341e02bcde diff --git a/notmuch.el b/notmuch.el index 9c3c1e06..00a03c0e 100644 --- a/notmuch.el +++ b/notmuch.el @@ -41,7 +41,7 @@ "Keymap for \"notmuch show\" buffers.") (fset 'notmuch-show-mode-map notmuch-show-mode-map) -(defvar notmuch-show-message-begin-regexp "%message{") +(defvar notmuch-show-message-begin-regexp " message{") (defun notmuch-show-next-message () "Advance point to the beginning of the next message in the buffer."