Re: Marking as unread when moving mail to another folder

2021-02-16 Thread Cameron Simpson
On 16Feb2021 11:31, Sam Kuper wrote: >On Thu, Jul 16, 2020 at 10:57:13AM +0200, Kai Weber wrote: >> I have a save-hook defined to move all mail into a certain folder. >> >> save-hook "~A" +personal/Archive >> >> Very often I want to move the mail into the archive without opening the >> mail a

Re: Marking as unread when moving mail to another folder

2021-02-16 Thread Sam Kuper
On Thu, Jul 16, 2020 at 10:57:13AM +0200, Kai Weber wrote: > I have a save-hook defined to move all mail into a certain folder. > > save-hook "~A" +personal/Archive > > Very often I want to move the mail into the archive without opening the > mail at all but then the mail ends up as unread i

Marking as unread when moving mail to another folder

2020-07-16 Thread Kai Weber
I have a save-hook defined to move all mail into a certain folder. save-hook "~A" +personal/Archive Very often I want to move the mail into the archive without opening the mail at all but then the mail ends up as unread in the archive. I want to mark the mail as "read" when moving. How coul