Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Saving outgoing emails in an IMAP Sent mailbox?
@ 2008-02-15 19:18 Stefan Arentz
  2008-02-15 20:39 ` Gour
  2008-02-15 20:44 ` Tassilo Horn
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Arentz @ 2008-02-15 19:18 UTC (permalink / raw)
  To: info-gnus-english


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

 S.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Saving outgoing emails in an IMAP Sent mailbox?
  2008-02-15 19:18 Saving outgoing emails in an IMAP Sent mailbox? Stefan Arentz
@ 2008-02-15 20:39 ` Gour
  2008-02-16  9:32   ` Stefan Arentz
  2008-02-15 20:44 ` Tassilo Horn
  1 sibling, 1 reply; 4+ messages in thread
From: Gour @ 2008-02-15 20:39 UTC (permalink / raw)
  To: info-gnus-english


[-- Attachment #1.1: Type: text/plain, Size: 579 bytes --]

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

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

I'm using Group parameters:

(setq gnus-parameters

("^nnimap\\+localhost-IMAP:gour$"
   (posting-style
      (name "Gour")
      (address "gour@mail.inet.hr")
      (signature-file "~/Gnus/gour.signature"))
 (gcc-self . "nnimap+localhost-IMAP:gour.Sent")) 

[...]


Sincerely,
Gour


-- 

Gour  | Zagreb, Croatia  | GPG key: C6E7162D
----------------------------------------------------------------

[-- Attachment #1.2: Type: application/pgp-signature, Size: 196 bytes --]

[-- Attachment #2: Type: text/plain, Size: 161 bytes --]

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Saving outgoing emails in an IMAP Sent mailbox?
  2008-02-15 19:18 Saving outgoing emails in an IMAP Sent mailbox? Stefan Arentz
  2008-02-15 20:39 ` Gour
@ 2008-02-15 20:44 ` Tassilo Horn
  1 sibling, 0 replies; 4+ messages in thread
From: Tassilo Horn @ 2008-02-15 20:44 UTC (permalink / raw)
  To: info-gnus-english

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)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Saving outgoing emails in an IMAP Sent mailbox?
  2008-02-15 20:39 ` Gour
@ 2008-02-16  9:32   ` Stefan Arentz
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Arentz @ 2008-02-16  9:32 UTC (permalink / raw)
  To: info-gnus-english

Gour <gour@mail.inet.hr> writes:

>>>>>> "Stefan" == Stefan Arentz <stefan.arentz@gmail.com> writes:
>
> Stefan> How do I configure Gnus to save outgoing emails in an IMAP
> Stefan> mailbox?
>
> I'm using Group parameters:
>
> (setq gnus-parameters
>
> ("^nnimap\\+localhost-IMAP:gour$"
>    (posting-style
>       (name "Gour")
>       (address "gour@mail.inet.hr")
>       (signature-file "~/Gnus/gour.signature"))
>  (gcc-self . "nnimap+localhost-IMAP:gour.Sent")) 

Thanks, that was the hint that I needed! :-)

 S.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-02-16  9:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-15 19:18 Saving outgoing emails in an IMAP Sent mailbox? Stefan Arentz
2008-02-15 20:39 ` Gour
2008-02-16  9:32   ` Stefan Arentz
2008-02-15 20:44 ` Tassilo Horn

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).