Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / c8 / 7a08c75631cb5834e3e64317e9f8e028f9fbea
1 Return-Path: <jrollins@servo.finestructure.net>\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 AB782429E2F\r
6         for <notmuch@notmuchmail.org>; Sat, 28 May 2011 14:52:25 -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: -1.921\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.921 tagged_above=-999 required=5\r
12         tests=[NO_DNS_FOR_FROM=0.379, RCVD_IN_DNSWL_MED=-2.3]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id J9UUzFm0YOUw for <notmuch@notmuchmail.org>;\r
17         Sat, 28 May 2011 14:52:24 -0700 (PDT)\r
18 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
19         [131.215.239.19])\r
20         by olra.theworths.org (Postfix) with ESMTP id AB57F429E37\r
21         for <notmuch@notmuchmail.org>; Sat, 28 May 2011 14:52:15 -0700 (PDT)\r
22 Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
23         by fire-doxen-postvirus (Postfix) with ESMTP id 21D1432808F;\r
24         Sat, 28 May 2011 14:45:48 -0700 (PDT)\r
25 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
26 Received: from servo.finestructure.net (cpe-98-149-172-122.socal.res.rr.com\r
27         [98.149.172.122]) (Authenticated sender: jrollins)\r
28         by fire-doxen-submit (Postfix) with ESMTP id 78C102E50E85;\r
29         Sat, 28 May 2011 14:45:43 -0700 (PDT)\r
30 Received: by servo.finestructure.net (Postfix, from userid 1000)\r
31         id 3E01C7E1; Sat, 28 May 2011 14:52:05 -0700 (PDT)\r
32 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
33 To: Notmuch Mail <notmuch@notmuchmail.org>\r
34 Subject: [PATCH 13/25] emacs: Use "message-cited-text" instead of\r
35         "message-cited-text-face"\r
36 Date: Sat, 28 May 2011 14:51:48 -0700\r
37 Message-Id: <1306619520-25730-14-git-send-email-jrollins@finestructure.net>\r
38 X-Mailer: git-send-email 1.7.4.4\r
39 In-Reply-To: <1306619520-25730-13-git-send-email-jrollins@finestructure.net>\r
40 References: <1306619520-25730-1-git-send-email-jrollins@finestructure.net>\r
41         <1306619520-25730-2-git-send-email-jrollins@finestructure.net>\r
42         <1306619520-25730-3-git-send-email-jrollins@finestructure.net>\r
43         <1306619520-25730-4-git-send-email-jrollins@finestructure.net>\r
44         <1306619520-25730-5-git-send-email-jrollins@finestructure.net>\r
45         <1306619520-25730-6-git-send-email-jrollins@finestructure.net>\r
46         <1306619520-25730-7-git-send-email-jrollins@finestructure.net>\r
47         <1306619520-25730-8-git-send-email-jrollins@finestructure.net>\r
48         <1306619520-25730-9-git-send-email-jrollins@finestructure.net>\r
49         <1306619520-25730-10-git-send-email-jrollins@finestructure.net>\r
50         <1306619520-25730-11-git-send-email-jrollins@finestructure.net>\r
51         <1306619520-25730-12-git-send-email-jrollins@finestructure.net>\r
52         <1306619520-25730-13-git-send-email-jrollins@finestructure.net>\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Sat, 28 May 2011 21:52:26 -0000\r
66 \r
67 From: Pieter Praet <pieter@praet.org>\r
68 \r
69 (describe-face 'message-cited-text-face)\r
70 > message-cited-text-face is an alias for the face `message-cited-text'.\r
71 > This face is obsolete since 22.1; use `message-cited-text' instead.\r
72 \r
73 Signed-off-by: Pieter Praet <pieter@praet.org>\r
74 Signed-off-by: Jameson Graef Rollins <jrollins@finestructure.net>\r
75 ---\r
76  emacs/notmuch-wash.el |    4 ++--\r
77  1 files changed, 2 insertions(+), 2 deletions(-)\r
78 \r
79 diff --git a/emacs/notmuch-wash.el b/emacs/notmuch-wash.el\r
80 index e8134bf..115c3bb 100644\r
81 --- a/emacs/notmuch-wash.el\r
82 +++ b/emacs/notmuch-wash.el\r
83 @@ -156,7 +156,7 @@ insert before the button, probably for indentation."\r
84      (let* ((cite-start (match-beginning 0))\r
85            (cite-end (match-end 0))\r
86            (cite-lines (count-lines cite-start cite-end)))\r
87 -      (overlay-put (make-overlay cite-start cite-end) 'face 'message-cited-text-face)\r
88 +      (overlay-put (make-overlay cite-start cite-end) 'face 'message-cited-text)\r
89        (when (> cite-lines (+ notmuch-wash-citation-lines-prefix\r
90                              notmuch-wash-citation-lines-suffix\r
91                              1))\r
92 @@ -178,7 +178,7 @@ insert before the button, probably for indentation."\r
93                   (sig-end-marker (make-marker)))\r
94               (set-marker sig-start-marker sig-start)\r
95               (set-marker sig-end-marker (point-max))\r
96 -             (overlay-put (make-overlay sig-start-marker sig-end-marker) 'face 'message-cited-text-face)\r
97 +             (overlay-put (make-overlay sig-start-marker sig-end-marker) 'face 'message-cited-text)\r
98               (notmuch-wash-region-to-button\r
99                sig-start-marker sig-end-marker\r
100                "signature" "\n"))))))\r
101 -- \r
102 1.7.4.4\r
103 \r