[notmuch] [PATCH] Better folder name search strategy.

2010-01-29 Thread Servilio Afre Puentes
This allows the use non-word characters (e.g.: "/") as the folder name in the notmuch-folders variable. --- notmuch.el |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/notmuch.el b/notmuch.el index 97914f2..bdb0200 100644 --- a/notmuch.el +++ b/notmuch.el @@ -1467,7 +146

[notmuch] Some thoughts about notmuch sync with other agents

2010-01-29 Thread Paul R
Hi, before going into details, I'd like to tell you how much I like the notmuch workflow, thank you for producing this nice piece of software ! Like most potential users, I can not really fully jump into notmuch because of the current synchronisation issues with others MUA. One may or may not l

[notmuch] [PATCH] Better folder name search strategy.

2010-01-29 Thread Servilio Afre Puentes
This allows the use non-word characters (e.g.: "/") as the folder name in the notmuch-folders variable. --- notmuch.el |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/notmuch.el b/notmuch.el index 97914f2..bdb0200 100644 --- a/notmuch.el +++ b/notmuch.el @@ -1467,7 +146

[notmuch] Fcc, Maildir, and Emacs message-mode -- a bit of code

2010-01-29 Thread Sebastian Spaeth
First, I think this FCC method is phantastic and it works like a charm. I agree that we should include the snippets at least in some "contrib" directory (or doc/examples) to make it easier to find. Jameson Rollins wrote: > (defun my-message-header-setup () > (message-add-header "Fcc: ~/.mail/se

[notmuch] [PATCH 2/2] Preserve folder information when indexing

2010-01-29 Thread Michal Sojka
On Thursday 28 of January 2010 18:13:06 micah anderson wrote: > On Thu, 28 Jan 2010 16:25:17 +0100, Michal Sojka wrote: > > This patch was originally sent by Andreas Kl?ckner. This is a slightly > > reworked version (only coding style changes) which was manually rebased > > to the current HEAD. >

[notmuch] tag dir proposal [was: Re: Git as notmuch object store]

2010-01-29 Thread martin f krafft
Type: application/pgp-signature Size: 198 bytes Desc: Digital signature (see http://martin-krafft.net/gpg/) URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100129/be7dc948/attachment.pgp>

[notmuch] Fcc, Maildir, and Emacs message-mode -- a bit of code

2010-01-29 Thread Jesse Rosenthal
On Fri, 29 Jan 2010 14:21:56 +0100, Sebastian Spaeth wrote: > First, I think this FCC method is phantastic and it works like a > charm. I agree that we should include the snippets at least in some > "contrib" directory (or doc/examples) to make it easier to find. I'm glad it's proved useful. How

[notmuch] Fcc, Maildir, and Emacs message-mode -- a bit of code

2010-01-29 Thread Jameson Rollins
andle this, when it can easily enough be handled by the reader UI. jamie. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100129/09a2640a/attachment.pgp>

[notmuch] tag dir proposal [was: Re: Git as notmuch object store]

2010-01-29 Thread martin f krafft
- 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/20100129/76bf64ef/attachment.pgp>

Re: [notmuch] Fcc, Maildir, and Emacs message-mode -- a bit of code

2010-01-29 Thread Jesse Rosenthal
On Fri, 29 Jan 2010 14:21:56 +0100, Sebastian Spaeth wrote: > First, I think this FCC method is phantastic and it works like a > charm. I agree that we should include the snippets at least in some > "contrib" directory (or doc/examples) to make it easier to find. I'm glad it's proved useful. How

Re: [notmuch] Fcc, Maildir, and Emacs message-mode -- a bit of code

2010-01-29 Thread Jameson Rollins
On Fri, 29 Jan 2010 14:21:56 +0100, "Sebastian Spaeth" wrote: > First, I think this FCC method is phantastic and it works like a > charm. I agree that we should include the snippets at least in some > "contrib" directory (or doc/examples) to make it easier to find. I'm really glad this was usefu

Re: [notmuch] Fcc, Maildir, and Emacs message-mode -- a bit of code

2010-01-29 Thread Sebastian Spaeth
First, I think this FCC method is phantastic and it works like a charm. I agree that we should include the snippets at least in some "contrib" directory (or doc/examples) to make it easier to find. Jameson Rollins wrote: > (defun my-message-header-setup () > (message-add-header "Fcc: ~/.mail/se

Re: [notmuch] [PATCH 2/2] Preserve folder information when indexing

2010-01-29 Thread Michal Sojka
On Thursday 28 of January 2010 18:13:06 micah anderson wrote: > On Thu, 28 Jan 2010 16:25:17 +0100, Michal Sojka wrote: > > This patch was originally sent by Andreas Klöckner. This is a slightly > > reworked version (only coding style changes) which was manually rebased > > to the current HEAD. >