[alot] announcing v0.3.6

2014-08-07 Thread Amadeusz Żołnowski
: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140807/86b5eaed/attachment.pgp>

[PATCH] notmuch-config: talloc_strdup MAILDIR and NAME environment variables

2014-08-07 Thread David Bremner
Tomi Ollila writes: > When defined -- the pointer is soon given to talloc_free() which > expects it to be allocated by talloc. pushed. d

[PATCH] notmuch-config: talloc_strdup MAILDIR and NAME environment variables

2014-08-07 Thread Tomi Ollila
When defined -- the pointer is soon given to talloc_free() which expects it to be allocated by talloc. --- notmuch-config.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/notmuch-config.c b/notmuch-config.c index 88831e2..db487db 100644 --- a/notmuch-config.c +++

[PATCH] notmuch-config: talloc_strdup MAILDIR and NAME environment variables

2014-08-07 Thread Austin Clements
LGTM. Quoth Tomi Ollila on Aug 07 at 6:19 pm: > When defined -- the pointer is soon given to talloc_free() which > expects it to be allocated by talloc. > --- > notmuch-config.c | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/notmuch-config.c b/notmuch-config.c

Re: [PATCH] notmuch-config: talloc_strdup MAILDIR and NAME environment variables

2014-08-07 Thread Austin Clements
LGTM. Quoth Tomi Ollila on Aug 07 at 6:19 pm: When defined -- the pointer is soon given to talloc_free() which expects it to be allocated by talloc. --- notmuch-config.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/notmuch-config.c b/notmuch-config.c index

Re: [alot] announcing v0.3.6

2014-08-07 Thread Amadeusz Żołnowski
Hi! I've just committed alot-0.3.6 into Gentoo tree. It should be available to users in few hours. Cheers, -- Amadeusz Żołnowski pgpCIzftxOLkE.pgp Description: PGP signature ___ notmuch mailing list notmuch@notmuchmail.org

Re: [PATCH v3 00/13] Implement and use database features

2014-08-07 Thread Tomi Ollila
On Fri, Aug 01 2014, Austin Clements amdra...@mit.edu wrote: This is v3 of id:1406652492-27803-1-git-send-email-amdra...@mit.edu. This fixes one issue and tidies up another thing in notmuch_database_upgrade I found while working on change tracking support. Most of the patches are logically

Re: [PATCH] notmuch-config: talloc_strdup MAILDIR and NAME environment variables

2014-08-07 Thread David Bremner
Tomi Ollila tomi.oll...@iki.fi writes: When defined -- the pointer is soon given to talloc_free() which expects it to be allocated by talloc. pushed. d ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch