Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Cc: ding@gnus.org
Subject: Re: nnimap not expiring?
Date: Sun, 01 May 2005 10:04:30 +0200	[thread overview]
Message-ID: <ilupswbid81.fsf@latte.josefsson.org> (raw)
In-Reply-To: <m3u0lp9kyp.fsf@pacbell.net> (Bjorn Solberg's message of "Fri, 29 Apr 2005 17:17:34 -0700")

Bjorn Solberg <bjorn_ding@hekneby.org> writes:

> I'm talking to the IMAP server (which is a Lotus Notes server) as
> a secondary method:
> (setq gnus-secondary-select-methods
>       '((nnimap "notes1")))
>
> Articles marked 'E' aren't being deleted from nnimap groups upon exit,
> even if they're over 7 days old.  I've also tried to explicitly set
> expiry-wait and expiry-target for the group but it has no effect.
> Is this a known issue, or is it working for other people?  Is it related
> to the "SEARCH Database is not full-text indexed" message below?  Any
> suggestion for a workaround or fix?

Good guess, Gnus is sending a command to look for the old messages:

> | | | 4 -> imap-send-command-1: cmdstr="109 UID SEARCH UID 446,482,716,1226:1227,1229,1236:1237,1263,1274,1280:1281,1378,1434,1439,1455:1457,1503,1507,1511,1544,1552:1554,1598,1673,1679,1683,1719,1727:1728,1790,1830,1835:1837,1940,1942,2006,2013,2015:2016,2022 NOT SINCE 22-Apr-2005"
...
> | | | 4 -> imap-arrival-filter: proc=#<process imap> string="109 NO SEARCH Database is not full-text indexed

But the server doesn't reply.  This is not a full-text search, so I
don't really understand the error message.  The IMAP server in Lotus
Notes is not the best one around...

I don't know a workaround for this.  Perhaps enable a full-text index
on the server?



  reply	other threads:[~2005-05-01  8:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-30  0:17 Bjorn Solberg
2005-05-01  8:04 ` Simon Josefsson [this message]
2005-05-02 18:22   ` Bjorn Solberg

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=ilupswbid81.fsf@latte.josefsson.org \
    --to=jas@extundo.com \
    --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).