Re: [PATCH] emacs: add tag jump menu

2016-09-20 Thread Amadeusz Żołnowski
Ioan-Adrian Ratiu writes: > I know C-u is default emacs behaviour but I find very cumbersone to do > C-u for unapplying the tag. What I do and want is to simply apply the > tag when pressing "d" then unapply it when pressing "d" again if the > mail/thread already contains the

Re: [PATCH] emacs: add tag jump menu

2016-09-19 Thread Matt Armstrong
David Bremner writes: > Mark Walters writes: > > If we think about the operation as reverse rather than undo I'd be happy without undo/reverse in the first version of this feature. I have a few key bindings I've set up and I have not bothered to

Re: [PATCH] emacs: add tag jump menu

2016-09-18 Thread Ioan-Adrian Ratiu
On Sun, 18 Sep 2016, Jani Nikula wrote: > On Sun, 18 Sep 2016, Ioan-Adrian Ratiu wrote: >> On Sun, 18 Sep 2016, Mark Walters wrote: >>> On Sun, 18 Sep 2016, Ioan-Adrian Ratiu wrote: Hi I have

Re: [PATCH] emacs: add tag jump menu

2016-09-18 Thread Jani Nikula
On Sun, 18 Sep 2016, Ioan-Adrian Ratiu wrote: > On Sun, 18 Sep 2016, Mark Walters wrote: >> On Sun, 18 Sep 2016, Ioan-Adrian Ratiu wrote: >>> Hi >>> >>> I have implemented something similar in my tree and I really like the >>> idea. I

Re: [PATCH] emacs: add tag jump menu

2016-09-18 Thread Jani Nikula
On Sun, 18 Sep 2016, David Bremner wrote: > Mark Walters writes: > >> I agree that C-u is a little cumbersome -- I think I would be happy for >> a toggle for single messages (with a single tag change), but for >> multiple messages like a thread I

Re: [PATCH] emacs: add tag jump menu

2016-09-18 Thread Ioan-Adrian Ratiu
On Sun, 18 Sep 2016, Mark Walters wrote: > On Sun, 18 Sep 2016, Ioan-Adrian Ratiu wrote: >> Hi >> >> I have implemented something similar in my tree and I really like the >> idea. I have one issue though. >> >> On Sat, 17 Sep 2016, Mark Walters

Re: [PATCH] emacs: add tag jump menu

2016-09-18 Thread Amadeusz Żołnowski
Mark Walters writes: > a (Archive) -inbox -unread Notmuch default behaviour on archiving is not removing "unread" tag. > u (Mark Read) -unread > d (Delete) +deleted Could you remove "inbox" tag by default? I also suggest another default action: s (Mark spam) +spam

Re: [PATCH] emacs: add tag jump menu

2016-09-18 Thread David Bremner
Mark Walters writes: > Add a "jump" style menu for doing tagging operations. > --- > > Jani suggested something like this on irc today. This is a first cut > to see if people like it. By default the tagging jump menu is bound to > k (which works in search/show/tree

Re: [PATCH] emacs: add tag jump menu

2016-09-18 Thread David Bremner
Mark Walters writes: > I agree that C-u is a little cumbersome -- I think I would be happy for > a toggle for single messages (with a single tag change), but for > multiple messages like a thread I think it would be very unclear what it > was doing. It's also not

Re: [PATCH] emacs: add tag jump menu

2016-09-18 Thread Mark Walters
On Sun, 18 Sep 2016, Ioan-Adrian Ratiu wrote: > Hi > > I have implemented something similar in my tree and I really like the > idea. I have one issue though. > > On Sat, 17 Sep 2016, Mark Walters wrote: >> Add a "jump" style menu for doing tagging

Re: [PATCH] emacs: add tag jump menu

2016-09-18 Thread Ioan-Adrian Ratiu
Hi I have implemented something similar in my tree and I really like the idea. I have one issue though. On Sat, 17 Sep 2016, Mark Walters wrote: > Add a "jump" style menu for doing tagging operations. > --- > > Jani suggested something like this on irc today. This is

[PATCH] emacs: add tag jump menu

2016-09-17 Thread Mark Walters
Add a "jump" style menu for doing tagging operations. --- Jani suggested something like this on irc today. This is a first cut to see if people like it. By default the tagging jump menu is bound to k (which works in search/show/tree mode), and has the following options a (Archive) -inbox -unread