[PATCH 1/2] doc: clean up boolean vs. probabilistic prefixes
[notmuch-archives.git] / 3f / 07feb9a41d51b83d82b34405312e28e7806066
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 D586D431FD0\r
6         for <notmuch@notmuchmail.org>; Tue, 24 Jul 2012 14:22:11 -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 WTtq6Xe98n8C for <notmuch@notmuchmail.org>;\r
18         Tue, 24 Jul 2012 14:22:10 -0700 (PDT)\r
19 Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com\r
20         [209.85.212.179]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id C0D9E431FAF\r
23         for <notmuch@notmuchmail.org>; Tue, 24 Jul 2012 14:22:07 -0700 (PDT)\r
24 Received: by mail-wi0-f179.google.com with SMTP id hq4so19767wib.2\r
25         for <notmuch@notmuchmail.org>; Tue, 24 Jul 2012 14:22:07 -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=BTk+OSSZF+RX1F/PUd3ctokXwCdg711EPBGXL7K3soI=;\r
29         b=BY73a5IWER47AOPWJ/6XWnR32wsCCUyvUkfPFEor8lwCRobx5tozqYBNZgyTOC79DU\r
30         0pZhE7NHX23xJYB0to+rpzYcj6Hp2dSXz2MEOySDDR+YoUQ6DrCw1VG0MJwsAngYK4Tx\r
31         IdPLjx2xlX/vbWd6YMbvorZtKgSNXw/p1K94pfwfPxxqS6hrxoHZm3kQQ1sPRiOr/Jz/\r
32         GHlV4gRym9z6n1GT1iwbdlptBWOdNurj9nXQhm1lNo1JmZMmK0fVmPEyIP594b5Bomkb\r
33         WUhujicp8oCMR/hQL7dz0tZyWg5wshrFkPqqrkN0Sa9z1sSQVgqmpEa9MyKEzrtFDUT4\r
34         5kuw==\r
35 Received: by 10.216.154.69 with SMTP id g47mr11547540wek.171.1343164927455;\r
36         Tue, 24 Jul 2012 14:22:07 -0700 (PDT)\r
37 Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
38  [94.192.233.223])      by mx.google.com with ESMTPS id\r
39  w7sm6295692wiz.0.2012.07.24.14.22.06   (version=TLSv1/SSLv3 cipher=OTHER);     Tue,\r
40  24 Jul 2012 14:22:06 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 4/5] contrib: Added pick README.\r
44 Date: Tue, 24 Jul 2012 22:21:50 +0100\r
45 Message-Id: <1343164911-31589-5-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 In-Reply-To: <1343164911-31589-1-git-send-email-markwalters1009@gmail.com>\r
48 References: <1343164911-31589-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: Tue, 24 Jul 2012 21:22:12 -0000\r
62 \r
63 ---\r
64  contrib/notmuch-pick/README |   36 ++++++++++++++++++++++++++++++++++++\r
65  1 files changed, 36 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..1b2399f\r
71 --- /dev/null\r
72 +++ b/contrib/notmuch-pick/README\r
73 @@ -0,0 +1,36 @@\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 +To use notmuch pick copy or link the notmuch-pick.el file into the\r
86 +emacs directory of the main source and then compile and install\r
87 +notmuch as usual.\r
88 +\r
89 +Using Pick\r
90 +\r
91 +The main key entries to notmuch pick are\r
92 +\r
93 +'z' enter a query to view using notmuch pick (works in hello, search,\r
94 +    show and pick itself).\r
95 +'Z' view the current query in pick (works from search and show)\r
96 +'M-RET' view the selected thread in pick (works in search mode)\r
97 +\r
98 +Once in pick mode keybinding are mostly inline with the rest of\r
99 +notmuch and are all viewable with '?' as usual.\r
100 +\r
101 +Customising Pick\r
102 +\r
103 +Pick has several customisation variables. The most significant is the\r
104 +first notmuch-pick-show-out which determines the behaviour when\r
105 +selecting a message (with RET) in the pick view. By default pick uses\r
106 +a split window showing the single message in the bottom pane. However,\r
107 +if this option is set then it views the whole thread in the complete\r
108 +window jumping to the selected message in the thread. In either case\r
109 +M-RET selects the other option.\r
110 -- \r
111 1.7.9.1\r
112 \r