<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/notmuch-config.c, branch 0.3.1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.3.1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.3.1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2010-04-23T17:29:28Z</updated>
<entry>
<title>config: Rename messages.new_tags to just new.tags</title>
<updated>2010-04-23T17:29:28Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-23T17:29:28Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c63b6473ca6b391dc858672cf36f56ec0baf3e35'/>
<id>urn:sha1:c63b6473ca6b391dc858672cf36f56ec0baf3e35</id>
<content type='text'>
I think one configuration group for each top-level command makes a lot
of sense. And this makes the existing naming of set_new_tags and
get_new_tags also very reasonable.
</content>
</entry>
<entry>
<title>Clarify the documentation for the new_tags configuration option.</title>
<updated>2010-04-23T16:28:45Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-23T16:28:45Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=444923e2d0ddbf7c3890296354aebdb54f1efda8'/>
<id>urn:sha1:444923e2d0ddbf7c3890296354aebdb54f1efda8</id>
<content type='text'>
Specifically mentioning that it's a list separated by ';' and use
"will" instead of "should".
</content>
</entry>
<entry>
<title>notmuch setup: Fix new configuration-file groups to get comments</title>
<updated>2010-04-23T16:20:40Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-23T16:20:40Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=15e71cfda732c20d06f0a15b2ab16a940ecd5962'/>
<id>urn:sha1:15e71cfda732c20d06f0a15b2ab16a940ecd5962</id>
<content type='text'>
Our intent has always been that when new configuration-file settings
are created by notmuch, that they get created with comments telling
the user how to use them. But this was only working before when the
entire configuration file was created.

We fix this so that when a new group is added, (such as the recently-
added [messages] section) that it gets its documentation.
</content>
</entry>
<entry>
<title>Sprinkle some const-correctness around new_tags.</title>
<updated>2010-04-23T16:19:52Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-23T16:19:52Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=65d278afb1174a4005a613cca8c306289b195876'/>
<id>urn:sha1:65d278afb1174a4005a613cca8c306289b195876</id>
<content type='text'>
To eliminate a compiler warning.
</content>
</entry>
<entry>
<title>notmuch-config: make new message tags configurable</title>
<updated>2010-04-23T15:41:59Z</updated>
<author>
<name>Ben Gamari</name>
<email>bgamari.foss@gmail.com</email>
</author>
<published>2010-03-12T22:13:26Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=143d43687410aefec7988e2d785a63c60c6062b5'/>
<id>urn:sha1:143d43687410aefec7988e2d785a63c60c6062b5</id>
<content type='text'>
Add a new_tags option in the [messages] section of the configuration
file to allow the user to specify which tags should be added to new
messages by notmuch new.
</content>
</entry>
<entry>
<title>notmuch: Abort if specified configuration file is not found.</title>
<updated>2010-04-21T22:54:03Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-04-21T22:54:03Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f41a35e2923b0b3ef2f66e91cd30e20b4c1a336a'/>
<id>urn:sha1:f41a35e2923b0b3ef2f66e91cd30e20b4c1a336a</id>
<content type='text'>
When there is no configuration file at all, (and none specified),
notmuch works correctly by assuming correct default values. But when
the user specifies a configuration file (with the NOTMUCH_CONFIG
environment variable) and that file doesn't exist, then notmuch should
aboirt and let the user know about the problem.
</content>
</entry>
<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>
</feed>
