[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 26 / 38ebf39f00b1b3cd7649297c94c10dd52c156a
1 Return-Path: <kas@shutemov.name>\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 2A822431FB6\r
6         for <notmuch@notmuchmail.org>; Mon, 28 Jan 2013 07:57:10 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 Q9LseMigJipm for <notmuch@notmuchmail.org>;\r
16         Mon, 28 Jan 2013 07:57:09 -0800 (PST)\r
17 Received: from shutemov.name (shutemov.name [204.155.152.216])\r
18         by olra.theworths.org (Postfix) with ESMTP id A4AAF431FC2\r
19         for <notmuch@notmuchmail.org>; Mon, 28 Jan 2013 07:57:08 -0800 (PST)\r
20 Received: by shutemov.name (Postfix, from userid 1000)\r
21         id 15FE3333D6; Mon, 28 Jan 2013 17:52:25 +0200 (EET)\r
22 From: "Kirill A. Shutemov" <kirill@shutemov.name>\r
23 To: Felipe Contreras <felipe.contreras@gmail.com>\r
24 Subject: [PATCH 0/5] Random patches for notmuch-vim-ruby\r
25 Date: Mon, 28 Jan 2013 17:52:15 +0200\r
26 Message-Id: <1359388340-27136-1-git-send-email-kirill@shutemov.name>\r
27 X-Mailer: git-send-email 1.7.10.4\r
28 Cc: notmuch@notmuchmail.org\r
29 X-BeenThere: notmuch@notmuchmail.org\r
30 X-Mailman-Version: 2.1.13\r
31 Precedence: list\r
32 List-Id: "Use and development of the notmuch mail system."\r
33         <notmuch.notmuchmail.org>\r
34 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
35         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
36 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
37 List-Post: <mailto:notmuch@notmuchmail.org>\r
38 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
39 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
41 X-List-Received-Date: Mon, 28 Jan 2013 15:57:10 -0000\r
42 \r
43 From: "Kirill A. Shutemov" <kirill@shutemov.name>\r
44 \r
45 Kirill A. Shutemov (5):\r
46   open_reply: fallback to use addr.local if addr.name is nil\r
47   rename g:notmuch_sendmail -> g:notmuch_rb_sendmail\r
48   /usr/sbin/sendmail as a default g:notmuch_rb_sendmail\r
49   Introduce g:notmuch_rb_folders_count_threads\r
50   Drop harmful reply buffer preparation\r
51 \r
52  notmuch-ruby.vim |   27 ++++++++++++++++++++-------\r
53  1 file changed, 20 insertions(+), 7 deletions(-)\r
54 \r
55 -- \r
56 1.7.10.4\r
57 \r