[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnus-message-archive-group does not work without Gnus
From: |
Teemu Likonen |
Subject: |
Re: gnus-message-archive-group does not work without Gnus |
Date: |
Mon, 10 Aug 2009 09:42:19 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
On 2009-08-08 22:41 (+0300), Teemu Likonen wrote:
> I also use nnmaildir back-end to store sent mails, so I have
> configured it like this:
>
> (setq gnus-message-archive-group "nnmaildir:sent")
>
> It works but only if I have started Gnus before. Sadly it doesn't work
> when I start clean Emacs and do "C-x m" (compose-mail) right away. There
> is the Gcc header in the buffer but after sending the mail the echo area
> shows this error message:
>
> Can't open server nnmaildir
>
> The mail is sent correctly but it's not archived anywhere.
>
> So, is it possible to get my nnmaildir:sent Gcc work with message-mode
> even if I haven't started Gnus yet with "M-x gnus"? How?
Using nnml server works without starting Gnus. So I changed to this for
now:
(setq gnus-message-archive-group "nnml:sent")