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

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

GNUS: How to automatically mark archived articles read?


From: Lei Wang
Subject: GNUS: How to automatically mark archived articles read?
Date: Mon, 20 Sep 2010 16:30:25 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

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



reply via email to

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