Re: [DRAFT PATCH] emacs: support limiting the number of results shown in search results
[notmuch-archives.git] / 6a / 0213b95ddeba7ba17dbcee9d9e69869c3c51b7
1 Return-Path: <ukleinek@Chamillionaire.breakpoint.cc>\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 45079431FD0\r
6         for <notmuch@notmuchmail.org>; Sun, 10 Jul 2011 12:56:03 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\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 qMBHQI6Qn9FR for <notmuch@notmuchmail.org>;\r
16         Sun, 10 Jul 2011 12:56:02 -0700 (PDT)\r
17 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc\r
18         [85.10.199.196])\r
19         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id C8CEC431FB6\r
22         for <notmuch@notmuchmail.org>; Sun, 10 Jul 2011 12:56:02 -0700 (PDT)\r
23 Received: id: ukleinek by Chamillionaire.breakpoint.cc authenticated by\r
24         ukleinek with local (easymta 1.00 BETA 1)\r
25         id 1Qg06j-0004oj-Du; Sun, 10 Jul 2011 21:56:01 +0200\r
26 From: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= <ukleinek@strlen.de>\r
27 To: notmuch@notmuchmail.org\r
28 Subject: [PATCH] vim: use the full path for sendmail as /usr/sbin isn't\r
29         usually in user's PATH\r
30 Date: Sun, 10 Jul 2011 21:55:56 +0200\r
31 Message-Id: <1310327756-7201-1-git-send-email-ukleinek@strlen.de>\r
32 X-Mailer: git-send-email 1.7.5.4\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.13\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37         <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Sun, 10 Jul 2011 19:56:03 -0000\r
46 \r
47 ---\r
48  vim/plugin/notmuch.vim |    2 +-\r
49  1 files changed, 1 insertions(+), 1 deletions(-)\r
50 \r
51 diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim\r
52 index 181e626..4410827 100644\r
53 --- a/vim/plugin/notmuch.vim\r
54 +++ b/vim/plugin/notmuch.vim\r
55 @@ -25,7 +25,7 @@\r
56  \r
57  let s:notmuch_defaults = {\r
58          \ 'g:notmuch_cmd':                           'notmuch'                    ,\r
59 -        \ 'g:notmuch_sendmail':                      'sendmail'                   ,\r
60 +        \ 'g:notmuch_sendmail':                      '/usr/sbin/sendmail'         ,\r
61          \ 'g:notmuch_debug':                         0                            ,\r
62          \\r
63          \ 'g:notmuch_search_newest_first':           1                            ,\r
64 -- \r
65 1.7.5.4\r
66 \r