X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-wash.el;h=00ac45b676508a597e3d10e0435761e4461e14b7;hp=c3b24cb97eb4f9e74eefca10047f4342de024b27;hb=caaa10876046096320f4e69053542eabe17e7e55;hpb=6fb7d35069c8770b872128156cb4f0511da6b6e9 diff --git a/emacs/notmuch-wash.el b/emacs/notmuch-wash.el index c3b24cb9..00ac45b6 100644 --- a/emacs/notmuch-wash.el +++ b/emacs/notmuch-wash.el @@ -373,7 +373,7 @@ style prefix in SUBJECT, or nil if such a prefix can't be found." (when (string-match "^ *\\(\\[[^]]*\\] *\\)*\\[[^]]*?\\([0-9]+\\)/[0-9]+[^]]*\\].*" subject) - (string-to-number (substring subject (match-beginning 2) (match-end 2))))) + (string-to-number (substring subject (match-beginning 2) (match-end 2))))) (defun notmuch-wash-subject-to-patch-filename (subject) "Convert a patch mail SUBJECT into a filename.