From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sergei Organov Newsgroups: gmane.emacs.help Subject: Re: gnus question; how to make coming mails to be read Date: Tue, 04 May 2010 23:07:44 +0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273048085 30239 80.91.229.12 (5 May 2010 08:28:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 May 2010 08:28:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 05 10:27:59 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 1O9ZxV-0007LC-SI for geh-help-gnu-emacs@m.gmane.org; Wed, 05 May 2010 10:27:58 +0200 Original-Received: from localhost ([127.0.0.1]:52203 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9ZxU-0004ws-SR for geh-help-gnu-emacs@m.gmane.org; Wed, 05 May 2010 04:27:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9NTO-0001GR-5t for help-gnu-emacs@gnu.org; Tue, 04 May 2010 15:08:02 -0400 Original-Received: from [140.186.70.92] (port=51578 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9NTM-0001Eb-T1 for help-gnu-emacs@gnu.org; Tue, 04 May 2010 15:08:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9NTH-0001Lb-SV for help-gnu-emacs@gnu.org; Tue, 04 May 2010 15:08:00 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:33847) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9NTH-0001LK-LV for help-gnu-emacs@gnu.org; Tue, 04 May 2010 15:07:55 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O9NTG-0004W0-2E for help-gnu-emacs@gnu.org; Tue, 04 May 2010 21:07:54 +0200 Original-Received: from 89.175.180.246 ([89.175.180.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 May 2010 21:07:54 +0200 Original-Received: from osv by 89.175.180.246 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 May 2010 21:07:54 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 21 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 89.175.180.246 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:73327 Archived-At: Kiwon Um 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.