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

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

Re: "archive server"


From: Kamil Jońca
Subject: Re: "archive server"
Date: Tue, 14 Apr 2009 22:29:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Andrzej Adam Filip <Andrzej.Filip@gmail.com> writes:

> kjonca@poczta.onet.pl (Kamil Jońca) wrote:
>
>> gnus.el:
>> =============================
>> (setq gnus-secondary-select-methods (quote ((nnimap "mail.eranet.pl" 
>> (nnimap-stream ssl)) (nnimap "localhost"))))
>>
>> (setq gnus-message-archive-method (quote (nnimap "localhost")))
>> (setq gnus-message-archive-group (quote ((if (message-news-p) "Sent/usenet" 
>> "Sent"))))
>> =============================
>>
>> Why Gnus *always* create directory ~/Mail/archive, and server:
>>   {nnfolder:archive} (opened)
>> how can I get rid of them (server & directory) ?
>
> Have you tried to use nnimap+localhost:Sent/usenet and
> nnimap+localhost:Sent ?

Hm. 
setting:
=======================
(setq gnus-message-archive-method nil)
(setq gnus-message-archive-group (quote ((if (message-news-p) 
"nnimap+localhost:Sent/usenet" "nnimap+localhost:Sent"))))
=======================
works perfect, but ... why?

KJ
-- 
Math is like love -- a simple idea but it can get complicated.
                -- R. Drabek


reply via email to

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