Re: [PATCH] Have --format=mbox insert Status:

2011-02-07 Thread Michal Sojka
On Sun, 06 Feb 2011, Peter John Hartman wrote: Hi Peter, would this output be compatible with all mbox consumers or only with those who expect the Status: line? If the latter, we would probably want a command line option to enable this. Hi, As far as I've been able to tell

Re: [PATCH] Have --format=mbox insert Status:

2011-02-07 Thread Peter John Hartman
On Mon, Feb 07, 2011 at 10:04:41AM +0100, Michal Sojka wrote: [mbox] synchronize_flags=true I would call this differently - perhaps 'export_flags'. In maildir section of config file synchronize_flags has the meaning of bi-directional synchronization and this is only uni-directional. I

Re: [PATCH] Have --format=mbox insert Status:

2011-02-06 Thread Peter John Hartman
Hi Peter, would this output be compatible with all mbox consumers or only with those who expect the Status: line? If the latter, we would probably want a command line option to enable this. Hi, As far as I've been able to tell everyone respects RO in mbox, so I don't see this as a problem.

Re: [PATCH] Have --format=mbox insert Status:

2011-02-05 Thread Michal Sojka
On Wed, 02 Feb 2011, Peter John Hartman wrote: Hi folks, This is not a complete patch, but should give you an idea. (It works well enough for me, but I think it could do more). diff --git a/notmuch-show.c b/notmuch-show.c index ef421ec..dff66de 100644 --- a/notmuch-show.c +++