[PATCH] ruby: allow bindings to compile on Mac OS X

2014-11-16 Thread Ludovic LANGE
On OS X, the library ends with .dylib (instead of .so). I also added the .dll handling in any case. Also, the flags '-Wl,--no-undefined' seems not accepted, so I excluded them on OS X (only) --- bindings/ruby/extconf.rb | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a

notmuch.readthedocs.org

2014-11-16 Thread David Bremner
Ben Gamari writes: > > David, perhaps you could update the description of the notmuch RtD > project to reflect that fact that it is no longer describing the Python > bindings? Perhaps it might also make sense to add a link to the > notmuch-python project in the project description. I'd be happy t

[PATCH] ruby: add bindings for `notmuch_database_get_all_tags`

2014-11-16 Thread Ludovic LANGE
The Ruby bindings were missing a way to get all the tags of the database. Now you should be able to access this with the public instance method `all_tags` of your database object. Example of use: notmuchdb = Notmuch::Database.new path, { :create => false, :mode => Notmuch::MODE_READ_O

Forwarding a mail, with a non-ASCII signature

2014-11-16 Thread Jani Nikula
On Sun, 16 Nov 2014, Lele Gaifax wrote: > Recently I started using notmuch with Emacs as the main MUA, using > message-mode to send emails. I'm *very* satisfied, BTW! It doesn't seem to matter here, but are you really not using notmuch-mua-new-mail to send emails? Your User-Agent field seems to c

Forwarding a mail, with a non-ASCII signature

2014-11-16 Thread Lele Gaifax
Jani Nikula writes: > On Sun, 16 Nov 2014, Lele Gaifax wrote: >> Recently I started using notmuch with Emacs as the main MUA, using >> message-mode to send emails. I'm *very* satisfied, BTW! > > It doesn't seem to matter here, but are you really not using > notmuch-mua-new-mail to send emails? Y

Forwarding a mail, with a non-ASCII signature

2014-11-16 Thread Lele Gaifax
Hi all, as you can see below, my signature contains some non-ASCII characters, and it is stored as UTF-8 (I have `(prefer-coding-system 'utf-8)` in my .emacs.el) in my home as ~/.signature. Recently I started using notmuch with Emacs as the main MUA, using message-mode to send emails. I'm *very*

notmuch.readthedocs.org

2014-11-16 Thread Ben Gamari
omain. Cheers, - Ben -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 472 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20141116/f6ca7a2d/attachment-0001.pgp>

notmuch.readthedocs.org

2014-11-16 Thread Ben Gamari
URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20141116/16ad7128/attachment.pgp>

Re: notmuch.readthedocs.org

2014-11-16 Thread David Bremner
Ben Gamari writes: > > David, perhaps you could update the description of the notmuch RtD > project to reflect that fact that it is no longer describing the Python > bindings? Perhaps it might also make sense to add a link to the > notmuch-python project in the project description. I'd be happy t

Re: notmuch.readthedocs.org

2014-11-16 Thread Ben Gamari
David Bremner writes: > It seems that this site has bitrotted. I hit the build button and it > now builds the CLI docs instead of the python bindings. I assume since > Sebastian has moved on from maintaining the bindings he's also not > intersted in maintaining this site. If someone would like

Re: notmuch.readthedocs.org

2014-11-16 Thread Ben Gamari
David Bremner writes: > It seems that this site has bitrotted. I hit the build button and it > now builds the CLI docs instead of the python bindings. I assume since > Sebastian has moved on from maintaining the bindings he's also not > intersted in maintaining this site. If someone would like

[PATCH v2] NEWS & doc: typing fixes

2014-11-16 Thread David Bremner
Tomi Ollila writes: > Some inconsistent formatting in NEWS for 0.19, 0.18 & 0.17 fixed. > > Extra `*` when making bold text in doc/man1/notmuch-search.rst removed. Pushed, d

notmuch.readthedocs.org

2014-11-16 Thread David Bremner
It seems that this site has bitrotted. I hit the build button and it now builds the CLI docs instead of the python bindings. I assume since Sebastian has moved on from maintaining the bindings he's also not intersted in maintaining this site. If someone would like to take over and fix what needs

[PATCH 2/2] NEWS: deprecate notmuch deliver

2014-11-16 Thread David Bremner
Sebastian Schwarz writes: > On 2014-13-11, David Bremner wrote: >> notmuch-deliver has no commits for about 2.5 years. >> notmuch-insert has all the features that deliver does, and as >> far as I understand the error handling has now caught up. > > Once upon a time I spoke out against the remova

Re: Forwarding a mail, with a non-ASCII signature

2014-11-16 Thread Lele Gaifax
Jani Nikula writes: > On Sun, 16 Nov 2014, Lele Gaifax wrote: >> Recently I started using notmuch with Emacs as the main MUA, using >> message-mode to send emails. I'm *very* satisfied, BTW! > > It doesn't seem to matter here, but are you really not using > notmuch-mua-new-mail to send emails? Y

Re: Forwarding a mail, with a non-ASCII signature

2014-11-16 Thread Jani Nikula
On Sun, 16 Nov 2014, Lele Gaifax wrote: > Recently I started using notmuch with Emacs as the main MUA, using > message-mode to send emails. I'm *very* satisfied, BTW! It doesn't seem to matter here, but are you really not using notmuch-mua-new-mail to send emails? Your User-Agent field seems to c

Forwarding a mail, with a non-ASCII signature

2014-11-16 Thread Lele Gaifax
Hi all, as you can see below, my signature contains some non-ASCII characters, and it is stored as UTF-8 (I have `(prefer-coding-system 'utf-8)` in my .emacs.el) in my home as ~/.signature. Recently I started using notmuch with Emacs as the main MUA, using message-mode to send emails. I'm *very*

[PATCH 2/2] NEWS: deprecate notmuch deliver

2014-11-16 Thread Sebastian Schwarz
On 2014-13-11, David Bremner wrote: > notmuch-deliver has no commits for about 2.5 years. > notmuch-insert has all the features that deliver does, and as > far as I understand the error handling has now caught up. Once upon a time I spoke out against the removal of notmuch-deliver: id:874na0y6x3.

Re: [PATCH v2] NEWS & doc: typing fixes

2014-11-16 Thread David Bremner
Tomi Ollila writes: > Some inconsistent formatting in NEWS for 0.19, 0.18 & 0.17 fixed. > > Extra `*` when making bold text in doc/man1/notmuch-search.rst removed. Pushed, d ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailm

notmuch.readthedocs.org

2014-11-16 Thread David Bremner
It seems that this site has bitrotted. I hit the build button and it now builds the CLI docs instead of the python bindings. I assume since Sebastian has moved on from maintaining the bindings he's also not intersted in maintaining this site. If someone would like to take over and fix what needs