X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.el;fp=notmuch.el;h=0f4ea1076758f4ae26cf030dd464daa8ae011338;hp=040997eeaf00eaf4e1cf5a3c604a8fcdf0bb9f71;hb=7e3b416153b0d621afba72f88c6ea926dc9d238c;hpb=2174adf374370135061bd80db21cbd43bbac95ab diff --git a/notmuch.el b/notmuch.el index 040997ee..0f4ea107 100644 --- a/notmuch.el +++ b/notmuch.el @@ -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))