unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* gnus-summary-refer-thread does not find all
@ 2005-01-24 20:24 Stefan Monnier
  2005-01-25  8:12 ` Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier @ 2005-01-24 20:24 UTC (permalink / raw)



I often find that A T doesn't find all the articles I'm looking for.
It turns out that one of the reason might be the following:

gnus-summary-limit-include-thread calls
gnus-summary-limit-include-matching-articles with "subject" and
a subject-regexp in decoded form (with non-ASCII chars).  These args are
then passed to gnus-find-matching-articles which compares uses the regexp on
the output of mail-header-subject but this output is not decoded (accented
chars are represented by sequences of other chars).


        Stefan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-25  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-24 20:24 gnus-summary-refer-thread does not find all Stefan Monnier
2005-01-25  8:12 ` Katsumi Yamaoka

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).