gfp writes:

> I read the manual, but I didn´t find something
> how can I save a copy of my message.
> I would like a copy of messages I send.

By default Gnus saves a copy of outgoing messages in nnfolder:sent-YYY-MM.

You can configure gnus-message-archive-method to do something else.

I have configured mine to store news and mail in separate groups, once
per year, using nnml:

    (setq gnus-message-archive-method '(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)))
    (setq gnus-message-archive-group
          '((if (message-news-p)
                (concat "news-" (format-time-string "%Y"))
              (concat "mail-" (format-time-string "%Y")))))

The documentation is under "5.5 Archived Messages": 
https://gnus.org/manual/gnus_75.html#Archived-Messages


  Best regards,

    Adam

-- 
 "I could't find my perfect attendance pencil, which        Adam Sjøgren
  is the only pencil I turned in [for sharpening]"     a...@koldfront.dk


Reply via email to