[notmuch] Idea for storing tags

2010-01-13 Thread martin f krafft
ilable 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
Name: not available Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100113/32ce815c/attachment.pgp>

[notmuch] Idea for storing tags

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

[notmuch] Idea for storing tags

2010-01-13 Thread Carl Worth
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: -

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

2010-01-13 Thread Ali Polatel
o 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>

[notmuch] Idea for storing tags

2010-01-13 Thread martin f krafft
on, 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. ---

[notmuch] Bug with commit 2e96464f9705be4ec772280cad71a6c9d5831e6f

2010-01-13 Thread Ali Polatel
tmuch 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

[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

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

[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

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 a...@exherbo.org 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

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 a...@exherbo.org wrote: snip 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

Re: [notmuch] Idea for storing tags

2010-01-13 Thread Carl Worth
On Wed, 13 Jan 2010 00:39:14 -0500, Scott Morrison sm...@indev.ca 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

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 symbolic