Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / 78 / bb9ec4280ad6eee15a4d01ba8b113867d1c35b
1 Return-Path: <nelhage@mit.edu>\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 31D60418C34\r
6         for <notmuch@notmuchmail.org>; Fri, 14 May 2010 13:42:23 -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.5\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.5 tagged_above=-999 required=5\r
12         tests=[BAYES_05=-0.5] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id t5Xd-WXmmRub for <notmuch@notmuchmail.org>;\r
16         Fri, 14 May 2010 13:42:13 -0700 (PDT)\r
17 Received: from dmz-mailsec-scanner-1.mit.edu (DMZ-MAILSEC-SCANNER-1.MIT.EDU\r
18         [18.9.25.12])\r
19         by olra.theworths.org (Postfix) with ESMTP id 28EA64196F0\r
20         for <notmuch@notmuchmail.org>; Fri, 14 May 2010 13:42:13 -0700 (PDT)\r
21 X-AuditID: 1209190c-b7bd2ae000005d05-25-4bedb5a45948\r
22 Received: from mailhub-auth-2.mit.edu (MAILHUB-AUTH-2.MIT.EDU [18.7.62.36])\r
23         by dmz-mailsec-scanner-1.mit.edu (Symantec Brightmail Gateway) with\r
24         SMTP id DF.ED.23813.4A5BDEB4; Fri, 14 May 2010 16:42:12 -0400 (EDT)\r
25 Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103])\r
26         by mailhub-auth-2.mit.edu (8.13.8/8.9.2) with ESMTP id o4EKgC2l000942\r
27         for <notmuch@notmuchmail.org>; Fri, 14 May 2010 16:42:12 -0400\r
28 Received: from PHANATIQUE.MIT.EDU (c-71-192-160-118.hsd1.nh.comcast.net\r
29         [71.192.160.118]) (authenticated bits=0)\r
30         (User authenticated as nelhage@ATHENA.MIT.EDU)\r
31         by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id o4EKgBIv007715\r
32         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT)\r
33         for <notmuch@notmuchmail.org>; Fri, 14 May 2010 16:42:12 -0400 (EDT)\r
34 From: Nelson Elhage <nelhage@MIT.EDU>\r
35 To: notmuch@notmuchmail.org\r
36 Subject: [PATCH 0/2]: emacs: Improve notmuch-help\r
37 Date: Fri, 14 May 2010 16:42:05 -0400\r
38 Message-Id: <1273869727-32740-1-git-send-email-nelhage@mit.edu>\r
39 X-Mailer: git-send-email 1.6.6.30.g1e6fd\r
40 X-Brightmail-Tracker: AAAAARQpM2I=\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Fri, 14 May 2010 20:42:23 -0000\r
54 \r
55 This patch set makes notmuch-help integrate with the built-in emacs\r
56 help system, resulting in behaviors more familiar and more natural to\r
57 most emacs users.\r
58 \r
59 If other people preferred the old behavior of *notmuch-help* buffers\r
60 that kept spawning new buffers every time you hit '?', they should\r
61 speak up, but as long long-time emacs user, I find this behavior much\r
62 more preferable.\r
63 \r