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: Ted Zlatanov
Subject: Re: gnus question; how to make coming mails to be read
Date: Tue, 04 May 2010 15:42:02 -0000
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.91 (gnu/linux)

On Thu, 4 Mar 2010 19:15:56 -0800 (PST) Kiwon Um <um.kiwon@gmail.com> wrote: 

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

KU> So how can I make these mails in the group (mail.sent) to be read (or
KU> expired) automatically?

You can write the following:

1) a function to log all your sent mail message-IDs somewhere
(e.g. diary.el or the Gnus registry)

2) a function that, when a group is visited, checks if any of the
message-IDs match the recorded ones and marks those as read.

None of this exists exactly the way you'd want it, so you'll have to
write a bit of code.

Ted


reply via email to

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