[PATCH 7/8] emacs: modify show tag functions to use new notmuch-tag interface

2012-04-09 Thread Mark Walters
On Sun, 08 Apr 2012, Jameson Graef Rollins wrote: > The main change here is to modify argument parsing so as to not force > tag-changes to be a list, and to let notmuch-tag handle prompting the > user when required. doc strings are also updated and cleaned up. One other comment on this patch

[PATCH 7/8] emacs: modify show tag functions to use new notmuch-tag interface

2012-04-09 Thread Mark Walters
On Mon, 09 Apr 2012, Jameson Graef Rollins wrote: > On Sat, Apr 07 2012, Mark Walters wrote: >> I think this is what is making the two tests fail: they count the number >> of invocations of notmuch and in case there is one invocation of notmuch >> show and one of notmuch tag -unread message-id,

[PATCH 7/8] emacs: modify show tag functions to use new notmuch-tag interface

2012-04-09 Thread Jameson Graef Rollins
On Sat, Apr 07 2012, Mark Walters wrote: > I think this is what is making the two tests fail: they count the number > of invocations of notmuch and in case there is one invocation of notmuch > show and one of notmuch tag -unread message-id, where before it was just > the single notmuch show.

Re: [PATCH 7/8] emacs: modify show tag functions to use new notmuch-tag interface

2012-04-09 Thread Jameson Graef Rollins
On Sat, Apr 07 2012, Mark Walters markwalters1...@gmail.com wrote: I think this is what is making the two tests fail: they count the number of invocations of notmuch and in case there is one invocation of notmuch show and one of notmuch tag -unread message-id, where before it was just the

[PATCH 7/8] emacs: modify show tag functions to use new notmuch-tag interface

2012-04-08 Thread Mark Walters
On Sun, 08 Apr 2012, Jameson Graef Rollins wrote: > The main change here is to modify argument parsing so as to not force > tag-changes to be a list, and to let notmuch-tag handle prompting the > user when required. doc strings are also updated and cleaned up. > --- > emacs/notmuch-show.el |

[PATCH 7/8] emacs: modify show tag functions to use new notmuch-tag interface

2012-04-07 Thread Jameson Graef Rollins
The main change here is to modify argument parsing so as to not force tag-changes to be a list, and to let notmuch-tag handle prompting the user when required. doc strings are also updated and cleaned up. --- emacs/notmuch-show.el | 26 +++--- 1 files changed, 15

[PATCH 7/8] emacs: modify show tag functions to use new notmuch-tag interface

2012-04-07 Thread Jameson Graef Rollins
The main change here is to modify argument parsing so as to not force tag-changes to be a list, and to let notmuch-tag handle prompting the user when required. doc strings are also updated and cleaned up. --- emacs/notmuch-show.el | 26 +++--- 1 files changed, 15

Re: [PATCH 7/8] emacs: modify show tag functions to use new notmuch-tag interface

2012-04-07 Thread Mark Walters
On Sun, 08 Apr 2012, Jameson Graef Rollins jroll...@finestructure.net wrote: The main change here is to modify argument parsing so as to not force tag-changes to be a list, and to let notmuch-tag handle prompting the user when required. doc strings are also updated and cleaned up. ---