summaryrefslogtreecommitdiff
path: root/.gnus
diff options
context:
space:
mode:
Diffstat (limited to '.gnus')
-rw-r--r--.gnus2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gnus b/.gnus
index a705646..32884ee 100644
--- a/.gnus
+++ b/.gnus
@@ -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)))))