[notmuch] [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.

2010-02-20 Thread Johannes Schindelin
Hi, On Sat, 20 Feb 2010, Carl Worth wrote: > This file has had no explicit license information noted in it, but > has clearly been created and modified according to the terms of GPLv2 > as with the rest of the git code base. > > The purpose of relicensing is to allow other GPLv3+ projects (in >

[notmuch] notmuch for mutt (was: vim client)

2010-02-20 Thread martin f krafft
also sprach Ruben Pollan [2010.02.19.2112 +0100]: > > 1. will there be a usable ncurses or mutt version that supports > > notmuch anytime soon? > > I started to work on that I while ago. I didn't hack on it for > a while, but I hope I'll return to it soon. Anyway to create > a proper good client

[notmuch] tach.el: An interface for handling attachments in message-mode

2010-02-20 Thread Jesse Rosenthal
Dear all, Sending email in emacs message-mode is great, but the handling of (outgoing) attachments leaves a lot to be desired. MML's markup can be confusing, and can easily be edited by mistake. Thus: tach.el. Tach is a minor mode that adds mutt-like attachment handling to message mode. It's not

[notmuch] tach.el: An interface for handling attachments in message-mode

2010-02-20 Thread Jesse Rosenthal
Dear all, Sending email in emacs message-mode is great, but the handling of (outgoing) attachments leaves a lot to be desired. MML's markup can be confusing, and can easily be edited by mistake. Thus: tach.el. Tach is a minor mode that adds mutt-like attachment handling to message mode. It's not

[notmuch] patch queue

2010-02-20 Thread Jameson Rollins
ging, json output, and some of the emacs UI improvements. Thanks so much for the info. 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/piper

Re: [notmuch] [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.

2010-02-20 Thread Johannes Schindelin
Hi, On Sat, 20 Feb 2010, Carl Worth wrote: > This file has had no explicit license information noted in it, but > has clearly been created and modified according to the terms of GPLv2 > as with the rest of the git code base. > > The purpose of relicensing is to allow other GPLv3+ projects (in >

Re: [notmuch] [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.

2010-02-20 Thread Junio C Hamano
Carl Worth writes: > This file has had no explicit license information noted in it, but > has clearly been created and modified according to the terms of GPLv2 > as with the rest of the git code base. > > The purpose of relicensing is to allow other GPLv3+ projects (in > particular, the notmuch p

[notmuch] [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.

2010-02-20 Thread Junio C Hamano
Carl Worth writes: > This file has had no explicit license information noted in it, but > has clearly been created and modified according to the terms of GPLv2 > as with the rest of the git code base. > > The purpose of relicensing is to allow other GPLv3+ projects (in > particular, the notmuch p

[notmuch] patch queue

2010-02-20 Thread Jameson Rollins
Hey, Carl. I've noticed that you've been applying some patches that were recently sent to the list, out of order from the chronological queue of patches that were sent to the list. I'm a fan of the recently applied patches, but I'm curious about what your plans are for the older patches in the qu

[notmuch] vim client

2010-02-20 Thread Ben Gamari
Excerpts from Arian Kuschki's message of Fri Feb 19 11:49:25 -0500 2010: > Hi all > thank you for notmuch, it is a great project. I have been watching > progress for a while but then I could no longer restrain myself and > started using notmuch's vim client even though it is still a bit rough >

Re: [notmuch] [PATCH 2/2] notmuch.el: add a submap (on "z" for "ztash") to stash things.

2010-02-20 Thread Carl Worth
On Thu, 11 Feb 2010 23:01:08 -0400, da...@tethera.net wrote: > From: David Bremner > > Provide key bindings for stuffing various RFC822 header fields and other > metadata > into the emacs kill-ring as text. The bindings are as follows: A fantastic feature, David! Thanks so much! I've now appli

[notmuch] [PATCH 2/2] notmuch.el: add a submap (on "z" for "ztash") to stash things.

2010-02-20 Thread Carl Worth
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/20100220/7a4079ad/attachment.pgp>

Re: [notmuch] [PATCH v2] Add functions notmuch-show-get-(bcc, cc, date, from, subject, to).

2010-02-20 Thread Carl Worth
On Thu, 11 Feb 2010 22:44:10 -0400, da...@tethera.net wrote: > Return the corresponding header field for the current message as a > string. These are thin wrappers around notmuch-show-get-header, which > means they each cause a full parse of the RFC822 header. The main idea > is to fix an api. OK

[notmuch] [PATCH v2] Add functions notmuch-show-get-(bcc, cc, date, from, subject, to).

2010-02-20 Thread Carl Worth
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/20100220/2669515d/attachment.pgp>

Re: [notmuch] [PATCH 1/2] notmuch-show-get-header: new function; return alist of parsed header fields.

2010-02-20 Thread Carl Worth
On Thu, 11 Feb 2010 22:34:31 -0400, da...@tethera.net wrote: > From: David Bremner > > This function parses the displayed message to recover header > fields. It uses mailheader.el to do the actual header parsing, after > preprocessing to remove indentation. It relies on the variables > notmuch-s

[notmuch] [PATCH 1/2] notmuch-show-get-header: new function; return alist of parsed header fields.

2010-02-20 Thread Carl Worth
. Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100220/fd8d9a21/attachment.pgp>

[notmuch] [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.

2010-02-20 Thread Carl Worth
This file has had no explicit license information noted in it, but has clearly been created and modified according to the terms of GPLv2 as with the rest of the git code base. The purpose of relicensing is to allow other GPLv3+ projects (in particular, the notmuch project: http://notmuchmail.org)

[notmuch] [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.

2010-02-20 Thread Carl Worth
ly to the file test-results/$BASENAME.out, too. -- 1.6.5.7 -- 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/20100220/0813aa2e/attachment.pgp>

[PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+.

2010-02-20 Thread Carl Worth
This file has had no explicit license information noted in it, but has clearly been created and modified according to the terms of GPLv2 as with the rest of the git code base. The purpose of relicensing is to allow other GPLv3+ projects (in particular, the notmuch project: http://notmuchmail.org)

Re: [notmuch] vim client

2010-02-20 Thread Ben Gamari
Excerpts from Arian Kuschki's message of Fri Feb 19 11:49:25 -0500 2010: > Hi all > thank you for notmuch, it is a great project. I have been watching > progress for a while but then I could no longer restrain myself and > started using notmuch's vim client even though it is still a bit rough >

[notmuch] Quick thoughts on a notmuch daemon

2010-02-20 Thread Ruben Pollan
tmuchmail.org/pipermail/notmuch/attachments/20100220/3f2ce28c/attachment.pgp>