Re: [PATCH 1/2] emacs: maildir fcc make insert more flexible

2017-09-07 Thread David Bremner
David Edmondson writes: > On Monday, 2017-08-28 at 12:27:03 +0100, Mark Walters wrote: > The fcc-header should be of the form \"folder +tag1 -tag2\" where >>> >>> I realise that this patch set didn't add this string, but it is mildly >>> ridiculous. There's no reason that we couldn't use a

Re: [PATCH 1/2] emacs: maildir fcc make insert more flexible

2017-08-28 Thread David Edmondson
On Monday, 2017-08-28 at 12:27:03 +0100, Mark Walters wrote: >>> The fcc-header should be of the form \"folder +tag1 -tag2\" where >> >> I realise that this patch set didn't add this string, but it is mildly >> ridiculous. There's no reason that we couldn't use a list, where a >> leading “+” or “

Re: [PATCH 1/2] emacs: maildir fcc make insert more flexible

2017-08-28 Thread Mark Walters
Hi Thanks for the review. On Mon, 28 Aug 2017, David Edmondson wrote: > On Monday, 2017-08-28 at 08:32:21 +0100, Mark Walters wrote: > >> This changeset makes the function >> notmuch-maildir-fcc-with-notmuch-insert slightly more flexible by >> allowing some of the prompts to be controlled by th

Re: [PATCH 1/2] emacs: maildir fcc make insert more flexible

2017-08-28 Thread David Edmondson
On Monday, 2017-08-28 at 08:32:21 +0100, Mark Walters wrote: > This changeset makes the function > notmuch-maildir-fcc-with-notmuch-insert slightly more flexible by > allowing some of the prompts to be controlled by the caller. > --- > emacs/notmuch-maildir-fcc.el | 16 ++-- > 1 file

[PATCH 1/2] emacs: maildir fcc make insert more flexible

2017-08-28 Thread Mark Walters
This changeset makes the function notmuch-maildir-fcc-with-notmuch-insert slightly more flexible by allowing some of the prompts to be controlled by the caller. --- emacs/notmuch-maildir-fcc.el | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/emacs/notmuch-mail