[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,

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. There is a

finding the emacs lisp after install

2010-04-07 Thread David Edmondson
After this change... commit dfbec15b2388158693ab0dce0c7d348c4c5a98a5 Author: Carl Worth cwo...@cworth.org 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

Re: [notmuch] Debian package update ?

2010-04-07 Thread Carl Worth
On Mon, 05 Apr 2010 08:12:51 +0200, Xavier Maillard x...@gnu.org 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

Re: finding the emacs lisp after install

2010-04-07 Thread Carl Worth
On Wed, 07 Apr 2010 12:42:21 +0100, David Edmondson d...@dme.org 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

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

2010-04-07 Thread Carl Worth
On Fri, 22 Jan 2010 10:45:53 -0500, Jameson Rollins jroll...@finestructure.net 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

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 jroll...@finestructure.net 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

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 aarone...@gmail.com 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

[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 hohn...@infradead.org --- notmuch-reply.c | 23 +-- 1 files

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 jrosent...@jhu.edu 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

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 sebast...@sspaeth.de 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

Re: [notmuch] [Sebastian Spaeth] Pull requests

2010-04-07 Thread Carl Worth
On Mon, 01 Mar 2010 15:57:00 +0100, Sebastian Spaeth sebast...@sspaeth.de 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

Re: [notmuch] [Sebastian Spaeth] Pull requests

2010-04-07 Thread Carl Worth
On Thu, 25 Mar 2010 22:50:52 -0400, micah anderson mi...@riseup.net 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

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

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 cwo...@cworth.org 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

Re: [PATCH] Derive version numbers from git

2010-04-07 Thread Carl Worth
On Tue, 06 Apr 2010 18:11:28 +0200, Michal Sojka sojk...@fel.cvut.cz 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

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 hohn...@infradead.org 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

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 pi...@pioto.org 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

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 sebast...@sspaeth.de wrote: From: David Edmondson d...@dme.org --- 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

[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

[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

[notmuch] [Sebastian Spaeth] Pull requests

2010-04-07 Thread micah anderson
our 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/attachments/2010

[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] [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.

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 >

[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 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
-- 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>

[notmuch] [PATCH] fontify date in header

2010-04-07 Thread Carl Worth
basing 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>

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

2010-04-07 Thread Carl Worth
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: <http://notm

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

2010-04-07 Thread Carl Worth
e 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>

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

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

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

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

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

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

[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

[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(+),

[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 >

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

2010-04-07 Thread Carl Worth
(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>

[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

[notmuch] [Sebastian Spaeth] Pull requests

2010-04-07 Thread Carl Worth
sing 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>

[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

Plans for the 0.2 release (this week)

2010-04-07 Thread Carl Worth
, 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://notmuchmail.org/pipermail/notmuch/attachments/20100407/44f77

[PATCH] Derive version numbers from git

2010-04-07 Thread Carl Worth
--- 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>

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

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

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

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

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

2010-04-07 Thread Carl Worth
th "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>