[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to search for ticked articles
From: |
Eric Abrahamsen |
Subject: |
Re: How to search for ticked articles |
Date: |
Fri, 20 Oct 2023 07:46:46 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Julien Cubizolles <j.cubizolles@free.fr> writes:
> I used to use the "mark:flag" search query to look for ticked articles
> with gnus-search. I recently noticed that it doesn't return any articles
> anymore in groups with ticked articles.
>
> What exactly does the "flag" mark represent, and is there a better way
> to look for dormant or ticked articles ?
These things are all search-engine dependent. Notmuch will turn
"mark:flag" into "tag:flag", and IMAP will turn it into "FLAGGED".
What search engine are you using in this case? The first thing to try
is always shutting off search parsing (either fully, by setting
`gnus-search-use-parsed-queries' to nil, or temporarily, using the
prefix argument). Then get the search working using the search engine's
native syntax. Then come back here and tell me how it went :)