<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/bindings/ruby/init.c, branch 0.9_rc1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.9_rc1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.9_rc1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2011-09-24T12:54:45Z</updated>
<entry>
<title>ruby: New exception Notmuch::UnbalancedAtomicError</title>
<updated>2011-09-24T12:54:45Z</updated>
<author>
<name>Ali Polatel</name>
<email>alip@exherbo.org</email>
</author>
<published>2011-09-24T12:54:45Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=59d2457bcc5e19f287006cea8da0c7c7a003200d'/>
<id>urn:sha1:59d2457bcc5e19f287006cea8da0c7c7a003200d</id>
<content type='text'>
This exception wraps NOTMUCH_STATUS_UNBALANCED_ATOMIC which was added
with the commit e59cc0031fbf84f49e32dedb9927f427d2c49309.
</content>
</entry>
<entry>
<title>ruby: Wrap notmuch_database_{begin,end}_atomic</title>
<updated>2011-09-24T12:43:43Z</updated>
<author>
<name>Ali Polatel</name>
<email>alip@exherbo.org</email>
</author>
<published>2011-09-24T12:43:43Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=bbb41081d797c3301e4d202e30c4111207fe7693'/>
<id>urn:sha1:bbb41081d797c3301e4d202e30c4111207fe7693</id>
<content type='text'>
Adding ruby wrappers for functions:
- notmuch_database_begin_atomic()
- notmuch_database_end_atomic()
added by 957f1ba3fc1d737887029ff1787fc6bea94de00b

New functions:
Notmuch::Database.begin_atomic()
Notmuch::Database.end_atomic()
</content>
</entry>
<entry>
<title>ruby: Rename destroy to destroy!</title>
<updated>2011-09-24T12:25:24Z</updated>
<author>
<name>Ali Polatel</name>
<email>alip@exherbo.org</email>
</author>
<published>2011-09-24T12:25:24Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a08aa32b44b28f50f00cbd69e1a39023158f1847'/>
<id>urn:sha1:a08aa32b44b28f50f00cbd69e1a39023158f1847</id>
<content type='text'>
According to the common Ruby function naming convention, potentially
dangerous functions or functions which operate on the object itself are
suffixed with an exclamation mark. Both of these are true for object
destroying functions.

The following modules are affected:
- Notmuch::Directory
- Notmuch::FileNames
- Notmuch::Query
- Notmuch::Threads
- Notmuch::Thread
- Notmuch::Messages
- Notmuch::Message
- Notmuch::Tags
</content>
</entry>
<entry>
<title>ruby: Fix typo in documentation</title>
<updated>2011-07-29T06:45:16Z</updated>
<author>
<name>Ali Polatel</name>
<email>polatel@gmail.com</email>
</author>
<published>2011-07-29T06:45:16Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=20aa9b1b7ebcd3ae1443232d2f3edaac9e82f424'/>
<id>urn:sha1:20aa9b1b7ebcd3ae1443232d2f3edaac9e82f424</id>
<content type='text'>
It's Notmuch::FileNames not Notmuch::Filenames
</content>
</entry>
<entry>
<title>ruby: Add markers to method definitions to help rdoc</title>
<updated>2011-07-29T06:29:54Z</updated>
<author>
<name>Ali Polatel</name>
<email>polatel@gmail.com</email>
</author>
<published>2011-07-29T06:29:54Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6ef8e018f8ebafb90978a7f4a726b27c46022dc4'/>
<id>urn:sha1:6ef8e018f8ebafb90978a7f4a726b27c46022dc4</id>
<content type='text'>
rdoc is dumb and needs markers in method definitions so that she can
find which source file the method is defined in
</content>
</entry>
<entry>
<title>ruby: Document remaining undocumented constants</title>
<updated>2011-07-29T06:16:12Z</updated>
<author>
<name>Ali Polatel</name>
<email>polatel@gmail.com</email>
</author>
<published>2011-07-29T06:16:12Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=666ef9f5f668467fc659b3016ac7f3cad00e2a9d'/>
<id>urn:sha1:666ef9f5f668467fc659b3016ac7f3cad00e2a9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ruby: Document constants and exceptions right before definition</title>
<updated>2011-07-29T06:09:28Z</updated>
<author>
<name>Ali Polatel</name>
<email>polatel@gmail.com</email>
</author>
<published>2011-07-29T06:09:28Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=517faab24e5e85dcdf3e88c9bb707d43058d0656'/>
<id>urn:sha1:517faab24e5e85dcdf3e88c9bb707d43058d0656</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ruby: Add list of classes to main documentation</title>
<updated>2011-07-29T05:53:02Z</updated>
<author>
<name>Ali Polatel</name>
<email>polatel@gmail.com</email>
</author>
<published>2011-07-29T05:53:02Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=00dfa0a17ddcbc3eb32900f2161fef1897d2f246'/>
<id>urn:sha1:00dfa0a17ddcbc3eb32900f2161fef1897d2f246</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ruby: Add wrapper for message_get_filenames</title>
<updated>2011-01-25T10:03:41Z</updated>
<author>
<name>Ali Polatel</name>
<email>alip@exherbo.org</email>
</author>
<published>2011-01-10T14:03:31Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=90a66779e1a6f8c98521925875fbb9a19aeaf68a'/>
<id>urn:sha1:90a66779e1a6f8c98521925875fbb9a19aeaf68a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ruby: Add wrappers for maildir sync. interface</title>
<updated>2011-01-25T10:03:37Z</updated>
<author>
<name>Ali Polatel</name>
<email>alip@exherbo.org</email>
</author>
<published>2011-01-10T14:02:43Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=02369d031c1499e015db1736bd259d314d39b8cf'/>
<id>urn:sha1:02369d031c1499e015db1736bd259d314d39b8cf</id>
<content type='text'>
New wrappers:
notmuch_message_maildir_flags_to_tags(): MESSAGE.maildir_flags_to_tags
notmuch_message_tags_to_maildir_flags(): MESSAGE.tags_to_maildir_flags
</content>
</entry>
</feed>
