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

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

Re: gnus question; how to make coming mails to be read


From: Sergei Organov
Subject: Re: gnus question; how to make coming mails to be read
Date: Tue, 04 May 2010 23:07:44 +0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Kiwon Um <um.kiwon@gmail.com> writes:

> Dear emacs gnus users:
>
> I'm now using gnus with pop3 of gmail. Using nnmail-split-fancy, I
> split sent mail into specific group mail.sent. As you know, if I send
> a mail using smtp or web of gmail, it sends back the mail to me, and
> it goes to mail.sent as I set the nnmail-split-fancy. This is okay for
> me. In gnus then, it becomes the new mail so the gnus-notify+ notifies
> it. However, in my context, it's already read mail to me.
>
> So how can I make these mails in the group (mail.sent) to be read (or
> expired) automatically?

Untested:

(defun my-catchup-sent () (gnus-group-catchup "nnml:mail.sent"))
(add-hook 'gnus-after-getting-new-news-hook 'my-catchup-sent)

-- 
Sergei.





reply via email to

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