]> git.cworth.org Git - notmuch-wiki/blobdiff - news/release-0.5.mdwn
NEWS layout tunes
[notmuch-wiki] / news / release-0.5.mdwn
index ac96f2b166077dc1dad7c51f1ec24c9876319433..4886e12d3ce3f3c25a4de92470a8437facb74ba8 100644 (file)
@@ -12,13 +12,13 @@ New, general features
   tags in the notmuch database. The following flag/tag mappings are
   supported:
 
   tags in the notmuch database. The following flag/tag mappings are
   supported:
 
-           Flag <-> Tag
-           ----     -----
-           'D'      draft
-           'F'      flagged
-           'P'      passed
-           'R'      replied
-           'S'      unread (added when 'S' flag is not present)
+        Flag <-> Tag
+        ----     -----
+        'D'      draft
+        'F'      flagged
+        'P'      passed
+        'R'      replied
+        'S'      unread (added when 'S' flag is not present)
 
   The synchronization occurs in both directions, (for example, adding
   the 'S' flag to a file will cause the "unread" tag to be added, and
 
   The synchronization occurs in both directions, (for example, adding
   the 'S' flag to a file will cause the "unread" tag to be added, and
@@ -31,7 +31,7 @@ New, general features
   new `maildir.synchronize_flags` option in the configuration file. For
   example:
 
   new `maildir.synchronize_flags` option in the configuration file. For
   example:
 
-       notmuch config set maildir.synchronize_flags false
+        notmuch config set maildir.synchronize_flags false
 
   Users upgrading may also want to run "notmuch setup" once (just
   accept the existing configuration) to get a new, nicely-commented
 
   Users upgrading may also want to run "notmuch setup" once (just
   accept the existing configuration) to get a new, nicely-commented
@@ -40,8 +40,8 @@ New, general features
   For users of the notmuch library, the new synchronization
   functionality is available with the following two new functions:
 
   For users of the notmuch library, the new synchronization
   functionality is available with the following two new functions:
 
-       notmuch_message_maildir_flags_to_tags
-       notmuch_message_tags_to_maildir_flags
+        notmuch_message_maildir_flags_to_tags
+        notmuch_message_tags_to_maildir_flags
 
   It is anticipated that future improvements to this support will
   allow for safe synchronization of the 'T' flag with the "deleted"
 
   It is anticipated that future improvements to this support will
   allow for safe synchronization of the 'T' flag with the "deleted"
@@ -60,7 +60,7 @@ New library features
   With this release, library users can access all filenames for a
   message with the new function:
 
   With this release, library users can access all filenames for a
   message with the new function:
 
-       notmuch_message_get_filenames
+        notmuch_message_get_filenames
 
   Together with `notmuch_filenames_valid`, `notmuch_filenames_get`,
   and `notmuch_filenames_move_to_next` it is now possible to iterate
 
   Together with `notmuch_filenames_valid`, `notmuch_filenames_get`,
   and `notmuch_filenames_move_to_next` it is now possible to iterate
@@ -80,7 +80,7 @@ New command-line features
   do this, simply set the notmuch-command variable in emacs to the
   name of a script containing:
 
   do this, simply set the notmuch-command variable in emacs to the
   name of a script containing:
 
-       ssh user@host notmuch "$@"
+        ssh user@host notmuch "$@"
 
   If the ssh client has enabled connection sharing (ControlMaster
   option in OpenSSH), the emacs interface can be quite responsive this
 
   If the ssh client has enabled connection sharing (ControlMaster
   option in OpenSSH), the emacs interface can be quite responsive this
@@ -93,7 +93,7 @@ General bug fixes
 
   The 0.4 release had a bug in which:
 
 
   The 0.4 release had a bug in which:
 
-       notmuch search <expression-with-no-matches>
+        notmuch search <expression-with-no-matches>
 
   would produce a single blank line of output, (where previous
   versions would produce no output. This fix also causes a change in
 
   would produce a single blank line of output, (where previous
   versions would produce no output. This fix also causes a change in
@@ -126,7 +126,7 @@ Emacs interface improvements
 Vim interface improvements
 --------------------------
 
 Vim interface improvements
 --------------------------
 
-Felipe Contreras provided a number of updates for the vim interface
+### Felipe Contreras provided a number of updates for the vim interface
 
   These include optimizations, support for newer versions of vim, fixed
   support for sending mail on modern systems, new commands, and
 
   These include optimizations, support for newer versions of vim, fixed
   support for sending mail on modern systems, new commands, and
@@ -135,4 +135,4 @@ Felipe Contreras provided a number of updates for the vim interface
 New bindings
 ------------
 
 New bindings
 ------------
 
-Added initial ruby bindings in bindings/ruby
+### Added initial ruby bindings in bindings/ruby