]> git.notmuchmail.org Git - notmuch/log
notmuch
13 years agotest: Add test for viewing raw message within emacs.
Carl Worth [Sat, 6 Nov 2010 21:33:30 +0000 (14:33 -0700)]
test: Add test for viewing raw message within emacs.

This provides further coverage for the recently added (and recently
modified) use of "notmuch show --format=raw" within emacs.

13 years agoRename "notmuch cat" to "notmuch show --format=raw"
Carl Worth [Sat, 6 Nov 2010 19:03:51 +0000 (12:03 -0700)]
Rename "notmuch cat" to "notmuch show --format=raw"

This is part of an effort to avoid proliferation of excessive
top-level notmuch commands. Also, "raw" better captures the
functionality here, (as opposed to "cat" which is a fairly oblique
reference to a bad Unix abbreviation whose metaphor doesn't work here
since "notmuch cat" operates only on a single message and hence cannot
"con'cat'enate" anything).

13 years agotest: Add test for saving an attachment from emacs
Carl Worth [Sat, 6 Nov 2010 18:25:56 +0000 (11:25 -0700)]
test: Add test for saving an attachment from emacs

This tests the use of "notmuch cat" recently added to the emacs
interface.

13 years agoemacs: Access raw messages via cat subcommand
Michal Sojka [Fri, 22 Oct 2010 09:28:04 +0000 (11:28 +0200)]
emacs: Access raw messages via cat subcommand

This patch modifies the following commands to access the messages via
cat subcommand:
- view/save attachments ('v', 'w'),
- view a raw message ('V') and
- pipe a message to a command ('|').

With this patch, it is straightforward to use notmuch emacs interface
with a remote database accessed over SSH. To do this, it is sufficient
to redefine notmuch-command variable to contain the name of a script
containing:

    ssh user@host notmuch "$@"

If the ssh client has enabled connection sharing (ControlMaster option
in OpenSSH), the emacs interface is almost as responsive as when
notmuch is invoked locally.

13 years agoAdd 'cat' subcommand
Michal Sojka [Fri, 22 Oct 2010 09:28:03 +0000 (11:28 +0200)]
Add 'cat' subcommand

This command outputs a raw message matched by search term to the
standard output. It allows MUAs to access the messages for piping,
attachment manipulation, etc. by running notmuch cat rather then
directly access the file. This will simplify the MUAs when they need
to operate on a remote database.

Edited-by: Carl Worth <cworth@cworth.org>: Remove trailing whitespace,
add missing "test_done" to new test script to avoid "Unexpected exit"
error.

13 years agoMakefile: Support "make check" as alias for "make test"
Carl Worth [Sat, 6 Nov 2010 00:50:12 +0000 (17:50 -0700)]
Makefile: Support "make check" as alias for "make test"

I'm told that some people have been trained by autotools to expect
this target name.

13 years agotest: Don't mess with user's HOME directory
Carl Worth [Sat, 6 Nov 2010 00:43:27 +0000 (17:43 -0700)]
test: Don't mess with user's HOME directory

This was too rude of a thing to do and could easily introduce
problems, (as reported by Rob Browning whose environment required some
HOME-specific things for shell startup).

Instead, implement more focused changes to ensure that particular file
in $HOME don't cause problems. Specifically, we fix known problems
with ~/.signature and ~/.mailrc here.

13 years agotest: Update mail corpus with original mails (with attachments).
Carl Worth [Sat, 6 Nov 2010 00:17:53 +0000 (17:17 -0700)]
test: Update mail corpus with original mails (with attachments).

The original mails used to pupulate the mail corpus had had their
attachments (obnoxiously) scrubbed by the pipermail mail archiver.
Since we actually want to test the handling of attachments, this is
less than useful. Restore these files from my own collection, (with
some Received and similar headers pruned).

13 years agotest: Clear the "BROKEN" flag on an existing emacs test
Carl Worth [Fri, 5 Nov 2010 20:59:45 +0000 (13:59 -0700)]
test: Clear the "BROKEN" flag on an existing emacs test

I still don't know everything about how I want search order to be
customizable, but I do like the current defaults, (namely, performing
a new search gives results newest first, but performing a saved search
like "tag:inbox" gives results as oldest first).

Until we come up with a better plan for people to select what *they*
want, (rather than just getting what I want), let's codify the current
results in the test suite.

13 years agotest: Generate a little run_emacs script to help debug any failures.
Carl Worth [Fri, 5 Nov 2010 21:20:52 +0000 (14:20 -0700)]
test: Generate a little run_emacs script to help debug any failures.

After any emacs test failure, the tmp.emacs directory will have this
run_emacs script in it which the user can use to run emacs within the
test suite environment, (pointing at the test suite's notmuch
database, using the local notmuch command-line program, and the local
notmuch emacs lisp code).

13 years agoTODO: Add idea for notmuch-bcc and notmuch-cc variables.
Carl Worth [Fri, 5 Nov 2010 20:49:33 +0000 (13:49 -0700)]
TODO: Add idea for notmuch-bcc and notmuch-cc variables.

To more easily support those folks that want to Bcc with every
message.

13 years agoPrint nothing when search result is empty
Michal Sojka [Mon, 1 Nov 2010 16:15:40 +0000 (17:15 +0100)]
Print nothing when search result is empty

This change affects both text and json formats. Now, text format
behaves as before commit 6dcb7592, but json format is changed.
Earlier, the empty search returned '[]', now it returns ''. The emacs
interface seems not to be affected by this change.

13 years agotest: Search for non-existent message should return nothing
Michal Sojka [Mon, 1 Nov 2010 16:15:39 +0000 (17:15 +0100)]
test: Search for non-existent message should return nothing

My scripts expect that empty search result is actually empty. Since
commit 6dcb7592, even empty search prints a newline character and this
breaks my scripts.

This patch adds a test for this bug. In the test I cannot use
test_expect_equal function as $() operator suppresses the final
newline and this kind of difference is not detected.

 test/search |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

13 years agodebian: Add a file stating the intended symbols to appear in the library 0.4
Carl Worth [Tue, 2 Nov 2010 06:02:31 +0000 (23:02 -0700)]
debian: Add a file stating the intended symbols to appear in the library

This is almost totally clearn. The (mangled) names of the Xapian
exception classes appear here. That's not actually desired, as the
notmuch library is never intended to throw any exceptions. But Xapian
does not currently provide a mechanism for us to avoid these.

13 years agoMakefile: Move the -Wl,-as-needed option earlier in the command line.
Carl Worth [Tue, 2 Nov 2010 06:17:48 +0000 (23:17 -0700)]
Makefile: Move the -Wl,-as-needed option earlier in the command line.

This option wasn't having the desired effect, and sure enough, the
documentation states that it only affects the linking of libraries
that appear after this option on the command line. So put it early for
the desired effect.

13 years agolib: Eliminate some redundant includes of xapian.h
Carl Worth [Tue, 2 Nov 2010 05:31:45 +0000 (22:31 -0700)]
lib: Eliminate some redundant includes of xapian.h

Most files including this already include database-private.h which
includes xapian.h already.

13 years agolib: Add GCC visibility(hidden) pragmas to private header files.
Carl Worth [Tue, 2 Nov 2010 05:01:15 +0000 (22:01 -0700)]
lib: Add GCC visibility(hidden) pragmas to private header files.

This prevents any of the private functions from being leaked out
through the library interface (at least when compiling with a
recent-enough gcc to support the visibility pragma).

13 years agolib: Add some missing static qualifiers.
Carl Worth [Tue, 2 Nov 2010 04:58:43 +0000 (21:58 -0700)]
lib: Add some missing static qualifiers.

These various functions and data are all used only locally, so should
be marked static. Ensuring we get these right will avoid us accidentally
leaking unintended symbols through the library interface.

13 years agodebian: Use the correct maintainer address for the package upload.
Carl Worth [Mon, 1 Nov 2010 23:55:13 +0000 (16:55 -0700)]
debian: Use the correct maintainer address for the package upload.

Otherwise, Debian tools think this is an NMU.

13 years agodebian: Declare conformance with Standard-Version 3.9.1.0
Carl Worth [Mon, 1 Nov 2010 23:54:27 +0000 (16:54 -0700)]
debian: Declare conformance with Standard-Version 3.9.1.0

I ran through the upgrading-checklist and found nothing needing to be
changed for this package.

13 years agoMakefile: Build library with -Wl,--as-needed
Carl Worth [Mon, 1 Nov 2010 23:52:22 +0000 (16:52 -0700)]
Makefile: Build library with -Wl,--as-needed

Previously, we were building the final binary with this option, but not
the library. The library can benefit from it as well, (as pointed out
by Debian's lintian).

13 years agomanpage: Add escaping for hyphen used as minus
Carl Worth [Mon, 1 Nov 2010 23:51:00 +0000 (16:51 -0700)]
manpage: Add escaping for hyphen used as minus

As pointed out by Debian lintian, options with '-' might not be
copy/pastable if formatted with an unescaped '-' character.

13 years agodebian: Add changelog entry for the 0.4 release.
Carl Worth [Mon, 1 Nov 2010 23:24:07 +0000 (16:24 -0700)]
debian: Add changelog entry for the 0.4 release.

Which is just about to be made.

13 years agoIncrement notmuch version to 0.4.
Carl Worth [Mon, 1 Nov 2010 23:16:03 +0000 (16:16 -0700)]
Increment notmuch version to 0.4.

As reminded in the RELEASING instructions, the correct version is 0.4,
not 0.4.0, so update this in the NEWS file as well.

13 years agoUpdate library version to 1.2.0
Carl Worth [Mon, 1 Nov 2010 23:13:44 +0000 (16:13 -0700)]
Update library version to 1.2.0

This increment is for the recently-added functions:

notmuch_query_get_query_string
notmuch_query_get_sort

These were recently added to the library interface, but the library
version was not incremented at that time, (shame on me).

13 years agoNEWS: Add notes for the 0.4.0 release
Carl Worth [Mon, 1 Nov 2010 23:11:23 +0000 (16:11 -0700)]
NEWS: Add notes for the 0.4.0 release

Which is about to be pushed out.

13 years agoconfigure: Add a check for the -Wl,--as-needed flag.
Carl Worth [Sat, 30 Oct 2010 20:20:33 +0000 (13:20 -0700)]
configure: Add a check for the -Wl,--as-needed flag.

This fits with our general build philosophy of checking at configure
time for desired support, (rather than putting platform-specific
conditionals into our Makefiles).

13 years agofixup
Carl Worth [Sat, 30 Oct 2010 20:16:50 +0000 (13:16 -0700)]
fixup

13 years agobuild: only link to what we really use
Felipe Contreras [Fri, 29 Oct 2010 23:16:47 +0000 (02:16 +0300)]
build: only link to what we really use

At least linux has the -Wl,--as-needed option.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
13 years agoconfigure: Remove a debugging print message.
Carl Worth [Sat, 30 Oct 2010 20:11:22 +0000 (13:11 -0700)]
configure: Remove a debugging print message.

This was never intended to be committed.

13 years agoconfigure: Test for flag to set rpath
Carl Worth [Sat, 30 Oct 2010 19:55:09 +0000 (12:55 -0700)]
configure: Test for flag to set rpath

This is better than the previous approach which had a hardcoded Linux-specific
value in the Makefile.

13 years agoconfigure: Test for each compiler warning before enabling it.
Carl Worth [Sat, 30 Oct 2010 19:36:06 +0000 (12:36 -0700)]
configure: Test for each compiler warning before enabling it.

This should allow the build to be much more automatically portable
to compilers with different sets of warning options.

13 years agotest: Test emacs notmuch-hello with no saved searches to display.
Carl Worth [Fri, 29 Oct 2010 22:53:34 +0000 (15:53 -0700)]
test: Test emacs notmuch-hello with no saved searches to display.

Haippily, this works just fine, but we might as well test that.

13 years agotest: Test emacs notmuch-hello when displaying a saved search with 0 results.
Carl Worth [Fri, 29 Oct 2010 22:49:59 +0000 (15:49 -0700)]
test: Test emacs notmuch-hello when displaying a saved search with 0 results.

This test verifies that the bug fix in the previous commit is working.

13 years agoFix problem with notmuch-hello-nice-number
Dirk Hohndel [Fri, 29 Oct 2010 22:49:01 +0000 (15:49 -0700)]
Fix problem with notmuch-hello-nice-number

Without this little patch notmuch fails if asked to display a saved
search that has zero results

Edited-by: David Edmondson <dme@dme.org>: With code that is a little
more "emacsy".

13 years agoemacs: Re-work the implementation of highlighting in notmuch-search-mode.
David Edmondson [Mon, 7 Jun 2010 14:35:10 +0000 (15:35 +0100)]
emacs: Re-work the implementation of highlighting in notmuch-search-mode.

Re-write `notmuch-search-color-line', with the following improvements:
 - create overlays only if they will be needed,
 - merge the properties specified for a tag on top of any matching a
   previous tag.

13 years agodebian: Add emacs autoloads for all top-level notmuch functions.
Carl Worth [Fri, 29 Oct 2010 22:28:18 +0000 (15:28 -0700)]
debian: Add emacs autoloads for all top-level notmuch functions.

With this, users will be able to simply "apt-get install emacs" and
then "emacs -f notmuch" without having to edit ~/.emacs to add a
("require 'notmuch)".

13 years agoemacs: Fix the autoload comments
Carl Worth [Fri, 29 Oct 2010 22:27:01 +0000 (15:27 -0700)]
emacs: Fix the autoload comments

Remove them from non-top-level entry points, (such as the functions to
set notmuch modes and the deprecated notmuch-folder function). And add
one to the notmuch-hello function. Also, add missing documentation
string to notmuch-hello.

13 years agoconfigure: Set XAPIAN_CONFIG to only "xapian-config" by default.
Carl Worth [Fri, 29 Oct 2010 21:49:20 +0000 (14:49 -0700)]
configure: Set XAPIAN_CONFIG to only "xapian-config" by default.

Previously, we preferred a value of "xapian-config-1.1" first. This
was convenient for compiling against Xapian 1.1 while Xapian 1.2 was
unreleased. But now that Xapian 1.2 is realease, and since it ships a
xapian-config, the xapian-config-1.1 value can mask the newer library.

Instead of trying to track the latest xapian-config-1.x in our
configure script let's simply expect the user to set
XAPIAN_CONFIG=xapian-config-1.x in order to compile against an
unreleased Xapian.

13 years agoconfigure: optimize uname finding a bit
Felipe Contreras [Sat, 5 Jun 2010 11:05:15 +0000 (14:05 +0300)]
configure: optimize uname finding a bit

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
13 years agoMakefile: Fix notmuch binary to directly link against Xapian and GMime.
Carl Worth [Fri, 29 Oct 2010 21:25:09 +0000 (14:25 -0700)]
Makefile: Fix notmuch binary to directly link against Xapian and GMime.

Without this, trying to link with the gold linker would fail, (which meant
that notmuch could not be compiled out of the box on recent Fedora, nor
even on Debian when the binutils-gold package is installed).

13 years agoDon't involve the shell in notmuch searches
David Benjamin [Fri, 4 Jun 2010 00:29:32 +0000 (20:29 -0400)]
Don't involve the shell in notmuch searches

The shell isn't needed to interpret any of the arguments, so don't
bother using it at all.

Signed-off-by: David Benjamin <davidben@mit.edu>
13 years agonotmuch-setup.c: Initialize getline(3) response_size to 0
Mike Kelly [Thu, 14 Oct 2010 18:18:19 +0000 (14:18 -0400)]
notmuch-setup.c: Initialize getline(3) response_size to 0

This appears to be necessary on FreeBSD. If this isn't done, we get a
nasty segfault.

See: id:20101013094340.41580a2f@pioto.org

13 years agoDo not call ldconfig when building Debian package
Michal Sojka [Wed, 16 Jun 2010 14:14:18 +0000 (16:14 +0200)]
Do not call ldconfig when building Debian package

Hi,

If I want to build Debian package, it fails with the following message:

    ldconfig: Can't create temporary cache file /etc/ld.so.cache~: Permission denied
    make[1]: *** [install-lib] Error 1

The reason is that I build the package as a non-root user and make
install invokes ldconfig unconditionally. The following patch contains a
workaround, but I think that a more correct solution would be to check
the condition LIBDIR_IN_LDCONFIG directly when make install is invoked
rather than in configure as it is done now.

Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz>
13 years agodocumentation: Add the "files" option to the synopsis of "search --output="
Carl Worth [Thu, 28 Oct 2010 19:15:51 +0000 (12:15 -0700)]
documentation: Add the "files" option to the synopsis of "search --output="

This was inadvertently left off when --output=files was recently added
as a new option.

13 years agopython: lambda(p) is not P3k-compliant
Sebastian Spaeth [Thu, 28 Oct 2010 12:37:16 +0000 (14:37 +0200)]
python: lambda(p) is not P3k-compliant

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
13 years agopython: Import explicit including package name
Sebastian Spaeth [Thu, 28 Oct 2010 12:37:15 +0000 (14:37 +0200)]
python: Import explicit including package name

To make python3 happy

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
13 years agotest: Emit a friendly error message if run with bash < 4.0.
Carl Worth [Thu, 28 Oct 2010 19:07:42 +0000 (12:07 -0700)]
test: Emit a friendly error message if run with bash < 4.0.

The bash code in the test suite is using associative arrays which were
only added to bash as of release 4.0.

If the test suite is run with an older bash, we now immediately error
out and explain the situation, (instead of emitting confusing error
messages and failing dozens of tests, which is what happened before
this change).

13 years agotest: Avoid using unreliable, hard-coded thread ID values in test suite.
Carl Worth [Thu, 28 Oct 2010 18:45:50 +0000 (11:45 -0700)]
test: Avoid using unreliable, hard-coded thread ID values in test suite.

Some recently-added tests used hard-coded thread ID values in search
specifications. This is unreliable since the thread IDs depend on the
order in which "notmuch new" encounters new files, (which in turn can
depend on inode ordering within the filesystem).

Fix these by using the new "notmuch search --output=threads" to find the
correct thread IDs given a hard-coded (but reliable) message ID.

13 years agoemacs: Use copy-sequence instead of copy-seq.
Carl Worth [Thu, 28 Oct 2010 17:39:52 +0000 (10:39 -0700)]
emacs: Use copy-sequence instead of copy-seq.

I don't see copy-seq documented within emacs at all, and some users
have encountered failures of the form:

notmuch-show-del-tags-worker: Symbol's function definition is void: copy-seq

This should eliminate that problem.

13 years agonotmuch search: Add a new "notmuch search --output=files"
Carl Worth [Thu, 28 Oct 2010 18:33:55 +0000 (11:33 -0700)]
notmuch search: Add a new "notmuch search --output=files"

Yet another thing that will be extremely handy for scripts.

13 years agonotmuch search: Add a new --output=(summary|threads|messages|tags) option.
Carl Worth [Thu, 28 Oct 2010 18:19:53 +0000 (11:19 -0700)]
notmuch search: Add a new --output=(summary|threads|messages|tags) option.

This can be handy for scripts which need to extract just a thread ID from
a search term, for example.

13 years agolib: Add two functions: notmuch_query_get_query_string and _get_sort
Carl Worth [Thu, 28 Oct 2010 17:30:26 +0000 (10:30 -0700)]
lib: Add two functions: notmuch_query_get_query_string and _get_sort

It can be handy to be able to query these settings from an existing
query object.

13 years agoTODO: Remove several items that have been completed.
Carl Worth [Thu, 28 Oct 2010 16:02:34 +0000 (09:02 -0700)]
TODO: Remove several items that have been completed.

We've done a lot of work recently without also taking care to update
the TODO file to indicate the progress.

13 years agoemacs: Eliminate duplicate From header in replies.
Carl Worth [Thu, 28 Oct 2010 01:44:05 +0000 (18:44 -0700)]
emacs: Eliminate duplicate From header in replies.

The original code was intended to work, but clearly wasn't tested. Use
mail-header (as in existing code) to extract a header from a header alist.

This fixes the duplicate-from-line bug that is exercised by the test
just added to the test suite.

13 years agotest: Add test for reply functionality within emacs.
Carl Worth [Thu, 28 Oct 2010 01:43:09 +0000 (18:43 -0700)]
test: Add test for reply functionality within emacs.

The reply is primarily taken care of by "notmuch reply" which is already
thoroughly tested. But a recent bug is inserting a duplicate From header
in the emacs-based reply. So exercise that bug here.

13 years agonotmuch: Eliminate some const-correctness warnings.
Carl Worth [Thu, 28 Oct 2010 01:07:37 +0000 (18:07 -0700)]
notmuch: Eliminate some const-correctness warnings.

These were introduced as a side-effect of commit
b9eac48c22f53f84ed1d9c1d8ca862a7b638c9ac (shame on me for doing
side-effect commits like that!).

For me, at least, compilation is now warning-free.

13 years agoemacs: Eliminate warning of calling function with excess arguments.
Carl Worth [Thu, 28 Oct 2010 01:04:38 +0000 (18:04 -0700)]
emacs: Eliminate warning of calling function with excess arguments.

Yet another case of "how could this have possibly worked before?!".

I guess we were just getting very lucky with the emacs lisp calling
conventions and what happens with extra arguments, but, ick! Much
better now.

13 years agoemacs: Remove non-interactive call of goto-line
Carl Worth [Thu, 28 Oct 2010 00:58:19 +0000 (17:58 -0700)]
emacs: Remove non-interactive call of goto-line

As the emacs compiler warns, the goto-line function is only intended for
interactive use. Instead use the approach recommended in the goto-line
documentation to avoid this.

13 years agoemacs: Fix to eliminate warning in notmuch-query-map-aux
Carl Worth [Thu, 28 Oct 2010 00:54:38 +0000 (17:54 -0700)]
emacs: Fix to eliminate warning in notmuch-query-map-aux

This is one of those cases where the warning looks absolutely correct,
(complaining about a free variable), but I'm left wondering how the
original code could have worked at all.

From what I can tell, this code wasn't actually being called by any
of the current code in notmuch.

13 years agoemacs: Avoid runtime use of `cl'.
David Edmondson [Thu, 29 Apr 2010 10:33:36 +0000 (11:33 +0100)]
emacs: Avoid runtime use of `cl'.

The GNU Emacs Lisp Reference Manual section D.1 says:

> *  Please don't require the cl package of Common Lisp extensions at
>    run time. Use of this package is optional, and it is not part of
>    the standard Emacs namespace. If your package loads cl at run time,
>    that could cause name clashes for users who don't use that package.
>
>    However, there is no problem with using the cl package at compile
>    time, with (eval-when-compile (require 'cl)). That's sufficient for
>    using the macros in the cl package, because the compiler expands
>    them before generating the byte-code.

Follow this advice, requiring the following changes where `cl' was
used at runtime:

- replace `rassoc-if' in `notmuch-search-buffer-title' with the `loop'
  macro and inline code. At the same time find the longest prefix
  which matches the query rather than simply the last,
- replace `union', `intersection' and `set-difference' in
  `notmuch-show-add-tag' and `notmuch-show-remove-tag' with local code
  to calculate the result of adding and removing a list of tags from
  another list of tags.

13 years agoMove notmuch-fcc-header-setup to message-header-setup-hook.
Rob Browning [Sun, 12 Sep 2010 20:23:38 +0000 (15:23 -0500)]
Move notmuch-fcc-header-setup to message-header-setup-hook.

Call notmuch-fcc-header-setup from message-header-setup-hook rather
than message-send-hook.  This allows you to see what's going to
happen, and to make manual adjustments if desired.  Gnus does
something similar.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
13 years agotest: Update tests with removal of bcc from reply
Jameson Rollins [Thu, 28 Oct 2010 00:34:02 +0000 (17:34 -0700)]
test: Update tests with removal of bcc from reply

Update the tests so that they no longer expect the Bcc header in the
output of "notmuch reply" now that it has been removed.

Edited-by Carl Worth: Simply applying the change to our newly
modularized test suite.

13 years agoRemove bcc header from notmuch reply.
Jameson Rollins [Thu, 28 Oct 2010 00:15:42 +0000 (17:15 -0700)]
Remove bcc header from notmuch reply.

Notmuch reply should not be Bcc'ing the sender by default.  This is
not the appropriate way to save copies of sent mail (which should
probably be handled by an Fcc header[*]) and it doesn't give the user the
option to not be bcc'd.  This is really something that should be
handled by the reader UI.  For instance, emacs message-mode can easily
be configured to add Bcc's if the user wishes.

[*] Carl Worth: The FCC header is now in place by default in the emacs
user-interface (and tested in the test suite) so the Bcc is ready to
be eliminated.

13 years agotest: Add test for fully-roundtripped FCC
Carl Worth [Thu, 28 Oct 2010 00:08:09 +0000 (17:08 -0700)]
test: Add test for fully-roundtripped FCC

We test that the message we sent via (fake) SMTP is included in the mail
index after a "notmuch new". This verifies that the FCC setting indeed
successfully saved the sent message within the notmuch mail store.

13 years agotest: Use an explicit date in the message sent via (fake) SMTP
Carl Worth [Thu, 28 Oct 2010 00:06:26 +0000 (17:06 -0700)]
test: Use an explicit date in the message sent via (fake) SMTP

Simply setting an explicit date is cleaner than letting the current,
(arbitrary), date get generated for the email message and then constantly
filtering that date out of search results.

13 years agoemacs: Explicitly set the From address when composing a new message.
Carl Worth [Wed, 27 Oct 2010 23:58:44 +0000 (16:58 -0700)]
emacs: Explicitly set the From address when composing a new message.

Previously, underlying emacs code was setting this header. Now, we do the
right thing and query the notmuch configuration for the default value here.

13 years agoemacs: Enable FCC (to a directory named "sent") by default.
Carl Worth [Wed, 27 Oct 2010 23:35:53 +0000 (16:35 -0700)]
emacs: Enable FCC (to a directory named "sent") by default.

Now that the FCC code is fixed to use the notmuch database path, we can
actually enable this by default, which should be highly useful for all
new users of notmuch.

13 years agoemacs: Change FCC to be relative to notmuch mail store, not message-directory
Carl Worth [Wed, 27 Oct 2010 23:27:43 +0000 (16:27 -0700)]
emacs: Change FCC to be relative to notmuch mail store, not message-directory

Otherwise, FCC is too hard to use, (user must set it and also set message-
directory variable to match notmuch mail datbase path). As a rule, I'd like
for users of notmuch to not be required to muck around with non-notmuch
mail settings in emacs.

The above is only really possible now thanks to the recent addition of the
"notmuch config get" command which allows emacs to query the currently
configured notmuch database path.

This also now allows an absolute-path FCC to be set if desired.

13 years agonotmuch config: Allow for new "notmuch config set" in addition to get
Carl Worth [Wed, 27 Oct 2010 22:38:16 +0000 (15:38 -0700)]
notmuch config: Allow for new "notmuch config set" in addition to get

It is now possible to set configuration items from the command-line in
a manner quite similar to the support for querying configuration
items.

13 years agonotmuch config: Provide support for querying non-standard configuration values.
Carl Worth [Wed, 27 Oct 2010 20:26:32 +0000 (13:26 -0700)]
notmuch config: Provide support for querying non-standard configuration values.

We might as well be general here, and allow the "notmuch config" command
to query any stored value from the configuration file, (whether or not
the rest of the code actually knows anything about that value).

13 years agonotmuch: Add a new "notmuch config" command for querying configuration.
Carl Worth [Wed, 27 Oct 2010 20:02:17 +0000 (13:02 -0700)]
notmuch: Add a new "notmuch config" command for querying configuration.

So far, we implement only "notmuch config get". It won't be too much
work from here to also implement "notmuch config set".

13 years agoTODO: Note idea for a new "notmuch compose"
Carl Worth [Wed, 27 Oct 2010 17:48:40 +0000 (10:48 -0700)]
TODO: Note idea for a new "notmuch compose"

Which would also allow the recently added test of sending an email
message with the emacs interface to be a little more honest about the
From address.

13 years agotest: Add test that emacs interface actually sends mail.
Carl Worth [Wed, 27 Oct 2010 17:42:46 +0000 (10:42 -0700)]
test: Add test that emacs interface actually sends mail.

Rather than *reall* sending mail here, we instead have a new test
program, smtp-dummy which implements (a small piece of) the
server-side SMTP protocol and saves a mail message to the filename
provided. This gives us reasonable test coverage of a large chunk of
the notmuch+emacs code base (down to talking to an SMTP server with
the final mail contents).

13 years agotest: Set alternate HOME during tests.
Carl Worth [Wed, 27 Oct 2010 17:40:44 +0000 (10:40 -0700)]
test: Set alternate HOME during tests.

We set the HOME environment variable to the test directory to avoid
the tests relying on any configuration files from the test author's
own home directory, (such as ${HOME}/.emacs or similar).

13 years agotest: Fix false failure from the "available tests" test.
Carl Worth [Sat, 23 Oct 2010 01:00:17 +0000 (18:00 -0700)]
test: Fix false failure from the "available tests" test.

We recently added a new sub-directory below test, so we have to
blacklist it explicitly in this test.

13 years agonotmuch search: Fix to handle failure of notmuch_query_search_threads.
Carl Worth [Sat, 23 Oct 2010 00:57:02 +0000 (17:57 -0700)]
notmuch search: Fix to handle failure of notmuch_query_search_threads.

Now that notmuch_query_search_threads can return NULL, (for example,
due to a Xapian exception), we need to handle that case (rather than
just segfault). It's simple enough to just return a non-zero exit
code.

13 years agolib: Fix notmuch_query_search_threads to return NULL on any Xapian exception.
Carl Worth [Sat, 23 Oct 2010 00:55:07 +0000 (17:55 -0700)]
lib: Fix notmuch_query_search_threads to return NULL on any Xapian exception.

Previously, if the underlying search_messages hit an exception and returned
NULL, this function would ignore that and return a non-NULL, (but empty)
threads object. Fix this to properly propagate the error.

13 years agoemacs: Fix quoting of Message-Id to fix test case of Id containing ".."
Carl Worth [Sat, 23 Oct 2010 00:41:40 +0000 (17:41 -0700)]
emacs: Fix quoting of Message-Id to fix test case of Id containing ".."

If Xapian sees unquoted ".." as in id:123..456 then it thinks that's a
range specification. We avoid this problem by instead passing
id:"123..456" to Xapian.

13 years agotest: Add test demonstrating failure in emacs interface when Message-Id has ..
Carl Worth [Sat, 23 Oct 2010 00:28:14 +0000 (17:28 -0700)]
test: Add test demonstrating failure in emacs interface when Message-Id has ..

Thanks to Jameson Rollins for pointing out this bug
(id:87y6g7zr6q.fsf@servo.finestructure.net).

13 years agotest: Add tests for adding/removing tags within emacs interface
Carl Worth [Sat, 23 Oct 2010 00:17:00 +0000 (17:17 -0700)]
test: Add tests for adding/removing tags within emacs interface

Exercising both the notmuch-search and notmuch-show views.

13 years agotest: Add simple tests for navigating notmuch-hello and notmuch-search views
Carl Worth [Sat, 23 Oct 2010 00:02:07 +0000 (17:02 -0700)]
test: Add simple tests for navigating notmuch-hello and notmuch-search views

We simulate the act of selecting the "inbox" saved search from
notmuch-hello and the act of selecting a desired thread from the
notmuch-search results.

The test for the navigation of notmuch-hello is currently marked as
BROKEN since its output is in the opposite order compared to the
'(notmuch-search "tag:inbox")' test. This question of ordering is a
currently open issue on the notmuch mailing list, so we'll let the
test suite reflect that for now.

Finally, this commit also abstracts some common emacs lisp code,
(waiting for the current buffer's process to complete), into a new
notmuch-test-wait function that is made available to anything calling
test_emacs.

13 years agotest: Add a new test_expect_equal_failure
Carl Worth [Sat, 23 Oct 2010 00:01:34 +0000 (17:01 -0700)]
test: Add a new test_expect_equal_failure

Which allows us to have a known-broken test that would otherwise use
test_expect_equal.

13 years agotest: Add tests for emacs notmuch-search and notmuch-show functions.
Carl Worth [Fri, 22 Oct 2010 23:32:38 +0000 (16:32 -0700)]
test: Add tests for emacs notmuch-search and notmuch-show functions.

Moving the expected output into individual files (rather than inline)
to keep the test script much easier to read.

13 years agoemacs: Remove the joke from the first line of the notmuch-hello view.
Carl Worth [Fri, 22 Oct 2010 19:12:22 +0000 (12:12 -0700)]
emacs: Remove the joke from the first line of the notmuch-hello view.

Overuse just makes the joke unfunny.

13 years agotest: Add the most rudimentary testing of the emacs interface.
Carl Worth [Fri, 22 Oct 2010 19:10:15 +0000 (12:10 -0700)]
test: Add the most rudimentary testing of the emacs interface.

So far, this is doing nothing more than adding a corpus of email and
ensuring that the `notmuch-hello' function produces the desired
output.

13 years agotest: Add a new test_emacs function to test-lib.sh
Carl Worth [Fri, 22 Oct 2010 19:05:17 +0000 (12:05 -0700)]
test: Add a new test_emacs function to test-lib.sh

This should be quite handy for doing automated testing of the
emacs-based functionality in notmuch. This function invokes emacs with
the necessary command-line arguments, (to run in batch mode with no
local initialization, to load the notmuch code from the source
directory, and to ensure an 80-column width).

13 years agotest: Fix add_email_corpus function to be quiet.
Carl Worth [Fri, 22 Oct 2010 19:04:41 +0000 (12:04 -0700)]
test: Fix add_email_corpus function to be quiet.

This simply avoids some unneeded noise in the "make test" output.

13 years agoemacs: Fix notmuch-hello to not break when given a very narrow window.
Carl Worth [Fri, 22 Oct 2010 19:03:34 +0000 (12:03 -0700)]
emacs: Fix notmuch-hello to not break when given a very narrow window.

Simply ensure that some subtractions never result in a negative
number, (since emacs complains when asked to create a string with a
negative length).

13 years agoTODO: Add some notes to fix some recently noted problems.
Carl Worth [Wed, 13 Oct 2010 00:40:17 +0000 (17:40 -0700)]
TODO: Add some notes to fix some recently noted problems.

Just don't want to forget about things that people have pointed out.

13 years agoemacs: Fix bug when parsing a subject cotaining: \[[0-9/]\]
Carl Worth [Thu, 23 Sep 2010 20:21:03 +0000 (13:21 -0700)]
emacs: Fix bug when parsing a subject cotaining: \[[0-9/]\]

That is, a subject with a bracketed set of digits (and optionally a
slash), for example "[2010]" would cause the emacs code to misparse
the search results. Fix this by tweaking the regular expression.

13 years agolib: Fix "make install"
Carl Worth [Tue, 21 Sep 2010 16:09:01 +0000 (09:09 -0700)]
lib: Fix "make install"

This has been broken since the addition of the test sub-directory to our
non-recursive make system.

13 years agotest/README: Document add_email_corpus (and add_message/generate_message)
Carl Worth [Mon, 20 Sep 2010 23:41:31 +0000 (16:41 -0700)]
test/README: Document add_email_corpus (and add_message/generate_message)

While adding the documentation here for add_email_corpus I noticed
that the other email-adding functions in test-lib.sh were not yet
documented here, so add all of that documentation.

13 years agotest: Fix the search and dump-restore tests to operator on non-empty mail store.
Carl Worth [Mon, 20 Sep 2010 23:40:35 +0000 (16:40 -0700)]
test: Fix the search and dump-restore tests to operator on non-empty mail store.

We do this with a new add_email_corpus function that establishes a
mail store with 50 messages from the notmuch mailing list.

13 years agotest: Add a corpus of email messages to be used in testing.
Carl Worth [Mon, 20 Sep 2010 23:37:53 +0000 (16:37 -0700)]
test: Add a corpus of email messages to be used in testing.

This is simply 50 messages from the early history of the notmuch mailing
list, (fetched from the public archives).

13 years agotest: Remove useless NOTMUCH variable (in favor of simply "notmuch")
Carl Worth [Mon, 20 Sep 2010 23:13:15 +0000 (16:13 -0700)]
test: Remove useless NOTMUCH variable (in favor of simply "notmuch")

When the NOTMUCH variable was originally invented it was used as an
explicit path to the notmuch binary being tested. Today, the test
suite sets the PATH variable instead, so the NOTMUCH variable always
has a value of simply "notmuch".

We simplifying that by using the constant value rather than the
continual variable reference.

13 years agotest: Remove some dead code in test-lib.sh
Carl Worth [Mon, 20 Sep 2010 23:09:20 +0000 (16:09 -0700)]
test: Remove some dead code in test-lib.sh

These assignements weren't being used at all and were just confusing me,
(the real assignments happen later on in the file).

13 years agotest: Fix PATH-checking test to work with --valgrind
Carl Worth [Mon, 20 Sep 2010 22:07:26 +0000 (15:07 -0700)]
test: Fix PATH-checking test to work with --valgrind

The --valgrind option munges the PATH variable, so un-munge it before
testing that we have PATH pointing to the source directory.

13 years agolib: Fix use-after-free bug.
Carl Worth [Mon, 20 Sep 2010 22:01:52 +0000 (22:01 +0000)]
lib: Fix use-after-free bug.

Thanks to the new git-based test suite, it's easy to run the whole
test suite in valgrind, (simply "make test OPTIONS="--valgrind"), and
doing so showed this obvious use-after-free bug, (triggered by the
thread-order tests).

13 years agotest: Fix to actually report errors (!).
Carl Worth [Mon, 20 Sep 2010 21:39:40 +0000 (14:39 -0700)]
test: Fix to actually report errors (!).

A bug in the results-aggregation code was causing the test suite to report
"all tests passed" even when there were failures, (as long as there were
also no "broken" tests). Fix this.