]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.el
notmuch.el: Fix bug from message with ':' in the From address.
[notmuch] / notmuch.el
index 040997eeaf00eaf4e1cf5a3c604a8fcdf0bb9f71..0f4ea1076758f4ae26cf030dd464daa8ae011338 100644 (file)
@@ -1350,7 +1350,7 @@ This function advances the next thread when finished."
                  (more t)
                  (inhibit-read-only t))
              (while more
-               (if (string-match "^\\(thread:[0-9A-Fa-f]*\\) \\(.*\\) \\(\\[[0-9/]*\\]\\) \\([^:]*\\); \\(.*\\) (\\([^()]*\\))$" string line)
+               (if (string-match "^\\(thread:[0-9A-Fa-f]*\\) \\(.*\\) \\(\\[[0-9/]*\\]\\) \\([^;]*\\); \\(.*\\) (\\([^()]*\\))$" string line)
                    (let* ((thread-id (match-string 1 string))
                           (date (match-string 2 string))
                           (count (match-string 3 string))