BUG: bad notmuch shared library install_name on Mac OS X

2014-09-04 Thread David Bremner
"J. Lewis Muir" writes: > Hello. > > I submitted a patch [1] to fix a bug in how the notmuch shared library > is built on Mac OS X, but perhaps it's not clear it fixes a bug, so I > wanted to just request it be tagged as a bug for nmbug. Done, at least twice (waves to Jani). The usual

How to debug 'ignoring non-mail file' issues

2014-09-04 Thread Perttu Luukko
On 2014-09-01 09:41:06, Perttu Luukko wrote: > Yes, that indeed works. I'll probably move these ignored files to a > separate folder for inspection. I looked at the mails that are still ignored after upgrading GMime to latest version, and I think I have found what they have in common. All of my

BUG: bad notmuch shared library install_name on Mac OS X

2014-09-04 Thread J. Lewis Muir
Hello. I submitted a patch [1] to fix a bug in how the notmuch shared library is built on Mac OS X, but perhaps it's not clear it fixes a bug, so I wanted to just request it be tagged as a bug for nmbug. Thank you! Lewis [1] http://notmuchmail.org/pipermail/notmuch/2014/018956.html

[PATCH] emacs: jump: fix compile warning on emacs 23

2014-09-04 Thread Mark Walters
notmuch-jump uses window-body-width which is not defined in emacs 23. To get around this it does (unless (fboundp 'window-body-width) ;; Compatibility for Emacs pre-24 (defalias 'window-body-width 'window-width)) This makes sure window-body-width is defined and all should be well. But it

How to debug 'ignoring non-mail file' issues

2014-09-04 Thread Perttu Luukko
On 2014-09-03 19:03:40, Jani Nikula wrote: > On Wed, 03 Sep 2014, Perttu Luukko wrote: > > What I mean that there would be a separate error for cases "Does not > > resemble an email message at all", i.e., some control file your mail > > server happens to store in the mailbox, and "Looks like mail

[PATCH] emacs: jump: fix compile warning on emacs 23

2014-09-04 Thread Mark Walters
notmuch-jump uses window-body-width which is not defined in emacs 23. To get around this it does (unless (fboundp 'window-body-width) ;; Compatibility for Emacs pre-24 (defalias 'window-body-width 'window-width)) This makes sure window-body-width is defined and all should be well. But it

BUG: bad notmuch shared library install_name on Mac OS X

2014-09-04 Thread J. Lewis Muir
Hello. I submitted a patch [1] to fix a bug in how the notmuch shared library is built on Mac OS X, but perhaps it's not clear it fixes a bug, so I wanted to just request it be tagged as a bug for nmbug. Thank you! Lewis [1] http://notmuchmail.org/pipermail/notmuch/2014/018956.html

Re: BUG: bad notmuch shared library install_name on Mac OS X

2014-09-04 Thread David Bremner
J. Lewis Muir jlm...@imca-cat.org writes: Hello. I submitted a patch [1] to fix a bug in how the notmuch shared library is built on Mac OS X, but perhaps it's not clear it fixes a bug, so I wanted to just request it be tagged as a bug for nmbug. Done, at least twice (waves to Jani). The