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

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

Re: Keeping copies of posted articles


From: Adam Sjøgren
Subject: Re: Keeping copies of posted articles
Date: Mon, 23 Jul 2012 11:57:28 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

On Mon, 23 Jul 2012 11:46:05 +0200, Gary wrote:

> Is there any way to configure gnus to save atricles I send? Sometimes
> they just vanish into the ether, never to be seen again, and having to
> type everything out again is just a PITA.

Take a look at "Archived Messages" in the manual:

 * http://gnus.org/manual/gnus_153.html

I archive my outgoing emails/articles in nnml groups, one per year,
using this in my .gnus:

  ;  Archive outgoing articles:
  (setq gnus-message-archive-method '(nnml "archive"
                                           (nnml-directory "~/Mail/archive")
                                           (nnml-active-file 
"~/Mail/archive/active")
                                           (nnml-get-new-mail nil)
                                           (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")))))

Season to taste.


  Best regards,

    Adam

-- 
 "You know, if the sun was an oboe, what would you do?"       Adam Sjøgren
                                                         asjo@koldfront.dk




reply via email to

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