GNU bug report logs -
#19026
24.4.50; rmail-summary-by-topic
Previous Next
Reported by: rms <at> gnu.org
Date: Wed, 12 Nov 2014 02:45:02 UTC
Severity: normal
Found in version 24.4.50
Fixed in version 25.1
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 19026 <at> debbugs.gnu.org (full text, mbox):
Richard Stallman wrote:
> In rmail-summary-by-topic, if (rmail-simplify-subject) returns a
> string with a comma, that is taken as a comma-separated list of
> different things to search for. Thus, it finds messages whose
> subject is just a part of this message's subject.
I wrote a FIXME comment about this 5 years ago:
;; FIXME "a string of regexps separated by commas" makes no sense because:
;; i) it's pointless (you can just use \\|)
;; ii) it's broken (you can't specify a literal comma)
;; rmail-summary-by-topic and rmail-summary-by-senders have the same issue.
I suggest just dumping this "separated by commas" idea.
Ie, you would have to write "foo\\|bar" like in any other regexp.
This bug report was last modified 10 years and 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.