Introducing ner: an ncurses based notmuch ui

2010-10-30 Thread Michael Forney
Hi everyone, For a while now, I (with help from Mike Kelly and Ingmar Vanhassel) have been working on an alternative mail client to notmuch.el called ner (notmuch email reader). ner uses a command specified by the user to edit and send mail, and uses libnotmuch as opposed to output from the

utf-8 in author field

2010-10-30 Thread Michal Sojka
Michal -- next part -- An embedded message was scrubbed... From: "=?utf-8?q?Jes=C3=BAs_M=2E?= Navarro" <jesus.nava...@undominio.net> Subject: Re: debian can be better Date: Wed, 27 Oct 2010 16:01:06 +0200 Size: 4231 URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20101030/4f65b090/attachment.eml>

[PATCH 0/4] Maildir synchronization

2010-10-30 Thread Michal Sojka
On Sat, 30 Oct 2010, Carl Worth wrote: > On Thu, 10 Jun 2010 06:59:02 +0200, Michal Sojka > wrote: > > This is a known limitation. > > From id:1273580061-22580-3-git-send-email-sojkam1 at fel.cvut.cz: > > > >The reason is that when you view the message its unread tag is > >removed which

[PATCH 2/2] build: only link to what we really use

2010-10-30 Thread Carl Worth
<http://notmuchmail.org/pipermail/notmuch/attachments/20101030/6c8e5be7/attachment.pgp>

[PATCH 2/3] build: fix DSO dependencies

2010-10-30 Thread Felipe Contreras
Hello, On Sat, Oct 30, 2010 at 12:37 AM, Carl Worth wrote: > On Sat, ?5 Jun 2010 14:05:14 +0300, Felipe Contreras gmail.com> wrote: >> At least on Fedora 13, this doesn't link; the linker finds the >> dependencies, and aborts saying we should include them. > ... >> We do need to link at least

[PATCH 2/2] build: only link to what we really use

2010-10-30 Thread Felipe Contreras
At least linux has the -Wl,--as-needed option. Signed-off-by: Felipe Contreras --- Makefile.local |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile.local b/Makefile.local index 9fed725..70c395a 100644 --- a/Makefile.local +++ b/Makefile.local @@ -33,7 +33,9 @@

[PATCH 1/2] build: fix DSO dependencies

2010-10-30 Thread Felipe Contreras
From: Carl Worth At least on Fedora 13, this doesn't link; the linker finds the dependencies, and aborts saying we should include them. /usr/bin/ld: gmime-filter-reply.o: undefined reference to symbol 'g_mime_filter_set_size' /usr/bin/ld: note: 'g_mime_filter_set_size' is

[PATCH 0/2] build fixes

2010-10-30 Thread Felipe Contreras
Hi, Here are a couple of build fixes. One is required to build on Fedora 13, the other is just nice (at least gets rid of some debian lintian warnings). Carl Worth (1): build: fix DSO dependencies Felipe Contreras (1): build: only link to what we really use Makefile.local |6 -- 1

Notmuch scripters rejoice! New "notmuch search --output=(...)"

2010-10-30 Thread Bryan Hunt
On Thu, 28 Oct 2010 12:24:45 -0700, Carl Worth wrote: > I just added a new feature to notmuch that I've been wanting for a very > long time. It's a new option to "notmuch search" as follows: > > --output=(summary|threads|messages|files|tags) > That is a cool feature. Bryan Hunt

Re: [PATCH 0/4] Maildir synchronization

2010-10-30 Thread Michal Sojka
On Sat, 30 Oct 2010, Carl Worth wrote: On Thu, 10 Jun 2010 06:59:02 +0200, Michal Sojka sojk...@fel.cvut.cz wrote: This is a known limitation. From id:1273580061-22580-3-git-send-email-sojk...@fel.cvut.cz: The reason is that when you view the message its unread tag is removed