Re: Hi all
[notmuch-archives.git] / 9c / a8f1169b7af76ccbe32bd1035d5533cbf37e9c
1 Return-Path: <kanru@kanru.info>\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 BB97C431FBF\r
6         for <notmuch@notmuchmail.org>; Sun, 13 Dec 2009 21:42:29 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id wkyoEl8HgZ3v for <notmuch@notmuchmail.org>;\r
11         Sun, 13 Dec 2009 21:42:28 -0800 (PST)\r
12 Received: from cp20.secserverpros.com (cp20.secserverpros.com\r
13  [67.220.217.187])      by olra.theworths.org (Postfix) with ESMTP id 09F42431FBC\r
14         for <notmuch@notmuchmail.org>; Sun, 13 Dec 2009 21:42:28 -0800 (PST)\r
15 Received: from 61-228-164-59.dynamic.hinet.net ([61.228.164.59]\r
16         helo=kanru.info)\r
17         by cp20.secserverpros.com with esmtps (TLSv1:AES256-SHA:256)\r
18         (Exim 4.69) (envelope-from <kanru@kanru.info>) id 1NK3hR-0004jU-PO\r
19         for notmuch@notmuchmail.org; Mon, 14 Dec 2009 05:42:27 +0000\r
20 Received: from kanru (uid 1000) (envelope-from kanru@kanru.info) id 2386\r
21         by kanru.info (DragonFly Mail Agent) Mon, 14 Dec 2009 13:41:49 +0800\r
22 From: Kan-Ru Chen <kanru@kanru.info>\r
23 To: notmuch@notmuchmail.org\r
24 Date: Mon, 14 Dec 2009 13:41:31 +0800\r
25 Message-Id: <1260769295-12924-1-git-send-email-kanru@kanru.info>\r
26 X-Mailer: git-send-email 1.6.5.5\r
27 X-ACL-Warn: {\r
28 X-AntiAbuse: This header was added to track abuse,\r
29         please include it with any abuse report\r
30 X-AntiAbuse: Primary Hostname - cp20.secserverpros.com\r
31 X-AntiAbuse: Original Domain - notmuchmail.org\r
32 X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]\r
33 X-AntiAbuse: Sender Address Domain - kanru.info\r
34 X-Source: \r
35 X-Source-Args: \r
36 X-Source-Dir: \r
37 Subject: [notmuch] [PATCH-v2] Don't eat last newline character of citations\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.12\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Mon, 14 Dec 2009 05:42:30 -0000\r
51 \r
52 This patch series fixed the indentation problem of git HEAD and did\r
53 some minor cleanup of (- (..) 1) usage.\r
54 \r
55 The second patch connects two citations block if them are blank line\r
56 separated, for example:\r
57 \r
58     > block 1\r
59     > block 1\r
60 \r
61     > block 2\r
62 \r
63 Will be treat as one citation block. The side effect is that any blank\r
64 line following the citation will be hidden, too.\r
65 \r
66 The fourth patch is intend to decorate the citation button with\r
67 font-lock-comment-face so that the button can stand out form other\r
68 contents.\r
69 \r
70 Cheers,\r
71             Kanru\r
72 \r