Gnus development mailing list
 help / color / mirror / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: ding@gnus.org
Subject: Re: gnus-search-imap and quoted queries
Date: Tue, 19 Apr 2022 15:47:36 -0700	[thread overview]
Message-ID: <878rs0667r.fsf@ericabrahamsen.net> (raw)
In-Reply-To: <875yn4g3f1.fsf@sergiodj.net>

Sergio Durigan Junior <sergiodj@sergiodj.net> writes:

> On Tuesday, April 19 2022, dick wrote:
>
>> C-u G G from "Debian FTP Masters"
>
> Nothing changed.
>
>> The C-u says:
>> "I'm using Dovecot's query syntax, not Gnus's, so don't mess with it."
>
> I'm aware of what C-u does in this case, but IIUC the new gnus-search
> backend should translate my query into Dovecot's parlance if
> gnus-search-use-parsed-queries if t, which it is.  Or am I
> misunderstanding something?

It's possible that something has gone wrong with the handling of the
quotes. An easy way to tell what's Gnus is looking at is to run:

(let* ((q "from:\"Debian FTP Masters\"")
       (parsed (gnus-search-parse-query q))
       (engine (make-instance 'gnus-search-imap :literal-plus t)))
  (gnus-search-transform engine parsed))

"FROM {20+}
\"Debian FTP Masters\""

I set :literal-plus because I think that's Dovecot's config out of the
box. You can also replace the ad-hoc engine there with your actual
engine, by finding it in `gnus-search-engine-instance-alist'.

If the results look normal to you, the method to edebug is probably
`gnus-search-imap-search-command'.

Eric



  parent reply	other threads:[~2022-04-19 22:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-19 16:10 Sergio Durigan Junior
2022-04-19 21:30 ` dick
2022-04-19 21:37   ` Sergio Durigan Junior
2022-04-19 22:15     ` dick
2022-04-20 18:49       ` Sergio Durigan Junior
2022-04-20 21:04         ` dick
2022-04-19 22:47     ` Eric Abrahamsen [this message]
2022-04-20 19:12       ` Sergio Durigan Junior
2022-04-23  5:23 ` Sergio Durigan Junior
2022-04-23 16:01   ` Eric Abrahamsen
2022-05-01  5:14     ` Sergio Durigan Junior
2022-05-03 20:01       ` Eric Abrahamsen
2022-05-05  2:06         ` Sergio Durigan Junior

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878rs0667r.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).