Re: BUG: bad notmuch shared library install_name on Mac OS X
[notmuch-archives.git] / d4 / 413fe1225f944ec391bc94503e4bbe662261db
1 Return-Path: <sojkam1@fel.cvut.cz>\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 45DD2431FD2\r
6         for <notmuch@notmuchmail.org>; Thu, 26 Jul 2012 06:58:54 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 TZYINFDy4yfQ for <notmuch@notmuchmail.org>;\r
16         Thu, 26 Jul 2012 06:58:53 -0700 (PDT)\r
17 Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
18         by olra.theworths.org (Postfix) with ESMTP id 1FA1F431FAF\r
19         for <notmuch@notmuchmail.org>; Thu, 26 Jul 2012 06:58:53 -0700 (PDT)\r
20 Received: from localhost (unknown [192.168.200.4])\r
21         by max.feld.cvut.cz (Postfix) with ESMTP id 8371719F361A;\r
22         Thu, 26 Jul 2012 15:58:48 +0200 (CEST)\r
23 X-Virus-Scanned: IMAP AMAVIS\r
24 Received: from max.feld.cvut.cz ([192.168.200.1])\r
25         by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new,\r
26         port 10044)\r
27         with ESMTP id rWwr5qKEUghR; Thu, 26 Jul 2012 15:58:43 +0200 (CEST)\r
28 Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
29         by max.feld.cvut.cz (Postfix) with ESMTP id 09E8019F3618;\r
30         Thu, 26 Jul 2012 15:58:43 +0200 (CEST)\r
31 Received: from steelpick.2x.cz (unknown [147.32.86.133])\r
32         (Authenticated sender: sojkam1)\r
33         by imap.feld.cvut.cz (Postfix) with ESMTPSA id 010C3660968;\r
34         Thu, 26 Jul 2012 15:58:42 +0200 (CEST)\r
35 Received: from wsh by steelpick.2x.cz with local (Exim 4.77)\r
36         (envelope-from <sojkam1@fel.cvut.cz>)\r
37         id 1SuOaQ-0005mN-On; Thu, 26 Jul 2012 15:58:42 +0200\r
38 From: Michal Sojka <sojkam1@fel.cvut.cz>\r
39 To: notmuch@notmuchmail.org\r
40 Subject: [PATCH] emacs: Add customization group for replying\r
41 Date: Thu, 26 Jul 2012 15:58:33 +0200\r
42 Message-Id: <1343311113-22171-1-git-send-email-sojkam1@fel.cvut.cz>\r
43 X-Mailer: git-send-email 1.7.10\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Thu, 26 Jul 2012 13:58:54 -0000\r
57 \r
58 When one wants to customize the format of reply message, there nothing\r
59 to tell the user how to do it.  Without knowing that construction of\r
60 reply buffer is actually implemented in the message package, it seems\r
61 that replying cannot be customized.\r
62 \r
63 Because I was getting annoyed by the empty line the between citation\r
64 line and the quoted message, I figured out that changing this is fairly\r
65 easy when one knows what to customize.\r
66 \r
67 This patch adds notmuch-reply customization group that that contains\r
68 references to the relevant customization options. The new group is easy\r
69 to find as it is shown as a result of running "M-x customize-group RET\r
70 notmuch RET".\r
71 ---\r
72  emacs/notmuch-lib.el |   11 +++++++++++\r
73  1 file changed, 11 insertions(+)\r
74 \r
75 diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el\r
76 index 30db58f..47d9e0c 100644\r
77 --- a/emacs/notmuch-lib.el\r
78 +++ b/emacs/notmuch-lib.el\r
79 @@ -45,6 +45,17 @@\r
80    "Showing messages and threads."\r
81    :group 'notmuch)\r
82  \r
83 +(defgroup notmuch-reply\r
84 +  '((message-citation-line-function custom-variable)\r
85 +    (message-citation-line-format custom-variable)\r
86 +    (message-insertion custom-group))\r
87 +  "Replying to messages.\r
88 +\r
89 +Replying in notmuch can be customized in `Message insertion'\r
90 +group. However, the most important options from that group are\r
91 +also included here."\r
92 +  :group 'notmuch)\r
93 +\r
94  (defgroup notmuch-send nil\r
95    "Sending messages from Notmuch."\r
96    :group 'notmuch)\r
97 -- \r
98 1.7.10\r
99 \r