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

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

Re: fcc with nnml mail spool


From: Adam Sjøgren
Subject: Re: fcc with nnml mail spool
Date: Sun, 25 Jul 2021 23:09:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Roland writes:

> How can one achieve the same thing with the nnml mail spool?

I use the archiving functionality in Gnus for this. It adds a
(Gnus-specific) header to news articles like this:

  Gcc: nnml+archive:news-2021

For email I have configured it to add this:

  Gcc: nnml+archive:news-2021

I have set gnus-message-archive-method in .gnus to this:

  '(nnml "archive"
     (nnml-directory "~/Mail/archive")
     (nnml-active-file "~/Mail/archive/active")
     (nnml-get-new-mail nil)
     (gnus-search-engine gnus-search-notmuch)
     (nnml-inhibit-expiry t))

and then I have:

  (setq gnus-message-archive-group
        '((if (message-news-p)
              (concat "news-" (format-time-string "%Y"))
            (concat "mail-" (format-time-string "%Y")))))

which does the {news,mail}-{year} part. 

I also set gnus-gcc-mark-as-read to t, because I want the archived
messages to be marked as read automatically.

(I guess you could just set your archive method to be your regular
nnml-method - I'm not sure why I split them back in ancient times.)

I hope this helps!


  Best regards,

    Adam

-- 
 'It's pulled, and it's fine, but there's clearly a         Adam Sjøgren
  balance between "octopus merges are fine" and        asjo@koldfront.dk
  "Christ, that's not an octopus, that's a Cthulhu
  merge".'




reply via email to

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