From: Sebastian Spaeth Date: Thu, 18 Mar 2010 17:51:25 +0000 (+0100) Subject: mention NOTMUCH_CONFIG in the notmuch docstring X-Git-Tag: 0.3~121^2~69 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=5c936f9135f4fc6874d8826c4ebd505aa1710c69 mention NOTMUCH_CONFIG in the notmuch docstring --- diff --git a/notmuch b/notmuch index 5862b9ac..acebe38e 100755 --- a/notmuch +++ b/notmuch @@ -1,5 +1,10 @@ #!/usr/bin/env python -"""This is a notmuch implementation in python. It's goal is to allow running the test suite on the cnotmuch python bindings.""" +"""This is a notmuch implementation in python. It's goal is to allow running the test suite on the cnotmuch python bindings. + +This "binary" honors the NOTMUCH_CONFIG environmen variable for reading a user's +notmuch configuration (e.g. the database path) + +This code is licensed under the GNU GPL v3+.""" import sys, os, re, logging from cnotmuch.notmuch import Database, Query PREFIX=re.compile('(\w+):(.*$)')