]> granicus.if.org Git - neomutt/commitdiff
update README
authorKarel Zak <kzak@redhat.com>
Tue, 3 Jan 2012 10:51:15 +0000 (11:51 +0100)
committerRichard Russon <rich@flatcap.org>
Mon, 4 Apr 2016 15:30:04 +0000 (16:30 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
README.notmuch

index 89af08918d0d2076839afe95b388adfbc75676ea..c93616c44d6b094286e582c1a3e56afa13502e54 100644 (file)
@@ -11,7 +11,7 @@ notmuch support for mutt
   $ git clone git://github.com/karelzak/mutt-kz.git
   $ cd mutt-kz
   $ ./prepare
-  $ ./configure --enable-notmuch
+  $ ./configure --enable-notmuch [--enable-debug]
   $ make
 
 
@@ -23,6 +23,11 @@ notmuch support for mutt
    as returned by 'notmuch config get database.path' command. Note that the
    <path> should NOT include .notmuch directory name.
 
+   If the "<path>" is not defined then $nm_default_uri is used, for example:
+
+       set nm_default_uri = "notmuch:///home/foo/maildir"
+       virtual-mailboxes "My INBOX" "notmuch://?query=tag:inbox"
+
    Items:
 
       query=<string>
@@ -49,7 +54,7 @@ notmuch support for mutt
  * commands:
 
    change-vfolder:
-      - switch to virtual folder
+      - switch to another virtual folder
       - default key: X
 
    vfolder-from-query:
@@ -66,7 +71,8 @@ notmuch support for mutt
       - not mapped to any key
       - example (add "archive" notmuch tag and remove message from screen):
 
-       macro index A "<modify-labels-then-hide>archive\n<sync-mailbox>"
+       macro index A "<modify-labels-then-hide>+archive -inbox\n<sync-mailbox>"
+       macro index I "<modify-labels-then-hide>-inbox\n<sync-mailbox>"
 
    quasi-delete:
       - delete message from mutt (usualy after <sync-mailbox> function), but
@@ -102,16 +108,20 @@ notmuch support for mutt
       This variable specifies private notmuch tags which should not be printed
       on screen (index, pager).
 
+      Default is "unread,draft,flagged,passed,replied,attachment".
+
    notmuch_unread_tag = tag:<name>
 
       This variable specifies notmuch tag which is used for unread messages. The
       variable is used to count unread messages in DB only. All other mutt
-      commands use standard (e.g. maildir) flags. Default is "tag:unread".
+      commands use standard (e.g. maildir) flags.
+
+      Default is "tag:unread".
 
    vfolder_format = <string>
 
       This variable allows you to customize the file browser display for virtual
-      folders to your ** personal taste.  This string is similar to $$index_format,
+      folders to your personal taste.  This string is similar to $index_format,
       but has its own set of printf(3)-like sequences:
 
        %f   folder name (description)
@@ -121,7 +131,7 @@ notmuch support for mutt
        %|X  pad to the end of the line with character ``X''
        %*X  soft-fill with character ``X'' as pad
 
-      default is "%6n(%6N) %f "
+      Default is "%6n(%6N) %f ".
 
    index_format and pager_format