Gnus development mailing list
 help / color / mirror / Atom feed
From: Rajesh Godbole <argv@Sun.COM>
Subject: Setting Gcc to an nnimap group
Date: 09 Dec 1998 16:37:07 -0800	[thread overview]
Message-ID: <8t6vhjk3k98.fsf@Corp.Sun.COM> (raw)



The following setup has worked for me, mostly.  This sets up
my Gcc header to nnimap+aries:Mail/sent-{news,mail} depending
on whether I'm sending email or posting news.

Gotchas:
o The Mail/sent-{mail,news} folders on the server *need* to exist.
  nnimap appends to these.
o message mode spits out a message Couldn't store article in group ...,
  but the article gets appended to Mail/sent-mail

Other possibly beneficial things:
o Make the sent-mail and sent-news groups permanently visible and display
  all through G c
o Set group level to 2 through S l (I set my nnimap folders to level 1,
  so a 1 g gets email in that level and will skip the Gcc'ed folders)

HTH,

-rajesh

;;
;; Begin Setup for Gcc: nnimap+aries:Mail/sent-{mail,news}
;;
(setq gnus-message-archive-method
      '(nnimap "aries"
	       (nnimap-server-address "aries")
	       (nnimap-imap-directory "~/Mail/")))	       
				      

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

;; End setup


             reply	other threads:[~1998-12-10  0:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-12-10  0:37 Rajesh Godbole [this message]
1998-12-18  0:41 ` William M. Perry
1998-12-18  2:39   ` Simon Josefsson

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=8t6vhjk3k98.fsf@Corp.Sun.COM \
    --to=argv@sun.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).