Re: mark as read

2022-10-03 Thread Jon LaBadie
Thanks Tim and John. WN is doing what I was looking for with tagged messages. Interesting, the 'N' is case insensitive. jl On Sun, Oct 02, 2022 at 10:02:22PM +, Tim Chase wrote: On 2022-10-02 17:23, Jon LaBadie wrote: Maybe I'm overlooking something. A "mark as read" command

Re: mark as read

2022-10-02 Thread John Hawkinson
Jon LaBadie wrote on Sun, 2 Oct 2022 at 17:23:17 EDT in : > Maybe I'm overlooking something. A "mark as read" command > that works with tagged messages. You can use the set-flag command (bound to 'w') with atagged group, so: ;wN to set the 'N' flag on the tagged messages

Re: mark as read

2022-10-02 Thread Tim Chase
On 2022-10-02 17:23, Jon LaBadie wrote: > Maybe I'm overlooking something. A "mark as read" command > that works with tagged messages. I've used W (clear-flag) to clear the N and O options, which can be used as the operator for a ";"-work-on-tagged-messages if you want. -tkc

Re: mark as read

2022-10-02 Thread Patrick Shanahan
* Jon LaBadie [10-02-22 17:40]: > Maybe I'm overlooking something. A "mark as read" command > that works with tagged messages. > > Sometimes I'll select and tag a group of messages I want to > do something with. Perhaps delete or perhaps save as a > group. If I'

mark as read

2022-10-02 Thread Jon LaBadie
Maybe I'm overlooking something. A "mark as read" command that works with tagged messages. Sometimes I'll select and tag a group of messages I want to do something with. Perhaps delete or perhaps save as a group. If I'm going to save them I might want to mark them as read (even if

Macro to mark as "read" and then archive

2020-07-28 Thread Sam Kuper
Dear Mutt nuts, I wanted a Mutt macro that met the following desiderata: 1. Allows the user to choose, at each invocation, whether to apply the macro: - to only the current message (by simply running the macro); or instead - to currently-tagged messages (by pressing the

Mark as read and archive: macro works only in index

2017-11-10 Thread Pétùr
Hi, I am using this macro to mark an email as read and archive it. The mark as read is important because sometimes I don't open the email before archiving. macro index,pager a ":set confirmappend=no delete=yes\nN=Archives\n:set confirmappend=yes delete=yes\n" The macro work

Re: mark as read all messages with message ID

2015-05-21 Thread Suvayu Ali
On Thu, May 21, 2015 at 02:13:03AM -0400, Xu Wang wrote: On Wed, May 20, 2015 at 3:08 AM, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: I am guessing that you have set the 'trash' rc variable and/or the 'realdelete' offlineimap rc variable. I don't know what either of these variables

Re: mark as read all messages with message ID

2015-05-21 Thread Xu Wang
On Wed, May 20, 2015 at 3:08 AM, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: Hi, On Tue, May 19, 2015 at 10:44:35PM -0400, Xu Wang wrote: I see. So you do not have any such archive macro? And you do not use the All Mail workflow of Gmail? This is correct. But I can still access All Mail

Re: mark as read all messages with message ID

2015-05-20 Thread Suvayu Ali
Hi, On Tue, May 19, 2015 at 10:44:35PM -0400, Xu Wang wrote: I see. So you do not have any such archive macro? And you do not use the All Mail workflow of Gmail? This is correct. But I can still access All Mail over IMAP. I just don't sync it with OfflineIMAP. It would take up too much

Re: mark as read all messages with message ID

2015-05-19 Thread Xu Wang
the above behavior with mutt and gmail? If so, there must be something that I have been doing wrong so this would be useful to know. If I delete it in Mutt, after the offlineimap sync it is gone from Gmail. Similarly, if I mark it read, it is read in Gmail. I just tested it with a thread from

Re: mark as read all messages with message ID

2015-05-15 Thread Suvayu Ali
doing wrong so this would be useful to know. If I delete it in Mutt, after the offlineimap sync it is gone from Gmail. Similarly, if I mark it read, it is read in Gmail. I just tested it with a thread from the Emacs list. In my setup it goes to the Emacs label. I then sync the Emacs folder

Re: mark as read all messages with message ID

2015-05-15 Thread Xu Wang
On Tue, May 12, 2015 at 4:51 PM, Xu Wang xuwang...@gmail.com wrote: On Tue, May 12, 2015 at 2:38 AM, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: Hi Xu, On Mon, May 11, 2015 at 03:19:35AM -0400, Xu Wang wrote: If you are curious about motivation, it is because GMail treats labels as

Re: mark as read all messages with message ID

2015-05-12 Thread Suvayu Ali
Hi Xu, On Mon, May 11, 2015 at 03:19:35AM -0400, Xu Wang wrote: If you are curious about motivation, it is because GMail treats labels as different folders. So when we sync back, to have a message marked as read in GMail, it must be marked as read in all labels (or in Mutt's point of view,

Re: mark as read all messages with message ID

2015-05-12 Thread Xu Wang
/articles/my-mutt-gmail-setup/ There’s one blemish left: Reading mails in the respective folders doesn’t mark them read in the archive. Also, you have to start using Gmail’s labels as folders again for the same reason: One mail with three labels means three folders with an unread mail. I haven’t

mark as read all messages with message ID

2015-05-11 Thread Xu Wang
Hello all, In the pager or index, I would like to mark as read every message in all mail boxes with the same message ID as the email that is highlighted. How can I do clear-flagN to every such message? If you are curious about motivation, it is because GMail treats labels as different folders

Re: mark as read all messages with message ID

2015-05-11 Thread Derek Martin
On Mon, May 11, 2015 at 03:19:35AM -0400, Xu Wang wrote: Hello all, In the pager or index, I would like to mark as read every message in all mail boxes with the same message ID as the email that is highlighted. There's no way to do this in Mutt proper... it does not have the ability

Re: mark as read all messages with message ID

2015-05-11 Thread Xu Wang
On Mon, May 11, 2015 at 7:13 PM, Derek Martin inva...@pizzashack.org wrote: On Mon, May 11, 2015 at 03:19:35AM -0400, Xu Wang wrote: Hello all, In the pager or index, I would like to mark as read every message in all mail boxes with the same message ID as the email that is highlighted

Re: Do not mark as read automatically

2015-04-16 Thread Patrick Shanahan
* Thomas Schaper thomas.tim.scha...@gmail.com [04-16-15 11:39]: Hello all, I would like mutt to not mark my message as read when I open it but only when remove the 'N' flag. Is this possible or is there a workaround? look at the set command in man muttrc -- (paka)Patrick Shanahan

Do not mark as read automatically

2015-04-16 Thread Thomas Schaper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello all, I would like mutt to not mark my message as read when I open it but only when remove the 'N' flag. Is this possible or is there a workaround? Kind regards, Thomas -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux)

Re: Do not mark as read automatically

2015-04-16 Thread Thomas Schaper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Sorry I pressed r instead of 'L', here are the message that were private. (I hope this is ok for you Patrick) OK, I guess it is quite expected behaviour. I was just hoping I could keep my current work flow with unread emails need work. Maybe

Re: mark as read and save macro don't work correctly,

2007-10-03 Thread Christian Ebert
* Raphael Brunner on Wednesday, October 03, 2007 at 13:14:09 +0200 On Tue, Oct 02, 2007 at 11:49:18PM -0500, Kyle Wheeler wrote: Hmmm, there may be a limit on the length of a macro, which might be shorter depending on your version of mutt. That's my first guess. My other thought would be

Re: mark as read and save macro don't work correctly,

2007-10-03 Thread Raphael Brunner
On Wed, Oct 03, 2007 at 01:54:48PM +0200, Christian Ebert wrote: * Raphael Brunner on Wednesday, October 03, 2007 at 13:14:09 +0200 On Tue, Oct 02, 2007 at 11:49:18PM -0500, Kyle Wheeler wrote: Hmmm, there may be a limit on the length of a macro, which might be shorter depending on your

Re: mark as read and save macro don't work correctly, why?

2007-10-02 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, October 2 at 09:35 PM, quoth Raphael Brunner: folder-hook . 'set sort=reverse-date-received; \ macro index d clear-flagNsave-message=999-Trash^Msync-mailbox; \

[SOLVED] Re: mark as read and save macro don't work correctly, why?

2007-10-02 Thread Raphael Brunner
On Tue, Oct 02, 2007 at 02:56:31PM -0500, Kyle Wheeler wrote: On Tuesday, October 2 at 09:35 PM, quoth Raphael Brunner: folder-hook .'set sort=reverse-date-received; \ macro index d clear-flagNsave-message=999-Trash^Msync-mailbox; \

Re: [SOLVED] Re: mark as read and save macro don't work correctly,

2007-10-02 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, October 2 at 11:21 PM, quoth Raphael Brunner: many thanks! I changed the lines to this and it work now! Here's an improvement: folder-hook . 'set sort=reverse-date-received; \ macro index d enter-commandset

Re: mark as read and save macro don't work correctly,

2007-10-02 Thread Raphael Brunner
On Tue, Oct 02, 2007 at 04:30:11PM -0500, Kyle Wheeler wrote: On Tuesday, October 2 at 11:21 PM, quoth Raphael Brunner: many thanks! I changed the lines to this and it work now! Here's an improvement: folder-hook . 'set sort=reverse-date-received; \ macro index d enter-commandset

Re: mark as read and save macro don't work correctly,

2007-10-02 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, October 3 at 12:00 AM, quoth Raphael Brunner: Thanks for this idea, but now I have this: 1. the macro 'pager d' don't work (also the same without $my_resolve). It seems, since the line is longer than before, but why? I have exactly

Mark as Read

2001-07-11 Thread Carl B . Constantine
How can I tell mutt to mark email as read. I use t to tagg the email, and I just want to mark it as read so mutt doesn't always put me on an email that I don't want to read just because it's N or O. An I don't really want to just hit the spacebar to toggle the read flag for every single message

Re: Mark as Read

2001-07-11 Thread Drew Raines
* Carl B . Constantine [EMAIL PROTECTED]: How can I tell mutt to mark email as read. Wn This unsets the new flag. You could also tag multiple messages and ;Wn -- Drew

Re: Mark as Read

2001-07-11 Thread Louis LeBlanc
. Constantine sat at the `puter and typed: How can I tell mutt to mark email as read. I use t to tagg the email, and I just want to mark it as read so mutt doesn't always put me on an email that I don't want to read just because it's N or O. An I don't really want to just hit the spacebar to toggle the read

Re: Mark as Read

2001-07-11 Thread Chris Fuchs
On Wed, Jul 11, 2001 at 01:42:04PM -0500, Drew Raines wrote: * Carl B . Constantine [EMAIL PROTECTED]: How can I tell mutt to mark email as read. Wn escr works but Wn doesn't toggle the new flag for me. Chris -- The only joy in the world is to begin. -Cesare Pavese