[PATCH] Shell programming: directories are ``executable'' (that is, searchable), too.

2011-02-02 Thread Thomas Schwinge
Signed-off-by: Thomas Schwinge --- test/test-lib.sh |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test/test-lib.sh b/test/test-lib.sh index f536172..3471ead 100755 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -815,13 +815,14 @@ EOF } +# Locate the directory c

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

2011-02-02 Thread Peter John Hartman
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 +++ b/notmuch-show.c @@ -272,6 +272,12 @@ format_message_mbox (const v

new "crypto" branch providing full PGP/MIME support

2011-02-02 Thread Jameson Rollins
t attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110202/80ba1966/attachment.pgp>

[BUG] Emacs UI dropping every 25th line, roughly

2011-02-02 Thread Thomas Schwinge
-- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110202/3a632b7e/attachment.pgp>

[RFC PATCH v2 0/8] Custom query parser, date search, folder search, and more

2011-02-02 Thread Carl Worth
Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110202/6dc377eb/attachment.pgp>

notmuch's idea of concurrency / failing an invocation

2011-02-02 Thread Stewart Smith
On Sat, 29 Jan 2011 19:14:27 -0500, Daniel Kahn Gillmor wrote: > On 01/28/2011 08:05 PM, Stewart Smith wrote: > > I'm about at the point where I'm going to take my git mail store > > experiments and get them really to work (and everyone will have to use > > 'notmuch cat' or the like to access the

[RFC PATCH v2 0/8] Custom query parser, date search, folder search, and more

2011-02-02 Thread Austin Clements
I rebased the query parser against current master. It's on the qparser-3 branch at http://awakening.csail.mit.edu/git/notmuch.git At cworth's request, I've folded the database closing bug fix in to the appropriate patch. I also stripped out my implementation of folder searching, since it obvio