info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Saving outgoing emails in an IMAP Sent mailbox?


From: Tassilo Horn
Subject: Re: Saving outgoing emails in an IMAP Sent mailbox?
Date: Fri, 15 Feb 2008 21:44:11 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

Stefan Arentz <stefan.arentz@gmail.com> writes:

Hi Stefan,

> How do I configure Gnus to save outgoing emails in an IMAP mailbox?

Use

,----[ (info "(gnus)Group Parameters") ]
| `gcc-self'
|      If `(gcc-self . t)' is present in the group parameter list, newly
|      composed messages will be `Gcc''d to the current group.  If
|      `(gcc-self . none)' is present, no `Gcc:' header will be
|      generated, if `(gcc-self . "string")' is present, this string will
|      be inserted literally as a `gcc' header.  This parameter takes
|      precedence over any default `Gcc' rules as described later (*note
|      Archived Messages::).
`----

I use this as an example:

,----[ ~/.gnus.el ]
| (setq gnus-parameters
|       `((,(rx "Fastmail:INBOX.mailinglists.bbdb-info")
|          (to-address . "bbdb-info@lists.sourceforge.net")
|          (subscribed . t)
|          (gcc-self   . "nnimap+Fastmail:INBOX.Sent Items"))
|
|          [...]
|
|         ))
`----

Bye,
Tassilo
-- 
My work on  free software is motivated by  an idealistic goal: spreading
freedom and  cooperation. I want  to encourage free software  to spread,
replacing proprietary  software that forbids cooperation,  and thus make
our society better. (Richard M. Stallman)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]