Plans for the 0.2 release (this week)

2010-04-07 Thread James Westby
On Wed, 07 Apr 2010 15:12:44 -0700, Carl Worth wrote: > * Anything else that people want, (especially things that already > exist and that you're already using). Support for maildir flags on > import would be great here. I'm still waiting to see a complete > solution I think. id:126

Re: [PATCH] notmuch.el: 'F' in search mode takes us to a list of folders.

2010-04-07 Thread Carl Worth
On Sat, 27 Feb 2010 08:49:06 +0100, Sebastian Spaeth wrote: > From: David Edmondson > --- > Dear Carl, I start out notmuch in my inbox search, but find myself > navigating to the notmuch-folder view quite often. Therefore the key > binding 'F' to open a notmuch-folder is really handy. I agree t

[PATCH] notmuch.el: 'F' in search mode takes us to a list of folders.

2010-04-07 Thread Carl Worth
ld like to make my cleaned-up version (see TODO for a mockup) be the view that one gets with "M-x notmuch". -Carl -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100407/ec918a51/attachment.pgp>

Re: [PATCH] Fix the default value for --includedir.

2010-04-07 Thread Carl Worth
On Wed, 7 Apr 2010 11:48:31 -0400, Mike Kelly wrote: > -includedir = ${INCLUDEDIR:=\$(prefix)/lib} > +includedir = ${INCLUDEDIR:=\$(prefix)/include} Yikes! That's pretty embarrassing. (I probably would have noticed in the Debian package, but debhelper automatically passes an explicit --included

[PATCH] Fix the default value for --includedir.

2010-04-07 Thread Carl Worth
URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100407/b4a4228b/attachment.pgp>

Re: [PATCH] Fix code extracting the MTA from Received: headers

2010-04-07 Thread Carl Worth
On Wed, 07 Apr 2010 13:38:29 -0700, Dirk Hohndel wrote: > The previous code made too many assumptions about the (sadly not > standardized) format of the Received headers. This version should > be more robust to deal with different variations. Thanks for maintaining this. I'll have to fiddle with

[PATCH] Fix code extracting the MTA from Received: headers

2010-04-07 Thread Carl Worth
as scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100407/530ccb81/attachment.pgp>

Re: [PATCH] Derive version numbers from git

2010-04-07 Thread Carl Worth
On Tue, 06 Apr 2010 18:11:28 +0200, Michal Sojka wrote: > On Tue, 06 Apr 2010, Sebastian Spaeth wrote: > > > But, there are people without git installed that download the release > > tarball. So if this patch makes it, we need to replace this with a > > static version number when baking a rele

[PATCH] Derive version numbers from git

2010-04-07 Thread Carl Worth
rl -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100407/06e5a998/attachment.pgp>

Re: Plans for the 0.2 release (this week)

2010-04-07 Thread James Westby
On Wed, 07 Apr 2010 15:12:44 -0700, Carl Worth wrote: > * Anything else that people want, (especially things that already > exist and that you're already using). Support for maildir flags on > import would be great here. I'm still waiting to see a complete > solution I think. id:126

Plans for the 0.2 release (this week)

2010-04-07 Thread Carl Worth
We've obviously got a lot of interest in notmuch, and a huge pile of features that need to be merged. I think that means we're in a state where we can have extremely regular releases, with continually improving feature sets. I'm thinking releases once per week or so. With each release, I expect p

Plans for the 0.2 release (this week)

2010-04-07 Thread Carl Worth
solution I think. So keep the patches coming, and the pointers to patches that you want me to look at. -Carl -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmu

Re: [notmuch] [Sebastian Spaeth] Pull requests

2010-04-07 Thread Carl Worth
On Thu, 25 Mar 2010 22:50:52 -0400, micah anderson wrote: > The only other patch that I find absolutely crucial, that you do not > include, is the 'Preserve folder information when indexing' patch which, > although not perfect, does significantly change my life. This, (along with "allow mailing-

[notmuch] [Sebastian Spaeth] Pull requests

2010-04-07 Thread Carl Worth
On Thu, 25 Mar 2010 22:50:52 -0400, micah anderson wrote: > The only other patch that I find absolutely crucial, that you do not > include, is the 'Preserve folder information when indexing' patch which, > although not perfect, does significantly change my life. This, (along with "allow mailing-

Re: [notmuch] [Sebastian Spaeth] Pull requests

2010-04-07 Thread Carl Worth
On Mon, 01 Mar 2010 15:57:00 +0100, "Sebastian Spaeth" wrote: > >From git repository git://github.com/spaetz/notmuch-all-feature.git I > would like to advocate the following branches for quick pulling. Each > contains 1 or 2 patches. They have all been based on todays > cworth/master, so it shoul

[notmuch] [Sebastian Spaeth] Pull requests

2010-04-07 Thread Carl Worth
proposing the patch). Keep up the good work! -Carl -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100407/3198b20e/attachment.pgp>

Re: [notmuch] [PATCH] notmuch-new: Respect maildir flags when importing a new message

2010-04-07 Thread Carl Worth
On Mon, 1 Mar 2010 14:28:56 +0100, Sebastian Spaeth wrote: > When importing a new mail do check for maildir tags and assign > corresponding notmuch tags. I think this is a useful thing to support, as obviously new users have *some* state that's interesting to import (which messages have been "s

[notmuch] [PATCH] notmuch-new: Respect maildir flags when importing a new message

2010-04-07 Thread Carl Worth
On Mon, 1 Mar 2010 14:28:56 +0100, Sebastian Spaeth wrote: > When importing a new mail do check for maildir tags and assign > corresponding notmuch tags. I think this is a useful thing to support, as obviously new users have *some* state that's interesting to import (which messages have been "s

Re: [notmuch] [PATCH v2] notmuch.el: add functionality in notmuch search mode to add or remove tags by region

2010-04-07 Thread Carl Worth
On Tue, 16 Feb 2010 19:07:40 -0500, Jesse Rosenthal wrote: > This patch adds `-region' versions of the `notmuch-search-' commands to find > properties. It also splits up `notmuch-add/remove-tags' into both a > `-thread' and a `-region' version. (This makes us modify > `notmuch-search-archive-thre

[notmuch] [PATCH v2] notmuch.el: add functionality in notmuch search mode to add or remove tags by region

2010-04-07 Thread Carl Worth
On Tue, 16 Feb 2010 19:07:40 -0500, Jesse Rosenthal wrote: > This patch adds `-region' versions of the `notmuch-search-' commands to find > properties. It also splits up `notmuch-add/remove-tags' into both a > `-thread' and a `-region' version. (This makes us modify > `notmuch-search-archive-thr

[PATCH] Fix code extracting the MTA from Received: headers

2010-04-07 Thread Dirk Hohndel
The previous code made too many assumptions about the (sadly not standardized) format of the Received headers. This version should be more robust to deal with different variations. Signed-off-by: Dirk Hohndel --- notmuch-reply.c | 23 +-- 1 files changed, 9 insertions(+),

[PATCH] Fix code extracting the MTA from Received: headers

2010-04-07 Thread Dirk Hohndel
The previous code made too many assumptions about the (sadly not standardized) format of the Received headers. This version should be more robust to deal with different variations. Signed-off-by: Dirk Hohndel --- notmuch-reply.c | 23 +-- 1 files changed, 9 insertions(+),

[PATCH] emacs: Correct the documentation for notmuch-search-add-tag (and -remove-tag)

2010-04-07 Thread Carl Worth
ot; (interactive (list (notmuch-select-tag-with-completion "Tag to remove: " -- 1.7.0 -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100407/bc289f04/attachment.pgp>

Re: [notmuch] Fcc, Maildir, and Emacs message-mode -- a bit of code

2010-04-07 Thread Dirk Hohndel
On Wed, 27 Jan 2010 09:44:41 -0500, Jameson Rollins wrote: > Hey, folks. Following up on this thread about better fcc handling, > Jesse passed on a simple python script he wrote that uses the python > "mailbox" module to deliver a message on stdin to a specified maildir > directory. It's very a

[notmuch] Fcc, Maildir, and Emacs message-mode -- a bit of code

2010-04-07 Thread Dirk Hohndel
On Wed, 27 Jan 2010 09:44:41 -0500, Jameson Rollins wrote: > Hey, folks. Following up on this thread about better fcc handling, > Jesse passed on a simple python script he wrote that uses the python > "mailbox" module to deliver a message on stdin to a specified maildir > directory. It's very a

Re: [PATCH 1/2] notmuch.el: Allow citation suffixes to be shown as well as prefixes.

2010-04-07 Thread Carl Worth
On Tue, 6 Apr 2010 09:39:19 +0200, Sebastian Spaeth wrote: > From: David Edmondson > > In many conversations the last few lines of a citation are more > interesting than the first few lines, hence allow those to be shown if > desired. Thanks, David! (and Sebastian). I've pushed out this chan

[PATCH 1/2] notmuch.el: Allow citation suffixes to be shown as well as prefixes.

2010-04-07 Thread Carl Worth
ilable URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100407/4b618494/attachment.pgp>

finding the emacs lisp after install

2010-04-07 Thread David Edmondson
After this change... > commit dfbec15b2388158693ab0dce0c7d348c4c5a98a5 > Author: Carl Worth > Date: Tue Apr 6 15:05:13 2010 -0700 > > Install emacs lisp files into a notmuch sub-directory of site-lisp. > > Now that we have multiple emacs-lisp source files, it's just more > pol

Re: [notmuch] [PATCH] notmuch.el: Colour cited regions and signatures with message-cited-text-face.

2010-04-07 Thread Carl Worth
On Mon, 15 Feb 2010 09:41:49 +, David Edmondson wrote: > --- > notmuch.el |2 ++ Thanks, David. I've pushed this now, (with the later fix from Sebastian applied). -Carl pgpagotMKroN6.pgp Description: PGP signature ___ notmuch mailing list no

[notmuch] [PATCH] notmuch.el: Colour cited regions and signatures with message-cited-text-face.

2010-04-07 Thread Carl Worth
application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100407/266850a9/attachment.pgp>

[notmuch] [Sebastian Spaeth] Pull requests

2010-04-07 Thread Sebastian Spaeth
On 2010-04-07, micah anderson wrote: > > > The only other patch that I find absolutely crucial, that you do not > > > include, is the 'Preserve folder information when indexing' patch which, > > > although not perfect, does significantly change my life. This patch in included in my branch now. Th

[PATCH] Fix the default value for --includedir.

2010-04-07 Thread Mike Kelly
--- configure |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 21780a6..59e4092 100755 --- a/configure +++ b/configure @@ -357,7 +357,7 @@ prefix = ${PREFIX} libdir = ${LIBDIR:=\$(prefix)/lib} # The directory to which header files should be i

Re: [notmuch] [PATCH] Further improvements to tag-based coloring in search.

2010-04-07 Thread Carl Worth
On Sat, 6 Feb 2010 20:21:43 -0500, Aaron Ecay wrote: > Makes the following improvements: > - fix up doc strings > - suppress the creation of unnecessary let-bindings > - create overlays lazily (to avoid creating many overlays for threads > that do not get colored) Hi Aaron, I saw this fixed-u

[notmuch] [PATCH] Further improvements to tag-based coloring in search.

2010-04-07 Thread Carl Worth
ble Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100407/c126fb00/attachment.pgp>

Re: [notmuch] [PATCHv2] notmuch.el: colorize lines in notmuch-search based on thread tags.

2010-04-07 Thread Carl Worth
On Thu, 04 Feb 2010 19:38:20 -0500, Jameson Graef Rollins wrote: > Arbitrary font faces can be specified for given thread tags. By > default, no coloring is applied. To specify coloring, place something > like this in your .emacs: > > (setq notmuch-search-line-faces '(("delete" . (:foreground

[notmuch] [PATCHv2] notmuch.el: colorize lines in notmuch-search based on thread tags.

2010-04-07 Thread Carl Worth
ion, (perhaps with a separate Boolean to determine whether to highlight just the tag name or the whole line). Thanks again for the improvements, and hopefully you'll see quicker merging from me in the future. -Carl -- next part ------ A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100407/fbc89baf/attachment.pgp>

Re: [notmuch] [PATCH v2] notmuch.el: Make notmuch-show buffer name first subject, instead of thread-id

2010-04-07 Thread Carl Worth
On Fri, 12 Feb 2010 17:19:23 -0500, Jesse Rosenthal wrote: > Change the buffer name to a uniquified subject of the thread (i.e. the > subject of the first message in the thread) instead of the thread-id. This > is more meaningful to the user, and will make it easier to scroll through > numerous op

[notmuch] [PATCH v2] notmuch.el: Make notmuch-show buffer name first subject, instead of thread-id

2010-04-07 Thread Carl Worth
*after* the "---" just below your Signed-off-by and then "git am" will automatically ignore it. -Carl -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL:

[notmuch] Message parsing issue?

2010-04-07 Thread Jason White
David Bremner wrote: > One thing I noticed was that the message you sent (at least, if I got > the correct attachment), had X-Spam headers _before_ the "From " > line. If I remove those headers then the message displays Ok. It is > probably not worth putting too much effort into that display cod

Re: [notmuch] [PATCH] fontify date in header

2010-04-07 Thread Carl Worth
On Fri, 22 Jan 2010 10:45:53 -0500, Jameson Rollins wrote: > The date was unfairly left out of getting pretty colors in the > notmuch-show header display. This fixes that grave injustice. Thanks, Jameson. This is pushed now (finally!). And thanks to Sebastian for tracking this and rebasing to

[notmuch] [PATCH] fontify date in header

2010-04-07 Thread Carl Worth
ing to the current file location. -Carl -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100407/2abf74ee/attachment.pgp>

Re: finding the emacs lisp after install

2010-04-07 Thread Carl Worth
On Wed, 07 Apr 2010 12:42:21 +0100, David Edmondson wrote: > After this change... > > > Install emacs lisp files into a notmuch sub-directory of site-lisp. > > > > Now that we have multiple emacs-lisp source files, it's just more > > polite this way. > > ...how is emacs supposed

finding the emacs lisp after install

2010-04-07 Thread Carl Worth
On Wed, 07 Apr 2010 12:42:21 +0100, David Edmondson wrote: > After this change... > > > Install emacs lisp files into a notmuch sub-directory of site-lisp. > > > > Now that we have multiple emacs-lisp source files, it's just more > > polite this way. > > ...how is emacs supposed

[PATCH] Makefile: Install emacs code to site-lisp, not site-lisp/notmuch

2010-04-07 Thread Carl Worth
- 1.7.0 -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100407/4b2322bd/attachment.pgp>

[PATCH] * notmuch-reply.c: 542e32876 introduced a superfluous { in an if statement

2010-04-07 Thread Sebastian Spaeth
--- notmuch-reply.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/notmuch-reply.c b/notmuch-reply.c index e69e7a4..f26ca39 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -402,7 +402,7 @@ notmuch_reply_format_default(void *ctx, notmuch_config_t *config, notmuch_q

Re: [notmuch] Debian package update ?

2010-04-07 Thread Carl Worth
On Mon, 05 Apr 2010 08:12:51 +0200, Xavier Maillard wrote: > I feel like being far behind master with my current (official) > Debian package. Is there any chance to get a more recent one soon ? Hi Xavier, I did update the Debian packaging yesterday, and uploaded new packages. (The upload might t

[notmuch] Debian package update ?

2010-04-07 Thread Carl Worth
ilable Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100407/b05f053c/attachment.pgp>

[PATCH] Fix the default value for --includedir.

2010-04-07 Thread Mike Kelly
--- configure |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure b/configure index 21780a6..59e4092 100755 --- a/configure +++ b/configure @@ -357,7 +357,7 @@ prefix = ${PREFIX} libdir = ${LIBDIR:=\$(prefix)/lib} # The directory to which header files should be

finding the emacs lisp after install

2010-04-07 Thread David Edmondson
After this change... > commit dfbec15b2388158693ab0dce0c7d348c4c5a98a5 > Author: Carl Worth > Date: Tue Apr 6 15:05:13 2010 -0700 > > Install emacs lisp files into a notmuch sub-directory of site-lisp. > > Now that we have multiple emacs-lisp source files, it's just more > pol

Re: [notmuch] [Sebastian Spaeth] Pull requests

2010-04-07 Thread Sebastian Spaeth
On 2010-04-07, micah anderson wrote: > > > The only other patch that I find absolutely crucial, that you do not > > > include, is the 'Preserve folder information when indexing' patch which, > > > although not perfect, does significantly change my life. This patch in included in my branch now. Th

[notmuch] [Sebastian Spaeth] Pull requests

2010-04-07 Thread micah anderson
have in your branch. I'm attaching that rebased patch to this message. -- 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/a

[PATCH] * notmuch-reply.c: 542e32876 introduced a superfluous { in an if statement

2010-04-07 Thread Sebastian Spaeth
--- notmuch-reply.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/notmuch-reply.c b/notmuch-reply.c index e69e7a4..f26ca39 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -402,7 +402,7 @@ notmuch_reply_format_default(void *ctx, notmuch_config_t *config, notmuch_q

[PATCH] Remove dangling opening curly bracket.

2010-04-07 Thread Servilio Afre Puentes
Signed-off-by: Servilio Afre Puentes --- notmuch-reply.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/notmuch-reply.c b/notmuch-reply.c index 3798d60..8eb4754 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -383,7 +383,7 @@ notmuch_reply_format_default(void *ctx