]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.el
notmuch show: Switch to control character to mark sections of output
[notmuch] / notmuch.el
index 9c3c1e065c870bf9f9fe24c5139d08183c775861..00a03c0ed7c1ea979f417ecc8a346b0a064bd2ef 100644 (file)
@@ -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 "\fmessage{")
 
 (defun notmuch-show-next-message ()
   "Advance point to the beginning of the next message in the buffer."