help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Help with GNUS?


From: James Thomas
Subject: Re: Help with GNUS?
Date: Wed, 04 Sep 2024 07:30:40 +0530
User-agent: Gnus/5.13 (Gnus v5.13)

James Thomas wrote:

> Dom Rodriguez wrote:
>
>> I just need to figure out how to store drafts per-account, including
>> NNTP on an IMAP folder.
>
> One way I've done it (in the past):
>
> - Create group directory, say 'altdrafts', in ~/News/drafts/
> - G m altdrafts RET nndraft RET
> - G p on nndraft:drafts and copy to the corresponding in the new folder.
> - Update local variables (IIRC, default-directory buffer-file-name
>   buffer-auto-save-file-name) in gnus-draft-setup-hook depending on when
>   it is wanted.

Btw that should be possible with something like:
(nndraft-request-associate-buffer "altdrafts")
as in 'message-set-auto-save-file-name', but I haven't tried.

>
> I hadn't synced it to IMAP, but you should be able to do
> gnus-move-article- after the above.

--



reply via email to

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