Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* "archive server"
@ 2009-04-14 16:23 Kamil Jońca
  2009-04-14 19:52 ` Andrzej Adam Filip
  2009-04-24 21:35 ` harven
  0 siblings, 2 replies; 4+ messages in thread
From: Kamil Jońca @ 2009-04-14 16:23 UTC (permalink / raw)
  To: info-gnus-english


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


KJ

-- 
EMACS = Each Manual's Audience is Completely Stupified

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

* Re: "archive server"
  2009-04-14 16:23 "archive server" Kamil Jońca
@ 2009-04-14 19:52 ` Andrzej Adam Filip
  2009-04-14 20:29   ` Kamil Jońca
  2009-04-24 21:35 ` harven
  1 sibling, 1 reply; 4+ messages in thread
From: Andrzej Adam Filip @ 2009-04-14 19:52 UTC (permalink / raw)
  To: info-gnus-english

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 ?

-- 
[pl>en Andrew] Andrzej Adam Filip : anfi@onet.eu : Andrzej.Filip@gmail.com
Distrust all those who love you extremely upon a very slight acquaintance
and without any visible reason.
  -- Lord Chesterfield

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

* Re: "archive server"
  2009-04-14 19:52 ` Andrzej Adam Filip
@ 2009-04-14 20:29   ` Kamil Jońca
  0 siblings, 0 replies; 4+ messages in thread
From: Kamil Jońca @ 2009-04-14 20:29 UTC (permalink / raw)
  To: info-gnus-english

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

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

* Re: "archive server"
  2009-04-14 16:23 "archive server" Kamil Jońca
  2009-04-14 19:52 ` Andrzej Adam Filip
@ 2009-04-24 21:35 ` harven
  1 sibling, 0 replies; 4+ messages in thread
From: harven @ 2009-04-24 21:35 UTC (permalink / raw)
  To: info-gnus-english

kjonca@poczta.onet.pl (Kamil Jońca) writes:

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

I had the same problem a few months ago. It seems to be related to
a previous method of archiving, may be the default one, which relies
on this archive directory. You probably removed the corresponding code
from your .gnus file at some point, but the server is still there and 
regenerates the archive directory at startup. Here is what I did to get rid
of it:

First delete the archive directory. 
Then go to  the *server* buffer (type ^ in the *group* buffer)
and kill the {nnfolder:archive} (type k in front of the corresponding line)
Restart, the archive folder won't be created.

Hope that helps

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

end of thread, other threads:[~2009-04-24 21:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-14 16:23 "archive server" Kamil Jońca
2009-04-14 19:52 ` Andrzej Adam Filip
2009-04-14 20:29   ` Kamil Jońca
2009-04-24 21:35 ` harven

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