[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUS: How to automatically mark archived articles read?
From: |
Lei Wang |
Subject: |
Re: GNUS: How to automatically mark archived articles read? |
Date: |
Mon, 20 Sep 2010 23:00:50 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Alberto Luaces <aluaces@udc.es> writes:
> 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)
Yes! This is what i want.
Thank you, Alberto!
--
Regards
Lei