From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/10385 Path: news.gmane.org!not-for-mail From: Stefan Arentz Newsgroups: gmane.emacs.gnus.user Subject: Re: Saving outgoing emails in an IMAP Sent mailbox? Date: Sat, 16 Feb 2008 10:32:46 +0100 Message-ID: <878x1l5jr5.fsf@lvps87-230-32-149.dedicated.hosteurope.de> References: <87ir0qm3kg.fsf@lvps87-230-32-149.dedicated.hosteurope.de> <87hcga2bus.fsf@gaura-nitai.dyndns.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203154924 28336 80.91.229.12 (16 Feb 2008 09:42:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Feb 2008 09:42:04 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sat Feb 16 10:42:28 2008 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JQJYw-0003dr-0N for gegu-info-gnus-english@m.gmane.org; Sat, 16 Feb 2008 10:42:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQJYR-0006v1-Lo for gegu-info-gnus-english@m.gmane.org; Sat, 16 Feb 2008 04:41:55 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!xs4all!transit2.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:aqWMWqy3u8YzDmOn7PfzpW0LYeo= Original-Lines: 21 Original-NNTP-Posting-Host: 82.94.255.141 Original-X-Trace: 1203154367 news.xs4all.nl 14344 [::ffff:82.94.255.141]:37616 Original-X-Complaints-To: abuse@xs4all.nl Original-Xref: shelby.stanford.edu gnu.emacs.gnus:80597 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:10385 Archived-At: Gour writes: >>>>>> "Stefan" == Stefan Arentz 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.