Re: [PATCH] Repeatability when copying a whole directory into a new one.

2016-04-13 Thread Jani Nikula
On Sat, 05 Nov 2011, Austin Clements wrote: > On Thu, Sep 29, 2011 at 7:26 PM, Thomas Schwinge wrote: >> This new test currently fails -- but it shouldn't. >> --- >> >> Hi! >> >> I found this while manually copying directories and running notmuch new. >> >> Am I just too sleepy at this time, or i

Re: Tag sent messages as sent

2016-04-13 Thread Jani Nikula
On Fri, 01 Apr 2016, Laurence Rochfort wrote: > Hello, > > I'm trying notmuch via the emacs interface for the first time today. > > I've noticed that messages that I've sent are tagged with "inbox", rather > than "sent" as I'd expect. > > I've configured the notmuch-fcc-dirs as follows in my init.

[PATCH 4/4] configure: SC2016: Expressions don't expand in single quotes

2016-04-13 Thread Jani Nikula
Fix shellcheck warnings. Use double quotes but escape $ to make it look more intentional. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index f3498e3ef244..6231d2b7ed2b 100755 --- a/configure +++ b/configure @@ -491,11 +491,11 @@ else

[PATCH 3/4] configure: SC2034: glib_cflags and glib_ldflags appear unused.

2016-04-13 Thread Jani Nikula
Fix shellcheck warnings. --- The alternative would be to actually set and and use the results, but it's a bit redundant as it's all in the gime flags anyway. --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index d4f56b905cce..f3498e3ef

[PATCH 2/4] configure: SC2059: Don't use variables in the printf format string.

2016-04-13 Thread Jani Nikula
Fix shellcheck warnings. Use printf "..%s.." "$foo". --- configure | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 0c6cdb01bbe0..d4f56b905cce 100755 --- a/configure +++ b/configure @@ -387,7 +387,7 @@ EOF else default_xapian

[PATCH 0/4] configure: fix some shellcheck warnings

2016-04-13 Thread Jani Nikula
TIL about shellcheck [1]. Played with it a bit. Seems useful. $ shellcheck --exclude 2086 --shell sh configure BR, Jani. [1] http://www.shellcheck.net/ Jani Nikula (4): configure: SC2006: Use $(..) instead of deprecated `..` configure: SC2059: Don't use variables in the printf format strin

[PATCH 1/4] configure: SC2006: Use $(..) instead of deprecated `..`

2016-04-13 Thread Jani Nikula
Fix shellcheck warnings. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 4fc31ccf8e79..0c6cdb01bbe0 100755 --- a/configure +++ b/configure @@ -250,7 +250,7 @@ if [ -z "$LIBDIR" ] ; then libdir_expanded="${PREFIX}/lib" else

[PATCH] bindings: drop build time message on missing ruby dependency

2016-04-13 Thread Jani Nikula
The usual make message on everything being up to date is: make: Nothing to be done for 'all'. However, since commit d038b9320949c79503fe4b76870aaabf279405ab Author: David Bremner Date: Mon Jun 1 09:08:59 2015 +0200 build: integrate building ruby bindings into notmuch build proces

Re: [PATCH 1/2] emacs: Fix packaging

2016-04-13 Thread David Edmondson
Both patches look good. I will be happy when flycheck stops complaining at me about these things. ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH 2/2] emacs: Add notmuch homepage to package header

2016-04-13 Thread Tomi Ollila
On Wed, Apr 13 2016, Chunyang Xu wrote: > So user can find out notmuch's homepage with: > > C-h P ('describe-package') notmuch This series looks good, makes (only) comment changes, applies cleanly, emacs mua works ok (tested with devel/try-emacs-mua). Marked ready and for 0.22. Change that i

[PATCH 2/2] emacs: Add notmuch homepage to package header

2016-04-13 Thread Chunyang Xu
So user can find out notmuch's homepage with: C-h P ('describe-package') notmuch --- emacs/notmuch.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/notmuch.el b/emacs/notmuch.el index b45b5ec..a8a4c8e 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -18,6 +18,7 @@ ;; along w

[PATCH 1/2] emacs: Fix packaging

2016-04-13 Thread Chunyang Xu
Refer to (info "(elisp) Library Headers") for package conventions. --- emacs/coolj.el| 2 ++ emacs/make-deps.el| 4 emacs/notmuch-address.el | 6 +- emacs/notmuch-company.el | 4 +++- emacs/notmuch-crypto.el | 6 +- emacs/notmuch-hello.el