Re: [notmuch] [RFC/PATCH v2] Add search-files command

2010-01-13 Thread Ali Polatel
Jameson Rollins yazmış: > On Wed, Jan 13, 2010 at 03:17:41PM +0200, Ali Polatel wrote: > > This command can be used to integrate notmuch with other MUAs as a > > searching client. The idea is simple, a simple script could get > > search-terms as argument and create a "virtual" maildir which has > >

[notmuch] Idea for storing tags

2010-01-13 Thread martin f krafft
ext part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: Digital signature (see http://martin-krafft.net/gpg/) URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100113/b94f2b12/attachment.pgp>

[notmuch] [RFC/PATCH v2] Add search-files command

2010-01-13 Thread Jameson Rollins
non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100113/32ce815c/attachment.pgp>

Re: [notmuch] Idea for storing tags

2010-01-13 Thread Carl Worth
On Wed, 13 Jan 2010 00:39:14 -0500, Scott Morrison wrote: > > Maybe a better approach would be content addressing (see below). > > Content hashing -- good Idea (& not something that has hit me before) > -- better than Message-Id as I believe there are still some MUA /MTAs > that allow messages wi

[notmuch] Idea for storing tags

2010-01-13 Thread Carl Worth
/notmuchmail.org/pipermail/notmuch/attachments/20100113/3d378b4d/attachment.pgp>

Re: [notmuch] Idea for storing tags

2010-01-13 Thread Carl Worth
On Tue, 12 Jan 2010 11:19:09 +1300, martin f krafft wrote: > 1. External database, which has the downside of not being >synchronisable with standard IMAP, like the rest of your mail >(assuming you use IMAP). Also, it's possible for mailstore and >database to get out of sync. Yes. This

[notmuch] Idea for storing tags

2010-01-13 Thread Carl Worth
ther. -Carl -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100113/32ec7928/attachment.pgp>

[notmuch] [PATCH] Import CODING_STYLE from cairo

2010-01-13 Thread Ali Polatel
A good way to let new contributors know how to contribute :) --- CODING_STYLE | 291 ++ 1 files changed, 291 insertions(+), 0 deletions(-) create mode 100644 CODING_STYLE diff --git a/CODING_STYLE b/CODING_STYLE new file mode 100644 index

[notmuch] [RFC/PATCH v2] Add search-files command

2010-01-13 Thread Ali Polatel
This command can be used to integrate notmuch with other MUAs as a searching client. The idea is simple, a simple script could get search-terms as argument and create a "virtual" maildir which has symbolic links to files output by search-files command. This is similar to nmzmail. Version 2: - Upda

[notmuch] [RFC/PATCH] Add search-files command

2010-01-13 Thread Ali Polatel
earch command does it. I'll send an updated patch soonish and I'll also send a separate patch for notmuch-search.c as well. > Kind regards, > Fernando Carrijo. > -- Regards, Ali Polatel -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100113/3fa66c75/attachment-0001.pgp>

Re: [notmuch] [RFC/PATCH v2] Add search-files command

2010-01-13 Thread Jameson Rollins
On Wed, Jan 13, 2010 at 03:17:41PM +0200, Ali Polatel wrote: > This command can be used to integrate notmuch with other MUAs as a > searching client. The idea is simple, a simple script could get > search-terms as argument and create a "virtual" maildir which has > symbolic links to files output by

[notmuch] Idea for storing tags

2010-01-13 Thread martin f krafft
n my head but it's not me." -- pink floyd, the dark side of the moon, 1972 spamtraps: madduck.bogus at madduck.net -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: Digital signature (see http://martin-krafft.net/gpg/) URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100113/5762c94f/attachment.pgp>

[notmuch] [RFC/PATCH] Add search-files command

2010-01-13 Thread Ali Polatel
This command can be used to integrate notmuch with other MUAs as a searching client. The idea is simple, a simple script could get search-terms as argument and create a "virtual" maildir which has symbolic links to files output by search-files command. This is similar to nmzmail. --- Makefile.loca

[notmuch] Bug with commit 2e96464f9705be4ec772280cad71a6c9d5831e6f

2010-01-13 Thread Ali Polatel
testing notmuch using cworth's notmuch-test script on another file system I figured out my problem was due to file system corruption. Sorry for the noise... -- Regards, Ali Polatel -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100113/7f658183/attachment.pgp>

[notmuch] [PATCH] Import CODING_STYLE from cairo

2010-01-13 Thread Fernando Carrijo
Hi Ali, On Wed, 13 Jan 2010 15:40:42 +0200, Ali Polatel wrote: > A good way to let new contributors know how to contribute :) > --- > CODING_STYLE | 291 > ++ > 1 files changed, 291 insertions(+), 0 deletions(-) > create mode 100644 CODI

[notmuch] [RFC/PATCH] Add search-files command

2010-01-13 Thread Fernando Carrijo
Hi Ali, On Wed, 13 Jan 2010 12:24:22 +0200, Ali Polatel wrote: > This command can be used to integrate notmuch with other MUAs as a > searching client. The idea is simple, a simple script could get > search-terms as argument and create a "virtual" maildir which has > symbolic links to files outp

[notmuch] [PATCH] Import CODING_STYLE from cairo

2010-01-13 Thread David Bremner
On Wed, 13 Jan 2010 15:40:42 +0200, Ali Polatel wrote: > A good way to let new contributors know how to contribute :) Not a bad idea. Also nice would be a style definition for emacs. I started, but did not get very far or even have much confidence it what I did do :) (setq notmuch-c-style '("

[notmuch] Potential problem using Git for mail (was: Idea for storing tags)

2010-01-13 Thread martin f krafft
ment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: Digital signature (see http://martin-krafft.net/gpg/) URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100113/4eed8a9b/attachment.pgp>

Re: [notmuch] [PATCH] Import CODING_STYLE from cairo

2010-01-13 Thread Fernando Carrijo
Hi Ali, On Wed, 13 Jan 2010 15:40:42 +0200, Ali Polatel wrote: > A good way to let new contributors know how to contribute :) > --- > CODING_STYLE | 291 > ++ > 1 files changed, 291 insertions(+), 0 deletions(-) > create mode 100644 CODI

Re: [notmuch] [PATCH] Import CODING_STYLE from cairo

2010-01-13 Thread David Bremner
On Wed, 13 Jan 2010 15:40:42 +0200, Ali Polatel wrote: > A good way to let new contributors know how to contribute :) Not a bad idea. Also nice would be a style definition for emacs. I started, but did not get very far or even have much confidence it what I did do :) (setq notmuch-c-style '("

[notmuch] [PATCH] Import CODING_STYLE from cairo

2010-01-13 Thread Ali Polatel
A good way to let new contributors know how to contribute :) --- CODING_STYLE | 291 ++ 1 files changed, 291 insertions(+), 0 deletions(-) create mode 100644 CODING_STYLE diff --git a/CODING_STYLE b/CODING_STYLE new file mode 100644 index

[notmuch] [RFC/PATCH v2] Add search-files command

2010-01-13 Thread Ali Polatel
This command can be used to integrate notmuch with other MUAs as a searching client. The idea is simple, a simple script could get search-terms as argument and create a "virtual" maildir which has symbolic links to files output by search-files command. This is similar to nmzmail. Version 2: - Upda

Re: [notmuch] [RFC/PATCH] Add search-files command

2010-01-13 Thread Ali Polatel
Fernando Carrijo yazmış: > Hi Ali, Hey Fernando, > On Wed, 13 Jan 2010 12:24:22 +0200, Ali Polatel wrote: > > diff --git a/notmuch-search-files.c b/notmuch-search-files.c > > new file mode 100644 > > index 000..b48783a > > --- /dev/null > > +++ b/notmuch-search-files.c > > @@ -0,0 +1,107 @@

Re: [notmuch] [RFC/PATCH] Add search-files command

2010-01-13 Thread Fernando Carrijo
Hi Ali, On Wed, 13 Jan 2010 12:24:22 +0200, Ali Polatel wrote: > This command can be used to integrate notmuch with other MUAs as a > searching client. The idea is simple, a simple script could get > search-terms as argument and create a "virtual" maildir which has > symbolic links to files outp

[notmuch] [RFC/PATCH] Add search-files command

2010-01-13 Thread Ali Polatel
This command can be used to integrate notmuch with other MUAs as a searching client. The idea is simple, a simple script could get search-terms as argument and create a "virtual" maildir which has symbolic links to files output by search-files command. This is similar to nmzmail. --- Makefile.loca

Re: [notmuch] Bug with commit 2e96464f9705be4ec772280cad71a6c9d5831e6f

2010-01-13 Thread Ali Polatel
Ali Polatel yazmış: > ra...@free.fr yazmış: > > Hello, > > > > I just updated notmuch and now notmuch new cannot update my mail anymore... > > It tells me that there are > > 700 files found, but tells that there's no new mail. > > > > I did a git bisect, which tells me the first bad commit is co

[notmuch] Idea for storing tags

2010-01-13 Thread Scott Morrison
On 2010-01-12, at 8:24 PM, martin f krafft wrote: > also sprach Scott Morrison [2010.01.12.1711 +1300]: >> 1. synchronization of tag data with emails -- if they are in >> a subfolder then it presents the issue of maintaining this >> subfolder when managing emails (moving, deleting, duplicating