Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Subject: Re: nnimap problem with current cvs
Date: Thu, 18 Sep 2003 01:32:20 +0200	[thread overview]
Message-ID: <ilusmmvrny3.fsf@latte.josefsson.org> (raw)
In-Reply-To: <878yonghp0.fsf@amalthea.paradoxical.net> (Josh Huber's message of "Wed, 17 Sep 2003 18:42:51 -0400")

Josh Huber <huber@alum.wpi.edu> writes:

> (setq gnus-secondary-select-methods
>       '(
> 	;; private domain.net IMAP server	
> 	(nnimap "hostname"
> 		(nnimap-server-address "hostname.domain.net")
> 		(nnimap-stream starttls))
> 	;; public IMAP server @ CMU with a bunch of archived lists
> 	(nnimap "cmu"
> 		(nnimap-authenticator anonymous)
> 		(nnimap-list-pattern "archive.*")
> 		(nnimap-stream network)
> 		(nnimap-server-address "cyrus.andrew.cmu.edu"))))
>
> ;; sent-mail archiving
> (setq gnus-message-archive-method
>       '(nnimap "hostname"))

Aw, this looks wrong.  Use "nnimap:hostname" or (car
gnus-secondary-select-methods) for gnus-message-archive-method.  The
methods must match or else Gnus will open another connection.  I hope
this was it.  You may want to check that your sent-mail group contains
the proper server definition in G e before restarting though.




  reply	other threads:[~2003-09-17 23:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-17 21:36 Josh Huber
2003-09-17 21:53 ` Simon Josefsson
2003-09-17 22:33   ` Josh Huber
2003-09-17 22:35     ` Josh Huber
2003-09-17 22:40       ` Josh Huber
2003-09-17 22:39     ` Simon Josefsson
2003-09-17 22:42       ` Josh Huber
2003-09-17 23:32         ` Simon Josefsson [this message]
2003-09-18  1:31           ` Josh Huber

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