<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/notmuch-config.c, branch 0.2</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.2</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.2'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2009-12-04T19:16:26Z</updated>
<entry>
<title>* notmuch-config: fix small leak from 'g_key_file_to_data'</title>
<updated>2009-12-04T19:16:26Z</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb.bulk@gmail.com</email>
</author>
<published>2009-12-02T07:11:24Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=926c71e6b92a6aa993330e06c27eb9d9d67c6f82'/>
<id>urn:sha1:926c71e6b92a6aa993330e06c27eb9d9d67c6f82</id>
<content type='text'>
Signed-off-by: Dirk-Jan C. Binnema &lt;djcb.bulk@gmail.com&gt;
</content>
</entry>
<entry>
<title>Support multiple configuration files via $NOTMUCH_CONFIG</title>
<updated>2009-11-23T02:01:57Z</updated>
<author>
<name>Alec Berryman</name>
<email>alec@thened.net</email>
</author>
<published>2009-11-22T05:18:26Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=91d1d3f043b82d5f3f8c04f2db71a829a7406131'/>
<id>urn:sha1:91d1d3f043b82d5f3f8c04f2db71a829a7406131</id>
<content type='text'>
If present, $NOTMUCH_CONFIG will be used as the configuration file
location.
</content>
</entry>
<entry>
<title>notmuch-config: Fix memleaks.</title>
<updated>2009-11-21T23:14:48Z</updated>
<author>
<name>Holger Freyther</name>
<email>zecke@selfish.org</email>
</author>
<published>2009-11-21T21:45:23Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6c7ec294bbe5ae4c3e1498b5061103f08076e016'/>
<id>urn:sha1:6c7ec294bbe5ae4c3e1498b5061103f08076e016</id>
<content type='text'>
While talloc is great we need to free the g_error by hand.

Tested-by: Stefan Schmidt &lt;stefan@datenfreihafen.org&gt;
Signed-off-by: Holger Freyther &lt;zecke@selfish.org&gt;
</content>
</entry>
<entry>
<title>Deal with situation where sysconf(_SC_GETPW_R_SIZE_MAX) returns -1</title>
<updated>2009-11-17T20:27:49Z</updated>
<author>
<name>Alexander Botero-Lowry</name>
<email>alex.boterolowry@gmail.com</email>
</author>
<published>2009-11-17T19:30:39Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8177dc5d40fe0556c5832439ae10f2586af7c1b2'/>
<id>urn:sha1:8177dc5d40fe0556c5832439ae10f2586af7c1b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>notmuch: Move welcome messages from "notmuch" to "notmuch setup".</title>
<updated>2009-11-12T01:33:31Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2009-11-12T01:33:31Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6bd01e1b340f6a209dde64471bc9d7137511dada'/>
<id>urn:sha1:6bd01e1b340f6a209dde64471bc9d7137511dada</id>
<content type='text'>
It's quite possible for someone to read the documentation and run
"notmuch setup" rather than just "notmuch". In that case, we don't
want to be any less welcoming.
</content>
</entry>
<entry>
<title>notmuch setup: Add some comments when creating a .notmuch-config file.</title>
<updated>2009-11-12T01:25:42Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2009-11-12T01:25:42Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c884c30c30f97a857a0fae16d0d212632080361d'/>
<id>urn:sha1:c884c30c30f97a857a0fae16d0d212632080361d</id>
<content type='text'>
The "notmuch setup" command is nice and all, but we also want to allow
users to conveniently edit the configuration file directly.
</content>
</entry>
<entry>
<title>notmuch: Add a configuration system.</title>
<updated>2009-11-12T01:01:55Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2009-11-12T01:01:55Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=305e76bc0ab2e7f3bd1ff2580e8d5dac8b4a7164'/>
<id>urn:sha1:305e76bc0ab2e7f3bd1ff2580e8d5dac8b4a7164</id>
<content type='text'>
This will allow for things like the database path to be specified
without any cheesy NOTMUCH_BASE environment variable. It also will
allow "notmuch reply" to recognize the user's email address when
constructing a reply in order to do the right thing, (that is, to use
the user's address to which mail was sent as From:, and not to reply
to the user's own addresses).

With this change, the "notmuch setup" command is now strictly for
changing the configuration of notmuch. It no longer creates the
database, but instead instructs the user to call "notmuch new" to do
that.
</content>
</entry>
</feed>
