[notmuch] [PATCH] notmuch: Respect maildir message flags

2010-02-15 Thread Stewart Smith
On Wed, Feb 10, 2010 at 01:43:39PM +1030, Tim Stoakes wrote: > My apologies for dredging up an old thread. I don't want to restart the > religious war over whether notmuch should respect Maildir flags - > suffice to say that *I* want that, and the patch posted by Michiel > seemed to be the best

[notmuch] "From:" value containing ':'

2010-02-15 Thread David Edmondson
A message with a colon in the value of the 'From:' header will never be shown by notmuch.el, as the regexp in notmuch-search-process-filter allows any character in the author names except ':'. It's simple to change the pattern, but I wonder what that will break. Given that ';' is used as a

[notmuch] [RFC] labelling parts

2010-02-15 Thread David Edmondson
: 3585 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100215/438ed243/attachment.patch> -- next part -- dme. -- David Edmondson, http://dme.org

[notmuch] Handling encrypted email

2010-02-15 Thread micah
esc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100215/86123005/attachment.pgp>

[notmuch] Git as notmuch object store (was: Potential problem using Git for mail)

2010-02-15 Thread Stewart Smith
On Mon, Jan 25, 2010 at 01:46:59PM +1300, martin f krafft wrote: > Stewart, you've worked most on this so far. Would you like to share > your thoughts? Just posted a new thread with my latest experiments. Things look rather good from a storage size point of view. Still a few things to work out

[notmuch] [PATCH] notmuch.el: Fix tag highlighting in search mode if some part of the line before the tags includes brackets.

2010-02-15 Thread David Edmondson
--- notmuch.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/notmuch.el b/notmuch.el index ee0ec02..b4f8e12 100644 --- a/notmuch.el +++ b/notmuch.el @@ -1228,7 +1228,7 @@ Complete list of currently available key bindings: (setq buffer-read-only t) (if (not

[notmuch] Mail in git

2010-02-15 Thread Stewart Smith
So... I sketched this out in my head at LCA... and it's taken a bit of time to actually properly try it. The problem is: A simple 'find ~/Maildir` takes 10 minutes, and if you write the output to a file, it's 88MB+ there's "only" about 900,000 entries there. But this means 900,000 files, which

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

2010-02-15 Thread David Edmondson
This version is over-eager in marking (non-)signatures. The second call to 'overlay-put' needs to move inside the 'if' a line below. On Mon, 15 Feb 2010 09:41:49 +, David Edmondson wrote: > --- > notmuch.el |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git

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

2010-02-15 Thread David Edmondson
--- notmuch.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/notmuch.el b/notmuch.el index 8090b2f..3e8e50d 100644 --- a/notmuch.el +++ b/notmuch.el @@ -703,6 +703,7 @@ is what to put on the button." (let* ((cite-start (match-beginning 0)) (cite-end

[notmuch] Using test-lib.sh under GPLv3?

2010-02-15 Thread Michal Sojka
Dear Junio, I like the simple and powerful test suite used by Git and I would like to use something like that in Notmuch project (http://notmuchmail.org/). Notmuch is licenced under GPLv3 and we think that things will be simpler if everything in the repository is licenced the same. You are

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

2010-02-15 Thread Sebastian Spaeth
May I propose this patch for fast-track inclusion? It makes notmuching much more pleasantly. Thanks for that patch. Sebastian ps. if someone could propose a strategy for a "forward to next unread message" keybinding in a thread, I would be (nearly) completely happy :). pps. I included this one

[notmuch] Backport of Xapian term update optimisation

2010-02-15 Thread Olly Betts
Thanks for all the testing feedback folks. I've made a new Xapian release (1.0.18) and packaged it for Debian. If you are using unstable, and not on mips or hurd, it's now built: https://buildd.debian.org/status/package.php?p=xapian-core I haven't updated the xapian.org download page, etc yet

Re: [notmuch] [PATCH] notmuch: Respect maildir message flags

2010-02-15 Thread Stewart Smith
On Wed, Feb 10, 2010 at 01:43:39PM +1030, Tim Stoakes wrote: My apologies for dredging up an old thread. I don't want to restart the religious war over whether notmuch should respect Maildir flags - suffice to say that *I* want that, and the patch posted by Michiel seemed to be the best way to

[notmuch] Using test-lib.sh under GPLv3?

2010-02-15 Thread Michal Sojka
Dear Junio, I like the simple and powerful test suite used by Git and I would like to use something like that in Notmuch project (http://notmuchmail.org/). Notmuch is licenced under GPLv3 and we think that things will be simpler if everything in the repository is licenced the same. You are

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

2010-02-15 Thread David Edmondson
--- notmuch.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/notmuch.el b/notmuch.el index 8090b2f..3e8e50d 100644 --- a/notmuch.el +++ b/notmuch.el @@ -703,6 +703,7 @@ is what to put on the button. (let* ((cite-start (match-beginning 0)) (cite-end

[notmuch] [RFC] labelling parts

2010-02-15 Thread David Edmondson
I've always been quite fond of the way that gnus labelled parts in MIME messages. Here's a start at doing the same for notmuch.el. Is this something that might be accepted upstream if I continue? Obvious next steps are: - allow the user to choose which parts have buttons (i.e perhaps

[notmuch] Handling encrypted email

2010-02-15 Thread micah
It took me a while before I figured out how to read OpenPGP encrypted email with the emacs interface to notmuch. I thought it would be useful to the list the steps that I go through to read encrypted email, both for people who are wondering the same thing, but also hopefully to spur a discussion

[notmuch] [PATCH] notmuch: Respect maildir message flags

2010-02-15 Thread Stewart Smith
New patch that does it. Pretty much same as the old one, just with that one bug I mentioned fixed. This is what I've currently used to import my Maildir. I'm now happy :) diff --git a/notmuch-new.c b/notmuch-new.c index f25c71f..43371a3 100644 --- a/notmuch-new.c +++ b/notmuch-new.c @@ -39,6

Re: [notmuch] [PATCH] notmuch: Respect maildir message flags

2010-02-15 Thread martin f krafft
also sprach Stewart Smith stew...@flamingspork.com [2010.02.16.1458 +1300]: + case 'R': /* replied */ + notmuch_message_add_tag (message, answered); + break; 'r' means replied, not 'answered'. + case 'T': /* trashed */ +

Re: [notmuch] [PATCH] notmuch: Respect maildir message flags

2010-02-15 Thread Stewart Smith
On Tue, Feb 16, 2010 at 03:12:50PM +1300, martin f krafft wrote: also sprach Stewart Smith stew...@flamingspork.com [2010.02.16.1458 +1300]: + case 'R': /* replied */ + notmuch_message_add_tag (message, answered); + break; 'r' means replied, not 'answered'.

Re: [notmuch] Notmuch performance problems on OSX

2010-02-15 Thread Stewart Smith
On Fri, 15 Jan 2010 03:58:50 + (UTC), Olly Betts o...@survex.com wrote: One difference between OS X and other systems is that OS X supports the F_FULLSYNC ioctl, and other systems don't (currently, at least AFAIK) and Xapian uses that if it is available to ensure that changes have actually

Re: [notmuch] [PATCH] notmuch: Respect maildir message flags

2010-02-15 Thread martin f krafft
also sprach Stewart Smith stew...@flamingspork.com [2010.02.16.1521 +1300]: What about putting them all in there except for the seen tag, with the seen tag dictating if it gets marked 'unread' or not? I cannot imagine where somebody would want this not to be the case... it was bad enough