Re: gnus-search since: not working for nnimap

2023-01-29 Thread Julien Cubizolles
Eric Abrahamsen writes: > We'll have to get closer to the IMAP server, then. If you don't have TLS > enabled on your local dovecot you can probably log in and test with: > > telnet localhost 143 > > Then: > > a login > b select "INBOX" > c UID SEARCH SINCE 28-Jan-2022 > > To confirm that

Re: gnus-search since: not working for nnimap

2023-01-29 Thread Eric Abrahamsen
Julien Cubizolles writes: > Eric Abrahamsen writes: > >> You can play with the bits and pieces to see where things might be going >> wrong: >> >> (gnus-search-query-parse-date "1y") -> (28 1 2022) >> (gnus-search-parse-query "since:1y") - > ((since 28 1 2022)) >> >> So far so good. >> >>

Re: gnus-search since: not working for nnimap

2023-01-29 Thread Julien Cubizolles
Eric Abrahamsen writes: > You can play with the bits and pieces to see where things might be going > wrong: > > (gnus-search-query-parse-date "1y") -> (28 1 2022) > (gnus-search-parse-query "since:1y") - > ((since 28 1 2022)) > > So far so good. > > (gnus-search-transform > (make-instance