[notmuch] hack to retag a directory

2009-12-03 Thread david
I think this will be obsolete pretty soon when the equivalent is built-in to notmuch, but in the mean time, here is a script that somebody might find useful: retag a whole directory (recursively). I don't claim it is nice in any way, but it seems usable for me, taking about 5 seconds to retag a

Re: [notmuch] [PATCH 1/3] Use default face for the button types so that the underlines go away

2009-12-03 Thread Carl Worth
On Tue, 1 Dec 2009 21:45:47 +0530, aneesh.ku...@gmail.com wrote: From: Alexander Botero-Lowry alex.boterolo...@gmail.com Since we know what these buttons do it seems like the underlines are unnecessary. This also backs out the attempt at fixing the button alignment on the message row, which

[notmuch] Trouble with notmuch-show

2009-12-03 Thread Jed Brown
I know html support is still poor, but the following seems worse than not showing anything. When I visit this message, I get prompted to save the MIME part and the following is displayed (including all the hidden stuff). Original message is attached. Jed message{

Re: [notmuch] Notmuch's search view sucks

2009-12-03 Thread Carl Worth
On Thu, 03 Dec 2009 14:33:51 +0100, Gregor Hoffleit gre...@hoffleit.de wrote: first a short introduction: I was a mutt user for ages. When I read about Sup, I was intrigued. After a short evaluation period, I switched to Sup, which I'm now using since six months. Hi Gregor, welcome to

Re: [notmuch] [PATCH (rebased)] Handle message renames in mail spool

2009-12-03 Thread Carl Worth
On Thu, 3 Dec 2009 03:15:26 +0600, Mikhail Gusarov dotted...@dottedmag.net wrote: In order to handle message renames the following changes were deemed necessary: Hi Mikhail, Thanks for contributing this patch (twice!). I think if I had gotten to it sooner, I probably would have committed it.

Re: [notmuch] [PATCH] notmuch-reply: Display reply message part using UTF-8.

2009-12-03 Thread Carl Worth
On Sat, 28 Nov 2009 19:58:29 +0800, Kan-Ru Chen ka...@kanru.info wrote: Pass the message through the charset filter so that we can view messages wrote in different charset encoding. ... Same problem as notmuch-show before. Noticed this when I intend to reply a Chinese mail... Thanks Kanru,

Re: [notmuch] [PATCH] Add some text to configure on how to install dependencies with yum.

2009-12-03 Thread Carl Worth
On Sat, 28 Nov 2009 08:20:08 -0600, Jeffrey C. Ollie j...@ocjtech.us wrote: Add some text on how to install dependencies with yum for Fedora or other systems that use yum for package management. Since the named of the required packages on Fedora are slightly different from Debian this will

Re: [notmuch] [PATCH 2/9] Adjust autoload comments

2009-12-03 Thread Carl Worth
On Mon, 30 Nov 2009 20:38:00 +, James Rowe jnr...@gmail.com wrote: I have to admit I played with elisp-make-autoload-file in my ebuild initially, but came to the conclusion there wasn't a great deal of purpose to exposing more than the main notmuch function. Mostly because it muddies my

Re: [notmuch] [PATCH 2/9] Adjust autoload comments

2009-12-03 Thread Carl Worth
On Mon, 30 Nov 2009 20:38:00 +, James Rowe jnr...@gmail.com wrote: I had planned on posting a patch for inclusion in packaging/Gentoo per Carl's mail[2], but the whole GPL 2 vs 3 thing made me put it on the backburner and I haven't looked again. Might still be useful to people unless

Re: [notmuch] [PATCH 2/9] Adjust autoload comments

2009-12-03 Thread Jameson Graef Rollins
On Thu, Dec 03, 2009 at 05:04:52PM -0800, Carl Worth wrote: The notmuch-folder command is definitely a nice primary interface to notmuch for some people. I'm seriously considering making it the view that one gets with M-x notmuch (after the notmuch-folder view gets a little sprucing up). I

Re: [notmuch] Recent (and forthcoming) improvements to the emacs interface

2009-12-03 Thread Marten Veldthuis
On Thu, 03 Dec 2009 14:15:07 -0800, Carl Worth cwo...@cworth.org wrote: * Much nicer looking presentation, (no more ugly reverse-video or underlines on the message summary line). * More reliable message-visibility buttons, (using RET in the first column of a message-summary line

[notmuch] [PATCH (rebased)] Handle message renames in mail spool

2009-12-03 Thread Mikhail Gusarov
In order to handle message renames the following changes were deemed necessary: * Mtime check on individual files was disabled. As files may be moved around without changing their mtime, it's necessary to parse them even if they appear old in case old message was moved. mtime check on directories

[notmuch] [PATCH 1/2] notmuch-reply: Add support for replying only to sender

2009-12-03 Thread Aneesh Kumar K.V
From: Aneesh Kumar K.V This patch add --format=sender-only option. Signed-off-by: Aneesh Kumar K.V --- notmuch-reply.c | 76 +++ 1 files changed, 76 insertions(+), 0 deletions(-) diff --git a/notmuch-reply.c

[notmuch] [PATCH 2/2] notmuch.el: Add support for reply-to sender

2009-12-03 Thread Aneesh Kumar K.V
From: Aneesh Kumar K.V Add key binding to do a reply-to sender. This is mapped to 'R' Signed-off-by: Aneesh Kumar K.V --- notmuch.el | 24 ++-- 1 files changed, 22 insertions(+), 2 deletions(-) diff --git a/notmuch.el b/notmuch.el index

[notmuch] [PATCH 0/4] Make tags applied by 'notmuch new' configurable.

2009-12-03 Thread Marten Veldthuis
Excerpts from Carl Worth's message of Wed Dec 02 22:36:13 +0100 2009: > As a side-note, I would recommend against making your auto-tagging > scripts process only new messages. You can get a much more reliable > setup by having your auto-tagging scripts apply to the global > database. And this is

[notmuch] Notmuch's search view sucks

2009-12-03 Thread Gregor Hoffleit
Hi there, first a short introduction: I was a mutt user for ages. When I read about Sup, I was intrigued. After a short evaluation period, I switched to Sup, which I'm now using since six months. Sup has many rough edges on its own, and it's not that easy to fix some of them from the current

[notmuch] hack to retag a directory

2009-12-03 Thread da...@tethera.net
org/pipermail/notmuch/attachments/20091203/d06a9e3e/attachment-0001.obj> -- next part --

[notmuch] hack to retag a directory

2009-12-03 Thread da...@tethera.net
At Thu, 03 Dec 2009 09:39:32 -0400, david at tethera.net wrote: > I think this will be obsolete pretty soon when the equivalent is > built-in to notmuch, but in the mean time, here is a script that > somebody might find useful: retag a whole directory (recursively). I > don't claim it is nice in

[notmuch] [PATCH 1/3] Use default face for the button types so that the underlines go away

2009-12-03 Thread Carl Worth
essages. I find it much more pleasant to look at myself. -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/20091203/800812ac/attachment.pgp>

[notmuch] Hi, I'm Mark, and I'm addicted to effective mail handling

2009-12-03 Thread Mark Anderson
I've been a good friend of Carl's since college, and was following his interest in 'sup'. I have transitioned to 'sup', and I'm ready to move on. I just want a text email system that looks a lot like GMail, but isn't owned elsewhere. I want to be able to control the data. I just recenty found

[notmuch] [PATCH] vim: preserve the 'show everything' flag when finding next/prev buffer

2009-12-03 Thread Carl Worth
e: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091203/116b1a71/attachment.pgp>

[notmuch] Trouble with notmuch-show

2009-12-03 Thread Jed Brown
st Type: application/octet-stream Size: 12176 bytes Desc: Problem html message URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091203/602423b2/attachment-0001.obj>

[notmuch] [PATCH] vim: preserve the 'show everything' flag when finding next/prev buffer

2009-12-03 Thread Bart Trojanowski
* Carl Worth [091203 16:31]: > Sorry I missed this with your earlier, related changes. But I've pushed > this now. Thanks. -Bart -- WebSig: http://www.jukie.net/~bart/sig/

[notmuch] Recent (and forthcoming) improvements to the emacs interface

2009-12-03 Thread Carl Worth
al. [*] Yes, this is just a lame standin for a real undo feature. But until we do have undo, it's an important standin. -- 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/20091203/ae9c1bed/attachment.pgp>

[notmuch] Quick thoughts on a notmuch daemon

2009-12-03 Thread Carl Worth
-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/20091203/ddeabf75/attachment.pgp>

[notmuch] Notmuch's search view sucks

2009-12-03 Thread Carl Worth
- 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/20091203/e324ef5e/attachment.pgp>

[notmuch] Hi, I'm Mark, and I'm addicted to effective mail handling

2009-12-03 Thread Carl Worth
otmuch/attachments/20091203/7cf55208/attachment.pgp>

[notmuch] [PATCH (rebased)] Handle message renames in mail spool

2009-12-03 Thread Carl Worth
189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091203/6a8cc6f5/attachment.pgp>

[notmuch] [PATCH] notmuch-reply: Display reply message part using UTF-8.

2009-12-03 Thread Carl Worth
Thanks Kanru, This is pushed now. -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/20091203/3dd85ea9/attachment.pgp>

[notmuch] [PATCH] Add some text to configure on how to install dependencies with yum.

2009-12-03 Thread Carl Worth
e Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091203/06cae925/attachment-0001.pgp>

[notmuch] [PATCH 2/9] Adjust autoload comments

2009-12-03 Thread Carl Worth
On Mon, 30 Nov 2009 20:38:00 +, James Rowe wrote: > I have to admit I played with elisp-make-autoload-file in my ebuild > initially, but came to the conclusion there wasn't a great deal of > purpose to exposing more than the main notmuch function. Mostly because > it muddies my emacs and

[notmuch] [PATCH 2/9] Adjust autoload comments

2009-12-03 Thread Carl Worth
s Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091203/99aa9913/attachment.pgp>

[notmuch] [PATCH] Remove unused notmuch_parse_date function prototype.

2009-12-03 Thread Carl Worth
-- 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/20091203/4611d9e5/attachment.pgp>

[notmuch] [PATCH 2/9] Adjust autoload comments

2009-12-03 Thread Jameson Graef Rollins
: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091203/6dbd9d8f/attachment.pgp>

[notmuch] [PATCH 0/4] Make tags applied by 'notmuch new' configurable.

2009-12-03 Thread Carl Worth
rubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091203/088d51fe/attachment.pgp>