Re: [notmuch] Mailstore abstraction & maildir synchronization

2010-03-23 Thread Stewart Smith
On Thu, 18 Mar 2010 16:39:36 +0100, Michal Sojka 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 looking at tags in

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

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

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

2010-03-23 Thread Ruben Pollan
plement it and send a new patch. That will be nice. -- Rub?n 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 mail

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

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

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 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 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
ure Size: 198 bytes Desc: Digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100323/821104a9/attachment.pgp>

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 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 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 mailing lis

[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 > id:12689267

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

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 > > --- > > test/t0006-maildir.sh | 113 > > + > > test/test-lib.sh |7 ++- > > 2 files changed, 118 insertions(+), 2

Re: [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 mail

Re: [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 been

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 > --- > test/t0006-maildir.sh | 113 > + > test/test-lib.sh |7 ++- > 2 files changed, 118 insertions(+), 2 deletions(-) > create mode 100755 test/t0006-maildir.s

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 "unr

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 > id:12689267