Stefan Arentz <[EMAIL PROTECTED]> 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 . "[EMAIL PROTECTED]") | (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) _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
