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

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

Re: elisp question


From: Peter Lee
Subject: Re: elisp question
Date: Wed, 20 Aug 2003 15:07:14 GMT
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt)

>>>> Mike Ballard writes:

    Mike> I don't know much about elisp but was able to piece together
    Mike> a little snippet that pretty much does what I want.  And
    Mike> that's to determine if a post is to Usenet and write a copy
    Mike> to a file.

This doesn't answer your elisp question, but another way to archive
your posts is like so:

(setq gnus-message-archive-group
      '((if (message-news-p)
            "nnml:news.sent" 
          "nnml:mail.sent")))

You can view and manage them from the group buffer this way.


reply via email to

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