[PATCH 2/2] completion: complete directory parameters to directories only
[notmuch-archives.git] / af / d6b9ec1823e8f91e8486e1d73eb53e2d36cc75
1 Return-Path: <markwalters1009@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id F3AEC429E28\r
6         for <notmuch@notmuchmail.org>; Sat, 27 Oct 2012 04:26:56 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id NT6mUqmHFfVN for <notmuch@notmuchmail.org>;\r
18         Sat, 27 Oct 2012 04:26:55 -0700 (PDT)\r
19 Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com\r
20  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
21  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
22  E6213429E36    for <notmuch@notmuchmail.org>; Sat, 27 Oct 2012 04:26:51 -0700\r
23  (PDT)\r
24 Received: by mail-wg0-f45.google.com with SMTP id dq12so2236442wgb.2\r
25         for <notmuch@notmuchmail.org>; Sat, 27 Oct 2012 04:26:51 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
28         bh=fPihp+z4pQkBkFCCQd9XlTdQ3knP+ZDs77M3fUNE4zw=;\r
29         b=VDLrmSkbfZ3GEaAcShxTNRWLtGJ/tv8KgUSnx9qUNnoP5CBCpRu/4yzZmadOFc5hft\r
30         MUzszhdeajGn9MwrC8/6+98yXP+ecazHd3vELrjcGSMADQ1zpjVOt4sXKLLkijx6QeGo\r
31         iq9kiGPtj/Y/jkeIJ0jU6ezgyO9DSNKhirxvlo+Wq5f99DRa3AEbvG/EEOcp8x/rhjY7\r
32         eCKoy/mDAAWjZibltH3hNpyuJSsbmpHLC6FfMAsP6dOqZyn2edKqf1lUC5cKiliHGR1s\r
33         JF9YazOKCBfoWfV2zmx0kddzGhmafi+rO3yaJjqpu/orOcAG92vfgt6u+INuxyTZXdZB\r
34         bMNw==\r
35 Received: by 10.181.11.163 with SMTP id ej3mr8434511wid.11.1351337211582;\r
36         Sat, 27 Oct 2012 04:26:51 -0700 (PDT)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPS id dm2sm1909431wib.4.2012.10.27.04.26.50\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Sat, 27 Oct 2012 04:26:50 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 2/3] contrib: add pick README.\r
44 Date: Sat, 27 Oct 2012 12:26:39 +0100\r
45 Message-Id: <1351337200-18050-3-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 In-Reply-To: <1351337200-18050-1-git-send-email-markwalters1009@gmail.com>\r
48 References: <1351337200-18050-1-git-send-email-markwalters1009@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Sat, 27 Oct 2012 11:26:57 -0000\r
62 \r
63 ---\r
64  contrib/notmuch-pick/README |   38 ++++++++++++++++++++++++++++++++++++++\r
65  1 files changed, 38 insertions(+), 0 deletions(-)\r
66  create mode 100644 contrib/notmuch-pick/README\r
67 \r
68 diff --git a/contrib/notmuch-pick/README b/contrib/notmuch-pick/README\r
69 new file mode 100644\r
70 index 0000000..6c27c53\r
71 --- /dev/null\r
72 +++ b/contrib/notmuch-pick/README\r
73 @@ -0,0 +1,38 @@\r
74 +NOTMUCH PICK\r
75 +\r
76 +Notmuch pick is an experimental threaded message view for the emacs\r
77 +interface. Each message is one line in the results and the thread\r
78 +structure is shown using UFT-8 box drawing characters (similar to\r
79 +Mutt's threaded view). It comes between search and show in terms of\r
80 +amount of output and can be useful for viewing both single theads and\r
81 +multiple threads.\r
82 +\r
83 +INSTALL\r
84 +\r
85 +Just copy the notmuch-pick.el file somewhere into emacs's load-path.\r
86 +\r
87 +Then after the "(require 'notmuch)" line in your .emacs file add\r
88 +the line "(require 'notmuch-pick nil t)". This will load notmuch-pick on\r
89 +your next emacs start.\r
90 +\r
91 +USING PICK\r
92 +\r
93 +The main key entries to notmuch pick are\r
94 +\r
95 +'z' enter a query to view using notmuch pick (works in hello, search,\r
96 +    show and pick itself).\r
97 +'Z' view the current query in pick (works from search and show)\r
98 +'M-RET' view the selected thread in pick (works in search mode)\r
99 +\r
100 +Once in pick mode keybinding are mostly inline with the rest of\r
101 +notmuch and are all viewable with '?' as usual.\r
102 +\r
103 +CUSTOMISING PICK\r
104 +\r
105 +Pick has several customisation variables. The most significant is the\r
106 +first notmuch-pick-show-out which determines the behaviour when\r
107 +selecting a message (with RET) in the pick view. By default pick uses\r
108 +a split window showing the single message in the bottom pane. However,\r
109 +if this option is set then it views the whole thread in the complete\r
110 +window jumping to the selected message in the thread. In either case\r
111 +M-RET selects the other option.\r
112 -- \r
113 1.7.9.1\r
114 \r