Re: [PATCH 1/4] Import date/time parser from GNU coreutils

2011-01-25 Thread Michal Sojka
On Mon, 24 Jan 2011, Jameson Rollins wrote: On Sun, 23 Jan 2011 12:47:24 +0100, Michal Sojka sojk...@fel.cvut.cz wrote: This function have quite a lot dependencies. We may reduce them later it it is a problem. --- lib/c-ctype.c | 398 +++ lib/c-ctype.h | 297 +

Re: Tag timestamps and synchronization

2011-01-25 Thread Michal Sojka
On Mon, 24 Jan 2011, dm-list-email-notm...@scs.stanford.edu wrote: One of the features I would like to see from notmuch is an easier ability to synchronize tags across machines. At the very least, I would need either incremental dump and restore, or some way to communicate arbitrary tags to a

Re: Strange match to my query

2011-01-25 Thread Carl Worth
On Tue, 25 Jan 2011 19:51:14 -0500, Austin Clements amdra...@gmail.com wrote: Well-constructed test message. Xapian's query parser is actually doing the right thing [1] and this is a bug in the way notmuch indexes address list headers. For each address, _notmuch_message_gen_terms resets the

fix notmuch.vim NM_compuse_get_user_email() (Patch)

2011-01-25 Thread Peter John Hartman
Here's a bitty patch to the vim plugin; it now calculates the primary email of the user based on a call to notmuch config. There's still a lot of work that needs to get done on notmuch.vim, e.g., the ability to have multiple emails/accounts. Best, Peter --- notmuch.vim 2010-11-18

Tag timestamps and synchronization

2011-01-25 Thread Tim Stoakes
dm-list-email-notmuch at scs.stanford.edu(dm-list-email-notmuch at scs.stanford.edu)@240111-11:10: > One of the features I would like to see from notmuch is an easier > ability to synchronize tags across machines. At the very least, I > would need either incremental dump and restore, or some way

[PATCH] Add --include-duplicates option to a couple of commands.

2011-01-25 Thread Carl Worth
This adds new functionality under the names of: notmuch search --output=files --include-duplicates notmuch show --include-duplicates notmuch show --format=json --include-duplicates These new commands behave similarly to the existing commands without the

[PATCH 1/4] Import date/time parser from GNU coreutils

2011-01-25 Thread Michal Sojka
On Mon, 24 Jan 2011, Jameson Rollins wrote: > On Sun, 23 Jan 2011 12:47:24 +0100, Michal Sojka > wrote: > > This function have quite a lot dependencies. We may reduce them later it > > it is a problem. > > --- > > lib/c-ctype.c | 398 +++ > > lib/c-ctype.h | 297 + > > lib/getdate.c

Tag timestamps and synchronization

2011-01-25 Thread Michal Sojka
On Mon, 24 Jan 2011, dm-list-email-notmuch at scs.stanford.edu wrote: > One of the features I would like to see from notmuch is an easier > ability to synchronize tags across machines. At the very least, I > would need either incremental dump and restore, or some way to > communicate arbitrary

[PATCH 1/3] new: Do not defer maildir flag synchronization during the first run

2011-01-25 Thread Austin Clements
+ notmuch_message_maildir_flags_to_tags (message); > + } > + } >break; >case NOTMUCH_STATUS_FILE_NOT_EMAIL: >fprintf (stderr, "Note: Ignoring non-mail file: %s\n", > -- > 1.7.2.3 > > ___

Strange match to my query

2011-01-25 Thread Mark Anderson
Hi guys, What's up? ("Notmuch") Apparently matching on email addresses doesn't work the way I hoped. While debugging why my to:x at y.com search was matching far too many entries, I whittled it down to this: WORD1=hello WORD2=goodbye MSGID=junk$(date +%s) TESTDIR=$(notmuch config get

Strange match to my query

2011-01-25 Thread Austin Clements
ross multiple emails. > > This was just an egregious example of notmuch giving me notmuch of what > I wanted, or actually, far too much of what I didn't want. > > Thanks, > -Mark > > ___ > notmuch mailing list > notmuch at notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch > -- next part -- An HTML attachment was scrubbed... URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110125/9247a302/attachment-0001.html>