[notmuch] [PATCH] Allow saved queries for searching.

2010-03-23 Thread Jesse Rosenthal
Add a "query:foo" term to the notmuch search syntax. Queries are "saved searches", and are written in the config file: [queries] foo=from:jrosenthal and to:notmuchmail and queries bar=tag:personal or (tag:unread and from:whomever) Then, if you search with the query `tag:inbox or query:foo' it

[notmuch] [PATCH 3/4] Add maildir-based mailstore

2010-03-23 Thread Ruben Pollan
Poll?n | jabber:meskio at jabber.org -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Nos vamos a Croatan. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100323/7716eb75/attachment.pgp>

[notmuch] [PATCH] Name thread based on matching msgs instead of first msg.

2010-03-23 Thread Jesse Rosenthal
On Tue, 23 Mar 2010 13:31:09 -0400, James Vasile wrote: > Just out of curiosity, what are Aw, Sv and Vs used for? Are they just > "re" in different languages? Yep -- these were the only common ones I came across. If anyone knows of any others in common use, I can add 'em in.

[notmuch] [PATCH 4/4] Tests for maildir-based mailstore

2010-03-23 Thread Michal Sojka
On Tue, 23 Mar 2010, Ruben Pollan wrote: > On 16:39, Thu 18 Mar 10, Michal Sojka wrote: > > Signed-off-by: Michal Sojka > > --- > > test/t0006-maildir.sh | 113 > > + > > test/test-lib.sh |7 ++- > > 2 files changed, 118 insertions(+), 2

[notmuch] [PATCH 3/4] Add maildir-based mailstore

2010-03-23 Thread Michal Sojka
On Tue, 23 Mar 2010, Ruben Pollan wrote: > On 16:39, Thu 18 Mar 10, Michal Sojka wrote: > > This mailstore allows bi-directional synchronization between maildir > > flags and certain tags. The flag-to-tag mapping is defined by flag2tag > > array. > > I'm trying it, the synchronization from my

[notmuch] Using notmuch as an address book for tab-completion

2010-03-23 Thread Sebastian Spaeth
On Sat, 20 Mar 2010 22:35:42 -0400, Jesse Rosenthal wrote: > There was some talk on IRC ages ago about using notmuch as an > address-book for tab-completion in emacs message mode. Thanks to some > great recent work (Ingmar Vanhassel's shared lib and Sebastians's > cnotmuch python lib) I have

[notmuch] [PATCH] Name thread based on matching msgs instead of first msg.

2010-03-23 Thread James Vasile
On Mon, 22 Mar 2010 23:09:15 -0400, Jesse Rosenthal wrote: > Reply prefixes ("Re: ", "Aw: ", "Sv: ", "Vs: ") are ignored Just out of curiosity, what are Aw, Sv and Vs used for? Are they just "re" in different languages? Thanks.

[notmuch] [PATCH 4/4] Tests for maildir-based mailstore

2010-03-23 Thread Ruben Pollan
Tomaremos, okuparemos. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100323/9c786bad/attachment.pgp>

[notmuch] [PATCH 3/4] Add maildir-based mailstore

2010-03-23 Thread Ruben Pollan
ize: 198 bytes Desc: Digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100323/821104a9/attachment.pgp>

[notmuch] [PATCH] notmuch-new: Parse some maildir flags for labels

2010-03-23 Thread Sebastian Spaeth
> if I remember, there has been at least three different patches for this, > so you are the fourth :-) You're right that it helps a lot with initial > import. To promote my work a little bit, I use bidirectional > synchronization between maildir flags and notmuch tags, which I sent in >

[notmuch] [PATCH] Name thread based on matching msgs instead of first msg.

2010-03-23 Thread Jesse Rosenthal
At the moment all threads are named based on the name of the first message in the thread. However, this can cause problems if people either start new threads by replying-all (as unfortunately, many out there do) or change the subject of their mails to reflect a shift in a thread on a list. This

Re: [notmuch] [PATCH] notmuch-new: Parse some maildir flags for labels

2010-03-23 Thread Sebastian Spaeth
if I remember, there has been at least three different patches for this, so you are the fourth :-) You're right that it helps a lot with initial import. To promote my work a little bit, I use bidirectional synchronization between maildir flags and notmuch tags, which I sent in

Re: [notmuch] [PATCH 3/4] Add maildir-based mailstore

2010-03-23 Thread Ruben Pollan
On 16:39, Thu 18 Mar 10, Michal Sojka wrote: This mailstore allows bi-directional synchronization between maildir flags and certain tags. The flag-to-tag mapping is defined by flag2tag array. I'm trying it, the synchronization from my maildir to notmuch seems to work fine except for the unread

Re: [notmuch] [PATCH 4/4] Tests for maildir-based mailstore

2010-03-23 Thread Ruben Pollan
On 16:39, Thu 18 Mar 10, Michal Sojka wrote: Signed-off-by: Michal Sojka sojk...@fel.cvut.cz --- test/t0006-maildir.sh | 113 + test/test-lib.sh |7 ++- 2 files changed, 118 insertions(+), 2 deletions(-) create mode 100755

Re: [notmuch] [PATCH 4/4] Tests for maildir-based mailstore

2010-03-23 Thread Michal Sojka
On Tue, 23 Mar 2010, Ruben Pollan wrote: On 16:39, Thu 18 Mar 10, Michal Sojka wrote: Signed-off-by: Michal Sojka sojk...@fel.cvut.cz --- test/t0006-maildir.sh | 113 + test/test-lib.sh |7 ++- 2 files changed, 118

Re: [notmuch] [PATCH 3/4] Add maildir-based mailstore

2010-03-23 Thread Ruben Pollan
On 14:35, Tue 23 Mar 10, Michal Sojka wrote: On Tue, 23 Mar 2010, Ruben Pollan wrote: On 16:39, Thu 18 Mar 10, Michal Sojka wrote: This mailstore allows bi-directional synchronization between maildir flags and certain tags. The flag-to-tag mapping is defined by flag2tag array. I'm

Re: [notmuch] [PATCH] Name thread based on matching msgs instead of first msg.

2010-03-23 Thread James Vasile
On Mon, 22 Mar 2010 23:09:15 -0400, Jesse Rosenthal jrosent...@jhu.edu wrote: Reply prefixes (Re: , Aw: , Sv: , Vs: ) are ignored Just out of curiosity, what are Aw, Sv and Vs used for? Are they just re in different languages? Thanks. ___ notmuch

Re: [notmuch] [PATCH] Name thread based on matching msgs instead of first msg.

2010-03-23 Thread Sandra Snan
On Tue, 23 Mar 2010 13:31:09 -0400, James Vasile ja...@hackervisions.org wrote: Just out of curiosity, what are Aw, Sv and Vs used for? Are they just re in different languages? That’s right. http://en.wikipedia.org/wiki/List_of_e-mail_subject_abbreviations Sandra

Re: [notmuch] [PATCH] Name thread based on matching msgs instead of first msg.

2010-03-23 Thread Jesse Rosenthal
On Tue, 23 Mar 2010 13:31:09 -0400, James Vasile ja...@hackervisions.org wrote: Just out of curiosity, what are Aw, Sv and Vs used for? Are they just re in different languages? Yep -- these were the only common ones I came across. If anyone knows of any others in common use, I can add 'em in.

[notmuch] [PATCH] Allow saved queries for searching.

2010-03-23 Thread Jesse Rosenthal
Add a query:foo term to the notmuch search syntax. Queries are saved searches, and are written in the config file: [queries] foo=from:jrosenthal and to:notmuchmail and queries bar=tag:personal or (tag:unread and from:whomever) Then, if you search with the query `tag:inbox or query:foo' it will

Re: [notmuch] Mailstore abstraction maildir synchronization

2010-03-23 Thread Stewart Smith
On Thu, 18 Mar 2010 16:39:36 +0100, Michal Sojka sojk...@fel.cvut.cz wrote: - Only file-based storage is suported. Notmuch access the files directly, and not via the mailstore interface. It'll be great when this is fixed... should be trivial to add a git backend then. (i have in no way been