[PATCH] fix typo in Tags.__len__

2011-08-03 Thread Cédric Cabessa
Here is a sample that trigger the bug : """ import notmuch db = notmuch.Database() query = db.create_query("tag:inbox") for m in query.search_messages(): len(m.get_tags()) """ --- bindings/python/notmuch/tag.py |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH] configure: add options to disable emacs/zsh/bash and choose install dir.

2011-01-24 Thread Cédric Cabessa
On Monday 24 January 2011 08:10:20 Xavier Maillard wrote: > > Why not just try to detect whether bash/zsh or even emacs is available > on the system and install the dependent files when it is the case ? Hi Xavier, I think it is better to let user explicitly choose what he want to install or

[PATCH] configure: add options to disable emacs/zsh/bash and choose install dir.

2011-01-23 Thread Cédric Cabessa
add --bashcompletiondir and --zshcompletiondir (like --emacslispdir) to choose installation dir for bash/zsh completion files Make some features optional: --without-emacs / --with-emacs=no do not install lisp file --without-bash-completion / --with-bash-completion=no do not install bash

[PATCH] How to improve the mail handling workflow?

2010-11-13 Thread Cédric Cabessa
On Friday 12 November 2010 16:23:58 Matthieu Lemerre wrote: > - Processing mails which do not have any automatically added tag is >boring, because I need to press several keys to archive them: "+" to >add a tag, and then "a". If I forget about +, then my mail is >impossible to find.

Re: [PATCH] How to improve the mail handling workflow?

2010-11-13 Thread Cédric Cabessa
On Friday 12 November 2010 16:23:58 Matthieu Lemerre wrote: - Processing mails which do not have any automatically added tag is boring, because I need to press several keys to archive them: + to add a tag, and then a. If I forget about +, then my mail is impossible to find. I feel

opening attachment

2010-10-09 Thread Cédric Cabessa
On Wednesday 06 October 2010 08:47:18 Michal Sojka wrote: > It would be nice if a user could override this, but I do not know how to > do it. Perhaps some elisp guru can tell us. Without lisp, you can customize your ~/.mailcap file (or /etc/mailcap) see:

[PATCH] configure: add ignored options for compatibility.

2010-04-25 Thread Cédric Cabessa
gentoo's ebuild script expects 2 more options for configure: --host (same format as --build) --datadir --- configure | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/configure b/configure index ec8c3fd..c522ad8 100755 --- a/configure +++ b/configure

[PATCH] configure: add ignored options for compatibility.

2010-04-24 Thread Cédric Cabessa
gentoo's ebuild script expects 2 more options for configure: --host (same format as --build) --datadir --- configure | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/configure b/configure index ec8c3fd..c522ad8 100755 --- a/configure +++ b/configure

[notmuch] cnotmuch 0.1.1 release

2010-04-03 Thread Cédric Cabessa
spaetz wrote: > > It needs to have a libnotmuch.so or libnotmuch.so.1 available in some > library folder or will raise an exception when loading. > "OSError: libnotmuch.so.1: cannot open shared object file: No such file or > directory" > libnotmuch.so is in my personal folder, I'd like to use

Re: [notmuch] cnotmuch 0.1.1 release

2010-04-03 Thread Cédric Cabessa
spaetz wrote: It needs to have a libnotmuch.so or libnotmuch.so.1 available in some library folder or will raise an exception when loading. OSError: libnotmuch.so.1: cannot open shared object file: No such file or directory libnotmuch.so is in my personal folder, I'd like to use