[RFC PATCH] Python bindings: CDLL("libnotmuch.3.dylib") on Darwin

2013-06-25 Thread Tomi Ollila
Use os.uname() to check for 'Darwin' and load "libnotmuch.3.dylib" instead of "libnotmuch.so.3" if that is the case. --- This is followup to thread starting from id:1369540418-94177-1-git-send-email-Julian at GrayVines.com For anyone interested: this is basically no-overhead addition as ctypes

[RFC PATCH] Python bindings: CDLL("libnotmuch.3.dylib") on Darwin

2013-06-25 Thread Justus Winter
Quoting Tomi Ollila (2013-06-25 16:36:56) > Use os.uname() to check for 'Darwin' and load "libnotmuch.3.dylib" > instead of "libnotmuch.so.3" if that is the case. > --- > > This is followup to thread starting from > > id:1369540418-94177-1-git-send-email-Julian at GrayVines.com > > For anyone

[PATCH] contrib: pick: remove reference to inbox in docstring

2013-06-25 Thread David Bremner
Mark Walters writes: > Copy the recent changes in show to use just notmuch-archive-tags (as a > link) rather than saying '(defaults to "inbox")'. Pushed this to be consistent with show. d