[PATCH] Implement a simple read-eval-print loop.

2010-11-20 Thread Michal Sojka
On Sat, 20 Nov 2010, servilio wrote: > This implementation uses GNU readline for the prompt and command > history, with the default file completion enabled. GLib is used to > split the read line into an arguments list. Hi, I haven't tested it yet, but it seems to be exactly the piece of code I

[notmuch] Snippet to jump to message in Gnus from notmuch-show buffer

2010-11-20 Thread Brett Viren
Hi Tassilo, I adapted your code for my use and found it was failing due to some stray double-quotes. I'm using notmuch from git so maybe these quotes were added in the year since you first posted your idea. See below for the simple fix: On Tue, Nov 24, 2009 at 3:02 AM, Tassilo Horn wrote: >

[PATCH] Implement a simple read-eval-print loop.

2010-11-20 Thread servilio
Hi Michal, On 20 November 2010 16:15, Michal Sojka wrote: > On Sat, 20 Nov 2010, servilio wrote: >> This implementation uses GNU readline for the prompt and command >> history, with the default file completion enabled. GLib is used to >> split the read line into an arguments list. > > Hi, > > I

Warning when GMime is parsing broken email addresses

2010-11-20 Thread Matthieu Lemerre
On Thu, 18 Nov 2010 13:51:59 -0500, Daniel Kahn Gillmor wrote: > Re: Warning when GMime is parsing broken email addresses: > > On 11/18/2010 01:37 PM, Matthieu Lemerre wrote: > > The problem is solved in version 2.4.18 (current is > > 2.4.20). Unfortunately the last version packaged for Debian

Warning when GMime is parsing broken email addresses

2010-11-20 Thread Daniel Kahn Gillmor
ce it's documented, we can try to do something about it. Regards, --dkg -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 900 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20101120/a60d984b/attachment.pgp>

[PATCH] Implement a simple read-eval-print loop.

2010-11-20 Thread servilio
This implementation uses GNU readline for the prompt and command history, with the default file completion enabled. GLib is used to split the read line into an arguments list. --- Makefile.local |2 +- configure | 40 ++- notmuch.c | 115

Re: Warning when GMime is parsing broken email addresses

2010-11-20 Thread Matthieu Lemerre
On Thu, 18 Nov 2010 13:51:59 -0500, Daniel Kahn Gillmor d...@fifthhorseman.net wrote: Re: Warning when GMime is parsing broken email addresses: On 11/18/2010 01:37 PM, Matthieu Lemerre wrote: The problem is solved in version 2.4.18 (current is 2.4.20). Unfortunately the last version

[PATCH] Implement a simple read-eval-print loop.

2010-11-20 Thread servilio
This implementation uses GNU readline for the prompt and command history, with the default file completion enabled. GLib is used to split the read line into an arguments list. --- Makefile.local |2 +- configure | 40 ++- notmuch.c | 115

Re: Warning when GMime is parsing broken email addresses

2010-11-20 Thread Daniel Kahn Gillmor
On 11/20/2010 06:23 AM, Matthieu Lemerre wrote: On Thu, 18 Nov 2010 13:51:59 -0500, Daniel Kahn Gillmor d...@fifthhorseman.net wrote: Re: Warning when GMime is parsing broken email addresses: On 11/18/2010 01:37 PM, Matthieu Lemerre wrote: The problem is solved in version 2.4.18 (current is

Re: [PATCH] Implement a simple read-eval-print loop.

2010-11-20 Thread Michal Sojka
On Sat, 20 Nov 2010, servilio wrote: This implementation uses GNU readline for the prompt and command history, with the default file completion enabled. GLib is used to split the read line into an arguments list. Hi, I haven't tested it yet, but it seems to be exactly the piece of code I

[PATCH 1/2] test: Add test for messages without maildir info in new

2010-11-20 Thread Michal Sojka
A message in new without maildir info should be tagged the same as if empty info (:,2) is present, i.e. unread tag must be present. To test this behavior, notmuch new must be configured to add only inbox tag and not two tags inbox and unread, which is the default. --- test/maildir-sync | 10

[PATCH 2/2] Include 'unread' tag only to mails in new

2010-11-20 Thread Michal Sojka
Ruben's previous patch fixed the problem that he experienced, but it also caused the test Removing info from filename leaves tags unchanged to fail. This is an attempt to make all tests to pass. The Ruben's change is restricted to be only effective in 'new' directory. --- lib/message.cc |9

Re: [PATCH] Implement a simple read-eval-print loop.

2010-11-20 Thread servilio
Hi Michal, On 20 November 2010 16:15, Michal Sojka sojk...@fel.cvut.cz wrote: On Sat, 20 Nov 2010, servilio wrote: This implementation uses GNU readline for the prompt and command history, with the default file completion enabled. GLib is used to split the read line into an arguments list.

Re: [notmuch] Snippet to jump to message in Gnus from notmuch-show buffer

2010-11-20 Thread Brett Viren
Hi Tassilo, I adapted your code for my use and found it was failing due to some stray double-quotes. I'm using notmuch from git so maybe these quotes were added in the year since you first posted your idea. See below for the simple fix: On Tue, Nov 24, 2009 at 3:02 AM, Tassilo Horn