Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Armin Lambacher <lambache@biochem.mpg.de>
Subject: strange error message with imap
Date: 04 Jun 2002 17:06:23 +0200	[thread overview]
Message-ID: <m34rgjkrrk.fsf@pcfro9.biochem.mpg.de> (raw)

Hello,

I'm new to IMAP, so maybe this is a stupid question, however, I could
not find anything related to it in the info files.

Whenever I leave one of my imap groups I get an error message similar
to the one following:

----------------------begin messages--------------------------------
Retrieving newsgroup: nnimap+mail:general...
nnimap: Updating info for nnimap+mail:general...done
Fetching headers for nnimap+mail:general...done
Generating summary...done
Expiring articles...
error in process filter: imap-parse-response: Internal error, tag 226 status BAD code nil text Bogus criteria list in UID SEARCH
error in process filter: Internal error, tag 226 status BAD code nil text Bogus criteria list in UID SEARCH
Expiring articles...done
----------------------end messages----------------------------------

The number is different each time, the text is the same.

What happens?

Here is the content of my .gnus file, I'm not aware of having
customized anything via customize...

(for sake of space I have omitted some lines of my nnimap split rules which are essentially of
the same kind as the ones presented, just different names...)

----.gnus-----------------------------------------------------------------
(setq gnus-select-method '(nntp "news.biochem.mpg.de"))
(setq gnus-secondary-select-methods '(( nnimap         "mail"
                                        (nnimap-address "mailin.biochem.mpg.de")
                                        (nnimap-nov-is-evil t)
)))
(setq nnml-directory "~/gnus-Mail")
(setq gnus-visible-headers '("^From:" "^Subject:" "^Date:" "^X-Sender:" "^To:" "^Cc:"))
(setq gnus-message-archive-group
   '((if (message-news-p)
        "misc-news"
      "misc-mail")))
(setq gnus-show-mime t)
(defun my-set-thread-sort ()
  (setq gnus-thread-sort-functions 'gnus-thread-sort-by-number))
(add-hook 'gnus-summary-generate-hook 'my-set-thread-sort)
(setq gnus-posting-styles
           '((".*"
              (address "lambache@biochem.mpg.de"))))

;
; IMAP Mail splitten
;
(setq nnimap-split-inbox
    '("INBOX")
)
(setq nnimap-split-crosspost nil)
(setq nnimap-split-rule
  '(
    ("xfree86.newbie" "To:.*newbie@XFree86.Org")
    ("gsl"            "To:*.gsl-discuss")
    ("dri-users"      "To:.*dri-users@lists.sourceforge.net")
    ("general"    "")
   )
)
---end of .gnus--------------------------------------------------------------

Can anybody help me?

Best regards 
Armin Lambacher 


             reply	other threads:[~2002-06-04 15:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-04 15:06 Armin Lambacher [this message]
2002-06-04 15:08 ` strange error message with imap, version is "Gnus v5.9.0" Armin Lambacher
     [not found] ` <iluznyb562t.fsf@latte.josefsson.org>
2002-06-05  7:46   ` strange error message with imap Armin Lambacher

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=m34rgjkrrk.fsf@pcfro9.biochem.mpg.de \
    --to=lambache@biochem.mpg.de \
    /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).