[PATCH v3 1/2] emacs: Use text properties rather than overlays in `notmuch-show-mode'.

2012-02-11 Thread Mark Walters
Hi I looked at this and think its ok except for one trivial (but significant) rebase error. Best wishes Mark On Tue, 7 Feb 2012 08:46:16 +, David Edmondson wrote: > Except for where invisibility is involved, replace the use of overlays > in `notmuch-show-mode' with text properties,

[Patch V4] Add NOTMUCH_MESSAGE_FLAG_EXCLUDED flag

2012-02-11 Thread Mark Walters
Hi > Here is the latest version of this patch set. I think I have fixed most > of the problems raised in review but there are some remaining issues > detailed below. I know this patch set needs rebasing on top of Jani's notmuch-show command line parsing patch: should I do that now or wait for

[PATCH 1/7] cli: add --do-not-exclude option to count and search.

2012-02-11 Thread Austin Clements
Quoth Jameson Graef Rollins on Feb 11 at 10:44 am: > On Sun, 29 Jan 2012 18:39:48 +, Mark Walters gmail.com> wrote: > > This option turns off the exclusion so all matching messages are > > returned. We do not need to add this to show as notmuch-show does not > > (yet) exclude. > > Hi. What

FreeBSD Port

2012-02-11 Thread Doug Penner
Hello, I'd just like to start by saying I've found NotMuch to be VERY useful in handling years worth of email archives and appreciate all the hard work every developer has put into it. I have written up a port for FreeBSD and would like to have it added to the official ports collection.

[PATCH 1/7] cli: add --do-not-exclude option to count and search.

2012-02-11 Thread Jameson Graef Rollins
-- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120211/1390421f/attachment.pgp>

[PATCH 1/7] cli: add --do-not-exclude option to count and search.

2012-02-11 Thread Jameson Graef Rollins
includes what are essentially multiple separate threads. jamie. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120

Set "From" based on "To" when replying

2012-02-11 Thread Simon Campese
> Yeah, I think this is the point: you want "*@mydomain.org" to be one of > the user.other_email. I don't see why that couldn't be done with a > little work in notmuch-reply.c. I wouldn't mind seeing this > functionality as well, actually. So here's my shabby solution (pasted from my .emacs):

Re: [PATCH 1/7] cli: add --do-not-exclude option to count and search.

2012-02-11 Thread Jameson Graef Rollins
On Sun, 29 Jan 2012 18:39:48 +, Mark Walters markwalters1...@gmail.com wrote: This option turns off the exclusion so all matching messages are returned. We do not need to add this to show as notmuch-show does not (yet) exclude. Hi. What is the status of this patch? It looks like we're

Re: [PATCH 1/7] cli: add --do-not-exclude option to count and search.

2012-02-11 Thread Austin Clements
Quoth Jameson Graef Rollins on Feb 11 at 10:44 am: On Sun, 29 Jan 2012 18:39:48 +, Mark Walters markwalters1...@gmail.com wrote: This option turns off the exclusion so all matching messages are returned. We do not need to add this to show as notmuch-show does not (yet) exclude. Hi.

Re: [PATCH 1/7] cli: add --do-not-exclude option to count and search.

2012-02-11 Thread Jameson Graef Rollins
On Sat, 11 Feb 2012 13:50:23 -0500, Austin Clements amdra...@mit.edu wrote: It has moved to a new thread: id:874nv9rv79@qmul.ac.uk. It's waiting for a rebase on Jani's command line parsing change and probably needs some more review, too. So it has! Thanks, Austin. jamie.

Re: [Patch V4] Add NOTMUCH_MESSAGE_FLAG_EXCLUDED flag

2012-02-11 Thread Mark Walters
Hi Here is the latest version of this patch set. I think I have fixed most of the problems raised in review but there are some remaining issues detailed below. I know this patch set needs rebasing on top of Jani's notmuch-show command line parsing patch: should I do that now or wait for

FreeBSD Port

2012-02-11 Thread Doug Penner
Hello, I'd just like to start by saying I've found NotMuch to be VERY useful in handling years worth of email archives and appreciate all the hard work every developer has put into it. I have written up a port for FreeBSD and would like to have it added to the official ports collection.

Re: [PATCH v3 1/2] emacs: Use text properties rather than overlays in `notmuch-show-mode'.

2012-02-11 Thread Mark Walters
Hi I looked at this and think its ok except for one trivial (but significant) rebase error. Best wishes Mark On Tue, 7 Feb 2012 08:46:16 +, David Edmondson d...@dme.org wrote: Except for where invisibility is involved, replace the use of overlays in `notmuch-show-mode' with text