diff options
| -rw-r--r-- | .gnus | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ (setq my/gnus-summary-normalize-subject (rx-to-string `(seq bol - (+ (or ,@(my/gnus-reply-prefixes) + (+ (or (seq word-start (or ,@(my/gnus-reply-prefixes)) word-end) (seq "bug#" (+ digit)) (seq "[" (or "External" "SPAM UNSURE") "]")) (? (* space) ":") (* space))))) |
