]> git.notmuchmail.org Git - obsolete/notmuch-wiki/blobdiff - news/release-0.6.mdwn
another attempt -- now with nested lists
[obsolete/notmuch-wiki] / news / release-0.6.mdwn
index b52385fb65a95d23cd0399ae32229e4c5ee3a5cd..265ddf4e9fcc6b515043e2d684091b2a6f40525d 100644 (file)
@@ -239,7 +239,7 @@ Bindings improvements
 
   (docs online at http://packages.python.org/notmuch/)
 
-  New bindings:
+- New bindings:
 
   - `Message().get_filenames()`,
   - `Message().tags_to_maildir_flags()`, `Message().maildir_flags_to_tags()`
@@ -257,7 +257,7 @@ Bindings improvements
           s1.union(s2)
           s2 -= s1
 
-  Removed:
+- Removed:
 
   - len(Messages()) as it exhausted the iterator.
     Use len(list(Messages())) or