From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.help Subject: Re: gnus question; how to make coming mails to be read Date: Tue, 09 Mar 2010 13:03:07 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <878wa1e2s4.fsf@lifelogs.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1272991533 10837 80.91.229.12 (4 May 2010 16:45:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 May 2010 16:45:33 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 04 18:45:32 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O9LFT-0000rn-IH for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 18:45:32 +0200 Original-Received: from localhost ([127.0.0.1]:55379 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9LFT-0006S4-0d for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 12:45:31 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!feeder.erje.net!news2.arglkargh.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-X-Trace: news.albasani.net DgQ/x1Wfr6LQQ8H6PGiK9vm96vIAj6dHJSxEsy8BmWLmHAdHht7NqbO0JUNjHOuwtxAfYxCh0tFc57g6M1dzpyfCrNSSxg/XWqPs0GcK8VnfdqNOj0SO7beHetpfkpBV Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Tue, 9 Mar 2010 19:03:07 +0000 (UTC) X-User-ID: nOvKCZGRjfeVdXVtK3tzyt7JjpknX/CQFqBm+KU5u0E= X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:PNivcif6bOXuVEx8bYZFvWiPi10= sha1:tIuysNAfDKHFwvFNCpjgMf1Obtg= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.91 (gnu/linux) X-NNTP-Posting-Host: OBuvIoMCfg8Dj2HqmY8GsW+G8yhfkWKPlKqSeOnxTKk= Original-Xref: usenet.stanford.edu gnu.emacs.help:177420 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72944 Archived-At: On Thu, 4 Mar 2010 19:15:56 -0800 (PST) Kiwon Um 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