[PATCH 4/4] Update NEWS for user.other_name

2016-08-09 Thread Shea Levy
--- NEWS | 5 + 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 3a9c8d3..fdf9c81 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,11 @@ Ruby Bindings Add support for `notmuch_database_get_all_tags` +General +--- + +Add the `user.other_name` configuration setting + Notmuch 0.

[PATCH 2/4] notmuch-reply: respect users.other_name in From

2016-08-09 Thread Shea Levy
--- notmuch-reply.c | 129 1 file changed, 92 insertions(+), 37 deletions(-) diff --git a/notmuch-reply.c b/notmuch-reply.c index 4951373..1c205f9 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -118,25 +118,41 @@ match_address (const

[PATCH 3/4] Add documentation for user.other_name

2016-08-09 Thread Shea Levy
--- doc/man1/notmuch-config.rst | 10 ++ 1 file changed, 10 insertions(+) diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst index 5a517eb..6844c8d 100644 --- a/doc/man1/notmuch-config.rst +++ b/doc/man1/notmuch-config.rst @@ -68,6 +68,16 @@ The available configuration

[PATCH 0/4] Allow specifying alternate names for addresses in other_email

2016-08-09 Thread Shea Levy
Currently, while notmuch-reply will recognize email addresses other than the main address with user.other_email, it always sets the name part of the address in the envelope-from and From headers to user.name. This patchset enables specifying names on a per-address basis with a new user.other_name p

[PATCH 1/4] Add user.other_name property to associate names with other_email.

2016-08-09 Thread Shea Levy
Entries are paired with the email address at the same index in other_email. To use user.name for a given other_email, leave that entry blank or leave user.other_name shorter than the relevant index altogether. --- notmuch-client.h | 9 + notmuch-config.c | 32 +

Re: How does notmuch track mails?

2016-08-09 Thread Daniel Kahn Gillmor
On Tue 2016-08-09 10:02:23 -0400, Matthias Beyer wrote: > I wonder how notmuch tracks mails. Lets assume that we have a big > Maildir tree - mails move around all the time - how does notmuch > (re)find them? Is there a unique way to identify an email? As far as I > know isn't the message id one of

Re: [PATCH v2] Omit User-Agent: header by default

2016-08-09 Thread Daniel Kahn Gillmor
On Tue 2016-08-09 02:02:49 -0400, Gaute Hope wrote: > Daniel Kahn Gillmor writes on august 9, 2016 1:35: >> The User-Agent: header can be fun and interesting, but it also leaks >> quite a bit of information about the user and their software stack. > > Is the message-id generated by gnus or notmuch-

How does notmuch track mails?

2016-08-09 Thread Matthias Beyer
Hi, (I'm not subscribed to your ML, so please keep me in CC when replying) Disclaimer: I never used notmuch - so my questions might appear dumb. So I'm developing this personal information management (PIM) suite[0] and one aspect of PIM clearly is communication a la mail. I wonder how notmuch t

Re: [PATCH] configure: add --without-api-docs option

2016-08-09 Thread Tomi Ollila
On Tue, Aug 09 2016, David Bremner wrote: > mp39...@gmail.com writes: > >> From: Mikhail >> >> Add option to explicitly disable API man page build even if doxygen is >> available. > > I'm not sure about the use case here. For some reason you want to > install some of the man pages, but not all o

Re: [PATCH] configure: add --without-api-docs option

2016-08-09 Thread David Bremner
mp39...@gmail.com writes: > From: Mikhail > > Add option to explicitly disable API man page build even if doxygen is > available. I'm not sure about the use case here. For some reason you want to install some of the man pages, but not all of them? > --- > configure | 14 -- > 1 fil

[PATCH] configure: add --without-api-docs option

2016-08-09 Thread mp39590
From: Mikhail Add option to explicitly disable API man page build even if doxygen is available. --- configure | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/configure b/configure index ae0a027..a6b6ee8 100755 --- a/configure +++ b/configure @@ -68,6 +68,7 @@