<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/contrib, branch 0.14</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.14</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.14'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2012-08-03T00:12:14Z</updated>
<entry>
<title>Add duplicate message removal for notmuch-mutt.</title>
<updated>2012-08-03T00:12:14Z</updated>
<author>
<name>Kevin McCarthy</name>
<email>kevin@8t8.us</email>
</author>
<published>2012-08-01T08:09:41Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=fffb92da8e09bb2fed63dc565e6ab7fa9b44d2f9'/>
<id>urn:sha1:fffb92da8e09bb2fed63dc565e6ab7fa9b44d2f9</id>
<content type='text'>
Add a --remove-dups flag which removes duplicate files from search and
thread results.  Uses fdupes if installed.  Otherwise it runs a size and
Digest::SHA scan on each file to detect duplicates.

Signed-off-by: Stefano Zacchiroli &lt;zack@upsilon.cc&gt;
</content>
</entry>
<entry>
<title>contib/nmbug/nmbug-status: leftover whitespaces, indentation &amp; quoting</title>
<updated>2012-07-12T22:02:09Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2012-07-11T09:10:05Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=898128b9f449431886420710b571eacebbb6dd4b'/>
<id>urn:sha1:898128b9f449431886420710b571eacebbb6dd4b</id>
<content type='text'>
The initial nmbug-status was pretty consistent in it's whitespacing
but a few lines had some leftover slips. Those are now "corrected".

Also, most of the code used ' as quoting char. As in Python one can
use ' and " interchangeably some code used " instead of '. However
the usage of those were inconsistent. Now all quotes that python
parses are ':s (only quoted content uses ":s).

No functional changes.
</content>
</entry>
<entry>
<title>contrib/nmbug/ nmbug-status: restored out['subject']... block level</title>
<updated>2012-07-12T22:01:42Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2012-07-11T09:10:04Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=620092001e58cb092634a0063758f3e4c05c75fa'/>
<id>urn:sha1:620092001e58cb092634a0063758f3e4c05c75fa</id>
<content type='text'>
In reformatting the line 111 accidentally indented to one indentation
level too much (happens easily when interactively indenting python
code using emacs). The line now has 4 spacess less indentation, thus
restoring it to the block level it belongs.
</content>
</entry>
<entry>
<title>contrib/nmbug: add nmbug-status script</title>
<updated>2012-07-10T21:43:32Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2012-07-07T19:29:38Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3e5fb88f11359b0c3d43eb06f105ef42e63d31b5'/>
<id>urn:sha1:3e5fb88f11359b0c3d43eb06f105ef42e63d31b5</id>
<content type='text'>
This is (almost) the same script as has been used for
http://nmbug.tethera.net/status for a while now. The only change is
that the configuration is not hardcoded anymore. By default the config
is fetched from a special branch in the nmbug repo that contains only
config info. The idea is that push access to this branch can be
restricted a bit more than the tags, since it will change the
appearence of the web pages.
</content>
</entry>
<entry>
<title>contrib/nmbug: make nmbug a subdirectory</title>
<updated>2012-07-09T22:16:26Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2012-07-07T18:56:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=0d6d5fb8126699cbb1f675f5915534bb430a80fc'/>
<id>urn:sha1:0d6d5fb8126699cbb1f675f5915534bb430a80fc</id>
<content type='text'>
I want to ship the status tool here as well, along with a sample
config file.
</content>
</entry>
<entry>
<title>notmuch-mutt: fix helper invocation for the tag action</title>
<updated>2012-07-04T20:59:33Z</updated>
<author>
<name>Stefano Zacchiroli</name>
<email>zack@upsilon.cc</email>
</author>
<published>2012-07-03T21:30:47Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e40d134e25a2da24ef085ce6216fdc499ef36795'/>
<id>urn:sha1:e40d134e25a2da24ef085ce6216fdc499ef36795</id>
<content type='text'>
As it was before, "-inbox" was interpreted as a getopt option, rather
than as a tag manipulation request. Making the action unusable.

Closes: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678012
</content>
</entry>
<entry>
<title>nmbug: check whether every forked process exit with (non)zero value</title>
<updated>2012-06-03T16:45:28Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2012-04-01T18:28:42Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a114ac8b77c683fafb350e3f3e07fdbbcf4edd3f'/>
<id>urn:sha1:a114ac8b77c683fafb350e3f3e07fdbbcf4edd3f</id>
<content type='text'>
If any of the forked process exits with nonzero value, terminate
current operation -- nonzero exit value indicates failure and
then there is no point continuing.
</content>
</entry>
<entry>
<title>Merge tag '0.13.2'</title>
<updated>2012-06-03T14:38:08Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2012-06-03T14:38:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5973881b771b4da489a365572152c44e21c329eb'/>
<id>urn:sha1:5973881b771b4da489a365572152c44e21c329eb</id>
<content type='text'>
notmuch 0.13.2 release
</content>
</entry>
<entry>
<title>notmuch-deliver: Update to new notmuch_database_open API</title>
<updated>2012-06-01T14:31:26Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2012-06-01T14:16:49Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c92e2bcd1c8808a64eac8068d88f0e62cd8c12a6'/>
<id>urn:sha1:c92e2bcd1c8808a64eac8068d88f0e62cd8c12a6</id>
<content type='text'>
Commit 5fddc07 changed this API, but missed this use of it.
</content>
</entry>
<entry>
<title>notmuch-mutt: lookup notmuch-search-terms(7) when asked for help</title>
<updated>2012-05-29T21:18:07Z</updated>
<author>
<name>Stefano Zacchiroli</name>
<email>zack@upsilon.cc</email>
</author>
<published>2012-05-29T20:44:27Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=981a87f73527ec420361b1b156d763c5357af299'/>
<id>urn:sha1:981a87f73527ec420361b1b156d763c5357af299</id>
<content type='text'>
When asked for interactive help, lookup notmuch-search-terms(7)
instead of notmuch(1). Syntax of notmuch queries used to be described
in the latter, but has recently been moved to the former.

Closes: #675073 (in the Debian BTS)
</content>
</entry>
</feed>
