<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/test, branch debian/0.12_rc2-1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.12_rc2-1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.12_rc2-1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2012-03-12T01:13:48Z</updated>
<entry>
<title>build: Require gmime &gt;= 2.6.7</title>
<updated>2012-03-12T01:13:48Z</updated>
<author>
<name>Thomas Jost</name>
<email>schnouki@schnouki.net</email>
</author>
<published>2012-02-21T19:35:35Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f34613ea833196922a38cf04cd2ee766a562a410'/>
<id>urn:sha1:f34613ea833196922a38cf04cd2ee766a562a410</id>
<content type='text'>
gmime-2.6 had a bug [1] which made it impossible to tell why a signature
verification failed when the signer key was unavailable (empty "sigstatus" field
in the JSON output). Since 00b5623d the corresponding test is marked as broken
when using gmime-2.6 (2.4 is fine).

This bug has been fixed in gmime 2.6.5, which is now the minimal gmime-2.6
version required for building notmuch (gmime-2.4 is still available). As a
consequence the version check in test/crypto can be removed.

[Added by db]

Although less unambigously a bug, Gmime 2.6 prior to 2.6.7 also was
more strict about parsing, and rejected messages with initial "From "
headers.  This restriction is relaxed in [2].  For reasons explained in [3],
we want to keep this more relaxed parsing for now.

[1] https://bugzilla.gnome.org/show_bug.cgi?id=668085

[2] http://git.gnome.org/browse/gmime/commit/?id=d311f576baf750476e06e9a1367a2dc1793ea7eb

[3] id:"1331385931-1610-1-git-send-email-david@tethera.net"
</content>
</entry>
<entry>
<title>test: Remove 'broken' flag from encoding test</title>
<updated>2012-02-29T11:41:55Z</updated>
<author>
<name>Michal Sojka</name>
<email>sojkam1@fel.cvut.cz</email>
</author>
<published>2012-02-24T07:36:23Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1093c24dccd5325096531aa5354b89e82307b67a'/>
<id>urn:sha1:1093c24dccd5325096531aa5354b89e82307b67a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: Add test for searching of uncommonly encoded messages</title>
<updated>2012-02-29T11:34:54Z</updated>
<author>
<name>Michal Sojka</name>
<email>sojkam1@fel.cvut.cz</email>
</author>
<published>2012-02-24T00:33:15Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=74f8f15adc1e6fce2d3fcc34b7e9ef0b65d926db'/>
<id>urn:sha1:74f8f15adc1e6fce2d3fcc34b7e9ef0b65d926db</id>
<content type='text'>
Emails that are encoded differently than as ASCII or UTF-8 are not
indexed properly by notmuch. It is not possible to search for non-ASCII
words within those messages.
</content>
</entry>
<entry>
<title>emacs: Reverse the meaning of notmuch-show-refresh-view's argument</title>
<updated>2012-02-25T14:35:22Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2012-02-21T15:42:32Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=17a06ab990217fe3f8d71d9fd2520bcfbb79d9ed'/>
<id>urn:sha1:17a06ab990217fe3f8d71d9fd2520bcfbb79d9ed</id>
<content type='text'>
Consensus seems to be that people prefer that refreshing show buffers
retains state by default, rather than resetting it by default.  This
turns out to be the case in the code, as well.  In fact, there's even
a test for this that's been marked broken for several months, which
this patch finally gets to mark as fixed.
</content>
</entry>
<entry>
<title>emacs: add `notmuch-show-stash-mlarchive-link{, -and-go}'</title>
<updated>2012-02-25T14:34:27Z</updated>
<author>
<name>Pieter Praet</name>
<email>pieter@praet.org</email>
</author>
<published>2012-02-19T20:50:27Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2f86290aaf6e4b0de54ea75ca17ce129bfbf3730'/>
<id>urn:sha1:2f86290aaf6e4b0de54ea75ca17ce129bfbf3730</id>
<content type='text'>
* emacs/notmuch-show.el

  (notmuch-show-stash-mlarchive-link-alist):
    New defcustom of type `alist' (key = name, value = URI),
    containing Mailing List Archive URI's for searching by Message-Id.

  (notmuch-show-stash-mlarchive-link-default):
    New defcustom, default MLA to use when `notmuch-show-stash-mlarchive-link'
    received no user input whatsoever.  Available choices are generated using
    the contents of `notmuch-show-stash-mlarchive-link-alist'.

  (notmuch-show-stash-map):
    Added keybinds "l" and "L" for `notmuch-show-stash-mlarchive-link'
    respectively `notmuch-show-stash-mlarchive-link-and-go'.

  (notmuch-show-stash-mlarchive-link):
    New function, stashes a URI pointing to the current message at one
    of the MLAs configured in `notmuch-show-stash-mlarchive-link-alist'.
    Prompts user with `completing-read' if not provided with an MLA key.

  (notmuch-show-stash-mlarchive-link-and-go):
    New function, uses `notmuch-show-stash-mlarchive-link' to
    stash a URI, and then visits it using the browser configured
    in `browse-url-browser-function'.

Based on original work [1] by David Edmondson &lt;dme@dme.org&gt;.

[1] id:"1327397873-20596-1-git-send-email-dme@dme.org"
</content>
</entry>
<entry>
<title>test: emacs: expand subtest "Stashing in notmuch-show" wrt stashing Mailing List Archive URIs</title>
<updated>2012-02-25T14:34:16Z</updated>
<author>
<name>Pieter Praet</name>
<email>pieter@praet.org</email>
</author>
<published>2012-02-19T20:50:26Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e2a68f9941fb903f5db7e7978ec7c6b2ad8158c1'/>
<id>urn:sha1:e2a68f9941fb903f5db7e7978ec7c6b2ad8158c1</id>
<content type='text'>
`notmuch-show-stash-mlarchive-link' stashes a URI pointing to the current message
at one of the MLAs configured in `notmuch-show-stash-mlarchive-link-alist'.

Marked as "broken": fixed in next commit.
</content>
</entry>
<entry>
<title>test: replace occurrences of $PWD with vars that are more stable</title>
<updated>2012-02-25T12:48:47Z</updated>
<author>
<name>Pieter Praet</name>
<email>pieter@praet.org</email>
</author>
<published>2012-02-01T20:37:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b32831e5b8e494da802f7c616c986fcd1e1e7b5f'/>
<id>urn:sha1:b32831e5b8e494da802f7c616c986fcd1e1e7b5f</id>
<content type='text'>
Thanks to Dmitry Kurochkin &lt;dmitry.kurochkin@gmail.com&gt;
for pointing this out:  id:"87d39ymyb4.fsf@gmail.com"
</content>
</entry>
<entry>
<title>test: always report missing prereqs, independent of `--verbose' option</title>
<updated>2012-02-21T03:24:20Z</updated>
<author>
<name>Pieter Praet</name>
<email>pieter@praet.org</email>
</author>
<published>2012-01-18T12:19:41Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e3fb62f59b7cf93c818f382a62c37eea2d1b4f74'/>
<id>urn:sha1:e3fb62f59b7cf93c818f382a62c37eea2d1b4f74</id>
<content type='text'>
When tests are skipped due to missing prereqs, those prereqs are only
displayed when running with the `--verbose' option.  This is essential
information when troubleshooting, so always send to stdout.
</content>
</entry>
<entry>
<title>add support for user-specified files &amp; directories to ignore</title>
<updated>2012-02-17T12:04:34Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2012-02-15T09:17:31Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ce1e720de64270a7cbb4bc3fba2c7fe081de3edc'/>
<id>urn:sha1:ce1e720de64270a7cbb4bc3fba2c7fe081de3edc</id>
<content type='text'>
A new configuration key 'new.ignore' is used to determine which
files and directories user wants not to be scanned as new mails.

Mark the corresponding test as no longer broken.
This work merges my previous attempts and Andreas Amann's work
in id:"ylp7hi23mw8.fsf@tyndall.ie"
</content>
</entry>
<entry>
<title>test: add tests wrt ignoring user-specified files and directories</title>
<updated>2012-02-17T12:04:23Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2012-02-15T09:17:30Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=863c1495141084dd1e66a73be35560b2531b71bf'/>
<id>urn:sha1:863c1495141084dd1e66a73be35560b2531b71bf</id>
<content type='text'>
Files and directories which are specified in 'new.ignore' in the
config file shouldn't be indexed nor reported by `notmuch new'.

This is basically Pieter's work with Austin's comments addressed.
</content>
</entry>
</feed>
