<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch, branch 0.6</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.6</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.6'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2011-07-01T18:28:16Z</updated>
<entry>
<title>version: bump to 0.6</title>
<updated>2011-07-01T18:28:16Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2011-07-01T18:12:23Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6bd02fb4dbee9e0fc372661af573a2ac380fed8a'/>
<id>urn:sha1:6bd02fb4dbee9e0fc372661af573a2ac380fed8a</id>
<content type='text'>
The release machinery in the build system depends on this file
being correct.
</content>
</entry>
<entry>
<title>NEWS: Update for release 0.6</title>
<updated>2011-07-01T18:26:24Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2011-07-01T16:59:15Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=74d00bb0e847a1aa785b9cae2e8242a7789bf8b3'/>
<id>urn:sha1:74d00bb0e847a1aa785b9cae2e8242a7789bf8b3</id>
<content type='text'>
Fix some typos, add some notes on python bindings, "improve" the folder searching
description, expand the discussion of crypto changes.

This includes the changes from
id:"1309541202-4938-1-git-send-email-dmitry.kurochkin@gmail.com"

Thanks to Sebastian, Austin, and Uwe, Dmitry for the editing help.
</content>
</entry>
<entry>
<title>debian: add changelog stanza for release 0.6, install upstream docs referred to.</title>
<updated>2011-07-01T14:48:01Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2011-07-01T14:48:01Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8c5129bb510b9f4f7acc9752cc61a457eceb6f01'/>
<id>urn:sha1:8c5129bb510b9f4f7acc9752cc61a457eceb6f01</id>
<content type='text'>
This perhaps breaks the "one thing at a time rule", but seems better
than leaving the changelog pointing to nothing.
</content>
</entry>
<entry>
<title>debian: move vim directory creation to notmuch-vim binary package</title>
<updated>2011-07-01T12:58:08Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2011-06-30T14:38:28Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=65bf14d59ebedc71d0012b15f6a3e2d3f290ae68'/>
<id>urn:sha1:65bf14d59ebedc71d0012b15f6a3e2d3f290ae68</id>
<content type='text'>
This step was missed during the package split of notmuch to notmuch,
notmuch-emacs, and notmuch-vim.

It seems mostly harmless in this case, but it is silly for non-vim
users to have those directories.
(cherry picked from commit 4b5875d81ef80dd7138e178f59ac67f66d5fe0ab)
</content>
</entry>
<entry>
<title>NEWS: Add notes for (imminent) notmuch 0.6 release</title>
<updated>2011-07-01T12:57:12Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2011-07-01T10:14:03Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9485ab508473bc3d89385a29a72b18f0cd191f1a'/>
<id>urn:sha1:9485ab508473bc3d89385a29a72b18f0cd191f1a</id>
<content type='text'>
By skimming through "git log 0.5..origin/release" late at
night. Hopefully everything here is accurate.
(cherry picked from commit d173069ad9cf042458f16af00729867cb13bb3b7)
</content>
</entry>
<entry>
<title>emacs: Fix to unconditionally display subject changes in collapsed thread view</title>
<updated>2011-07-01T12:56:34Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2011-07-01T08:44:39Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8f9c403131b6b7289986c9ef30b8780599bcea98'/>
<id>urn:sha1:8f9c403131b6b7289986c9ef30b8780599bcea98</id>
<content type='text'>
The feature to show subject changes in the collapsed thread view was
originally added (8ab433607) with an option
(notmuch-show-always-show-subject) to display the subject
for all messages, even when there was no change.

The subsequent commit (4f04d273) changed the sense of the test (or to
and) and the name of the controlling variable
(notmuch-show-elide-same-subject).

But this commit is broken in a few ways:

  1. The original definition of notmuch-show-always-show-subject was
     left around

     But the variable isn't actually used in the code at all, so it
     just adds clutter and confusion to the customization interface.

  2. The name and description of the controlling variable doesn't
     match the implementation

     The name suggests that setting the variable to t will cause
     repeated subjects to be elided, (suggesting that when it is nil
     all subjects will be shown).

     However, when the variable is nil, no subjects are shown. So a
     correct name for the variable in this sense would be
     notmuch-show-subject-changes.

Showing subject changes is a useful feature, and should be on by
default. (We don't want to bury generally useful features behind
customizations that users have to find).

Rather than fixing the name of the variable and changing its default
value, here we remove the condition entirely, such that the feature is
enabled unconditionally.

So both the currently-used variable and the stale definition of the
formerly-used are removed.

Also, the one relevant test-suite result is updated, (showing the
intial subject of a collapsed thread, and no subject display for later
messages that do not change the subject).
(cherry picked from commit 580de27177de5cd6c5cbc9cc3759ce320216dd5b)
</content>
</entry>
<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>
</feed>
