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
                                                         [email protected]


_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to