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

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

Re: GNUS: How to automatically mark archived articles read?


From: Alberto Luaces
Subject: Re: GNUS: How to automatically mark archived articles read?
Date: Mon, 20 Sep 2010 15:39:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Lei Wang writes:

> 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?

I think you want this:

(gnus-gcc-mark-as-read t)

-- 
Alberto




reply via email to

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