Gnus development mailing list
 help / color / mirror / Atom feed
From: Nicolas Kowalski <Nicolas.Kowalski@imag.fr>
Cc: ding@gnus.org
Subject: Re: Procmail, IMAP, ...
Date: 21 Feb 2001 11:16:09 +0100	[thread overview]
Message-ID: <vqok86ktk7q.fsf@olan.imag.fr> (raw)
In-Reply-To: Wes Hardaker's message of "20 Feb 2001 06:43:02 -0800"

Wes Hardaker <wes@hardakers.net> writes:

> 2) I doubt that your imap server will treat those folders as mail
>    folders properly unless you're properly delivering mail to them.
>    For instance, in your procmail script you should be using something
>    like "dmail" (from the UofW server utilities) to deliver your
>    mail to imap mail boxes.  Then, you should *only* use nnimap to
>    access them (nnfolder could have serious negative effects in the
>    eyes of the imap server).

Ok.

I installed dmail from UW imap-utils. Then I tried to setup procmail
to deliver mail trough this utility :

...
MAILDIR=$HOME/mail/imap

:0
* ^TO_ding
| dmail +list.gnus.ding
...

dmail complained that the folder did not exist. So I added a `touch'
command in the above recipe to create the folder before dmail tries to
save to. Worked fined.

Then I have configured gnus with a new select method :

(setq gnus-secondary-select-methods 
      '((nnfolder "")))
	(nnimap "ormelune"
		(nnimap-address "ormelune")
		(nnimap-imap-directory "~/mail/imap")
		(nnimap-list-pattern "mail/imap/*"))))

Fine : Gnus asked me my password at startup. When in the groups
buffer, I typed '^' to go to servers buffer, saw nnimap:ormelune,
browsed it, and subscribed to mail/imap/list.gnus.ding.

Boom : Gnus complained with `uidvalid' error. I searched into
mailing-list archive to see what that meant, saw the `G-p', cache file
and 'gnus-group-clear-data' tips from Kai G., tried them, without
success, Gnus always complaining with this error every time I tried to
access the folder.

I think I will go back in my configuration :(. Setting up IMAP on Gnus
looks to hard for me. Sigh.

Niko



  reply	other threads:[~2001-02-21 10:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-20 13:01 Nicolas Kowalski
2001-02-20 14:36 ` Simon Josefsson
2001-02-20 14:43 ` Wes Hardaker
2001-02-21 10:16   ` Nicolas Kowalski [this message]
2001-02-21 15:01     ` Kai Großjohann
2001-02-21 16:27       ` Nicolas Kowalski
2001-02-21 18:48     ` Wes Hardaker

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=vqok86ktk7q.fsf@olan.imag.fr \
    --to=nicolas.kowalski@imag.fr \
    --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).