GNU bug report logs - #19026
24.4.50; rmail-summary-by-topic

Previous Next

Package: emacs;

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


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: rms <at> gnu.org
Cc: 19026 <at> debbugs.gnu.org
Subject: bug#19026: 24.4.50; rmail-summary-by-topic
Date: Tue, 28 Apr 2015 01:41:48 -0400
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.