From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lei Wang Newsgroups: gmane.emacs.help Subject: GNUS: How to automatically mark archived articles read? Date: Mon, 20 Sep 2010 16:30:25 +0800 Message-ID: <4c971bca.17bb720a.5c0e.ffffe6e4@mx.google.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1284971534 18232 80.91.229.12 (20 Sep 2010 08:32:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 20 Sep 2010 08:32:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 20 10:32:13 2010 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 1OxbnI-0007VG-Eu for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Sep 2010 10:32:12 +0200 Original-Received: from localhost ([127.0.0.1]:38225 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxbnH-0006qM-Du for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Sep 2010 04:32:11 -0400 Original-Received: from [140.186.70.92] (port=36473 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oxbmj-0006qF-Hg for help-gnu-emacs@gnu.org; Mon, 20 Sep 2010 04:31:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oxbmi-0008TK-9G for help-gnu-emacs@gnu.org; Mon, 20 Sep 2010 04:31:37 -0400 Original-Received: from mail-pv0-f169.google.com ([74.125.83.169]:42458) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oxbmi-0008T4-4t for help-gnu-emacs@gnu.org; Mon, 20 Sep 2010 04:31:36 -0400 Original-Received: by pvc30 with SMTP id 30so2934055pvc.0 for ; Mon, 20 Sep 2010 01:31:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject :mail-followup-to:date:message-id:user-agent:mime-version :content-type; bh=dCfgTdO0JuT0/i4I3x4xz0dTOw4gzSdYkqYI1m6RdPc=; b=UL8uRiVU10mtY1EkLGz0ELosKpFhx9XJEiiKSbTlrrwuvs/XbYa2mmd/1PZz9Pg6+c qcTVZaORXAyeqORV48ozBe3/a3X9872Rg0FzEDR0tf1ccKyD3P4Lxfvf64Kl3abIhNoI mQ0hWJrmr+LW4GNZy5fh0Bb46gj/Wdw5nCMjM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:mail-followup-to:date:message-id:user-agent :mime-version:content-type; b=vF22v7B11F5BZSTV9PW9KDdivTFPAyg+FNbj0P7UM3RfTUwY1Hn/XlhzN5EU0jIn1b G/n+U12m0cH0XDq0HpQNcsPxVx+cEpfNLdm0bSL60Hp1TGjXnOr2ba4i2s5iMNuJM4bk 5VjEaXuXXLbBMiFcy6pnTEoPuWi8/sCXEViY0= Original-Received: by 10.114.156.10 with SMTP id d10mr9291836wae.229.1284971467124; Mon, 20 Sep 2010 01:31:07 -0700 (PDT) Original-Received: from rita ([116.69.43.226]) by mx.google.com with ESMTPS id k23sm13053263waf.5.2010.09.20.01.31.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 20 Sep 2010 01:31:06 -0700 (PDT) Mail-Followup-To: help-gnu-emacs@gnu.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:74988 Archived-At: Hi all! I use gnus as my email client. And use archive as this (setq gnus-message-archive-method '(nnfolder "archive" (nnfolder-inhibit-expiry t) (nnfolder-directory "~/.mail/archive") (nnfolder-active-file "~/.mail/archive/active")) gnus-update-message-archive-method nil) (setq gnus-message-archive-group '(("emacs" "sentto-emacs") ("sawfish" "sentto-sawfish") (".*" "sentto-outbox"))) When i send an email, it was archived into a proper group, but its state is unreaded. I don't want to read it again, then how to mark it read automatically? -- Regards Lei