<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch, branch 0.6rc1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.6rc1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.6rc1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2011-06-30T13:09:00Z</updated>
<entry>
<title>debian: changelog stanza for first "official" release candidate</title>
<updated>2011-06-30T13:09:00Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2011-06-30T13:04:57Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5d5322600584d2c66108f7b50d83f9f9087ff0e3'/>
<id>urn:sha1:5d5322600584d2c66108f7b50d83f9f9087ff0e3</id>
<content type='text'>
The last upload to experimental was really a release candidate too.
Switch versioning to ~rc1 as counting commits is confusing when
building from the release branch.
(cherry picked from commit 117852a5f1269e77a7f76c53236220a9ec89eba6)
</content>
</entry>
<entry>
<title>debian: don't install zsh completion files into /usr/share/zsh</title>
<updated>2011-06-30T12:33:34Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2011-06-30T11:29:07Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3f777b2ac2075595c60842da0b7057a36629dc74'/>
<id>urn:sha1:3f777b2ac2075595c60842da0b7057a36629dc74</id>
<content type='text'>
as of version 4.3.12, perhaps earlier, the Debian zsh package now
ships /usr/share/zsh/functions/Completion/Unix/_notmuch, so we
shouldn't install that ourselves anymore.

My understanding is that letting zsh ship the completion scripts is
the standard thing to do.

The script is still shipped in /usr/share/doc/notmuch/examples
(cherry picked from commit 0a0f5f1bbe4bf256a14dee0ab2af3065a251a72c)
</content>
</entry>
<entry>
<title>python: Do not implicitely call maildir_flags_to_tags etc</title>
<updated>2011-06-30T10:26:16Z</updated>
<author>
<name>Sebastian Spaeth</name>
<email>Sebastian@SSpaeth.de</email>
</author>
<published>2011-06-24T06:44:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=76399e5f7340e2fefccbd294227976b06ae36e17'/>
<id>urn:sha1:76399e5f7340e2fefccbd294227976b06ae36e17</id>
<content type='text'>
In order to remain consistent with the underlying C API, we do not
automatically synchronize notmuch tags and maildir flags anymore.

The underlying functions Message.maildir_flags_to_tags and
Message.tags_to_maildir_flags still exist and are available to the user.

Signed-off-by: Sebastian Spaeth &lt;Sebastian@SSpaeth.de&gt;
(cherry picked from commit e59eaa5ddd2c23742c95e2acd34673b58ea34d2d)
</content>
</entry>
<entry>
<title>debian/changelog: Add note that notmuch-vim description is in (bug #631974)</title>
<updated>2011-06-30T01:02:58Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2011-06-29T21:08:04Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=dd544f5dc6b9fd8b034db2d1bc266edc553097c2'/>
<id>urn:sha1:dd544f5dc6b9fd8b034db2d1bc266edc553097c2</id>
<content type='text'>
This note will automatically cause the bug entry to be closed as fixed when
the next package (including this change) is uploaded.
(cherry picked from commit 04b9ffa56f54976f6a3324a3673915a036646ea6)
</content>
</entry>
<entry>
<title>Fix folder: coherence issue</title>
<updated>2011-06-30T00:58:53Z</updated>
<author>
<name>Mark Anderson</name>
<email>ma.skies@gmail.com</email>
</author>
<published>2011-06-29T20:04:45Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d77c7cefe45d132bd38aa5bfd4dd2f7a624b090b'/>
<id>urn:sha1:d77c7cefe45d132bd38aa5bfd4dd2f7a624b090b</id>
<content type='text'>
Add removal of all ZXFOLDER terms to removal of all XFOLDER terms for
each message filename removal.

The existing filename-list reindexing will put all the needed terms
back in.  Test search-folder-coherence now passes.

Signed-off-by:Mark Anderson &lt;ma.skies@gmail.com&gt;
(cherry picked from commit 8a856e5c38b79359e4fbf9e27f58b1fe00c1e18a)
</content>
</entry>
<entry>
<title>test: Use increment_mtime rather than sleep</title>
<updated>2011-06-30T00:58:39Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2011-06-29T21:11:38Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=671ffbb76600f7522db54151974cd0afdde240aa'/>
<id>urn:sha1:671ffbb76600f7522db54151974cd0afdde240aa</id>
<content type='text'>
The sleep was to force the directory's mtime to advance between the
previous notmuch new and the subsequent rm;notmuch new.

The current convention is to use the existing increment_mtime function
for this purpose, (which avoids the test suite being slowed down by
calls to sleep).

Thanks to Austin Clements for noticing this undesired sleep.
(cherry picked from commit 55a78d5dbd96b80939458d9d6cc8a536b1befa87)
</content>
</entry>
<entry>
<title>test:Folder tags shouldn't match after removal of file in given folder</title>
<updated>2011-06-30T00:58:19Z</updated>
<author>
<name>Mark Anderson</name>
<email>ma.skies@gmail.com</email>
</author>
<published>2011-06-27T17:12:24Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c04e6f84d3de7236891696b7c6cc009e7f5e976c'/>
<id>urn:sha1:c04e6f84d3de7236891696b7c6cc009e7f5e976c</id>
<content type='text'>
Test for bug.  Current stemming support for notmuch adds extra terms
to the DB which aren't removed when the file renames are detected.

When folder tags are added to a message, Xapian terms for both XFOLDER
and ZXFOLDER are generated.  When one of the filenames are
renamed/removed, only the XFOLDER tags are removed, leaving it possible
for a match on a folder: tag that was previously but is no longer a
match in the maildir.
(cherry picked from commit 86e0baeb6df5509393832488c0de3520a1a5bdcb)
</content>
</entry>
<entry>
<title>search --output=files: Output all filenames for each matching message</title>
<updated>2011-06-30T00:56:57Z</updated>
<author>
<name>Mark Anderson</name>
<email>ma.skies@gmail.com</email>
</author>
<published>2011-06-24T23:26:55Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=fa0c0d0e668961aa9dce884ee7b325095b44ca47'/>
<id>urn:sha1:fa0c0d0e668961aa9dce884ee7b325095b44ca47</id>
<content type='text'>
Messages in the database can have multiple files associated with a
single message-id, but until now only one filename for each message
has been reported by "notmuch search --output=files"

Signed-off-by: Mark Anderson &lt;ma.skies@gmail.com&gt;
(cherry picked from commit d752509abfd7697d2f8a1c5be6f96f0df4f0299d)
</content>
</entry>
<entry>
<title>libnotmuch: build symbols list without relying on gcc -aux-info.</title>
<updated>2011-06-28T19:32:07Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2011-06-27T01:08:52Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8d46f053043e2645da8a7c4d85d3cd321f9a5e3a'/>
<id>urn:sha1:8d46f053043e2645da8a7c4d85d3cd321f9a5e3a</id>
<content type='text'>
Carl reports "gcc -aux-info notmuch.aux lib/notmuch.h" does not
generate notmuch.aux for him with Debian gcc 4.6.0-8. A small
modification of the original sed regular expression allows us to work
directly from lib/notmuch.h, rather than preprocessing with gcc.

As with most such simple regex based "parsing", this is quite
sensitive to the input format, and needs that each symbol to be
exported from libnotmuch should

- start with "notmuch_"
- be the first non-whitespace token on the line
- be followed by an open parenthesis.

(Cherry-picked from 51b7ab69687, with conflicts resolved by db)
</content>
</entry>
<entry>
<title>test: remove useless test_emacs call from an emacs FCC test</title>
<updated>2011-06-24T01:01:35Z</updated>
<author>
<name>Dmitry Kurochkin</name>
<email>dmitry.kurochkin@gmail.com</email>
</author>
<published>2011-06-23T23:59:33Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=de1ed86b79a1428cd2f0cf7e3a80748367588e8b'/>
<id>urn:sha1:de1ed86b79a1428cd2f0cf7e3a80748367588e8b</id>
<content type='text'>
This was inadvertently left over when debugging an early version of
this commit. -Carl Worth &lt;cworth@cworth.org&gt;
(cherry picked from commit 8bf0c1c3deb49d54e86c04826a05f0217a81cf47)
</content>
</entry>
</feed>
