Gnus development mailing list
 help / color / mirror / Atom feed
From: Josh Huber <huber@alum.wpi.edu>
Subject: Re: nnimap problem with current cvs
Date: Wed, 17 Sep 2003 18:42:51 -0400	[thread overview]
Message-ID: <878yonghp0.fsf@amalthea.paradoxical.net> (raw)
In-Reply-To: <ilu1xuft4z1.fsf@latte.josefsson.org>

Simon Josefsson <jas@extundo.com> writes:

> What is the value of gnus-message-archive-group and
> gnus-message-archive-method?  Sounds like Gnus doesn't understand
> that the archive method is the same as your normal starttls nnimap
> server.

Here's my config, including the archiving information:

(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"))

(setq gnus-message-archive-group
      '((if (message-news-p)
	    "sent-news"
	  "sent-mail")))


In all cases, the Gcc header looked correct.

-- 
Josh Huber



  reply	other threads:[~2003-09-17 22:42 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 [this message]
2003-09-17 23:32         ` Simon Josefsson
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=878yonghp0.fsf@amalthea.paradoxical.net \
    --to=huber@alum.wpi.edu \
    /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).