[feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / ca / 1abbe9d3e13b70244099e218f04329b533551f
1 Return-Path: <daniel@schoepe.org>\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 10D74431FB6\r
6         for <notmuch@notmuchmail.org>; Sun, 12 Feb 2012 06:47:30 -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.8\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         RCVD_IN_DNSWL_LOW=-0.7] 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 zHMmiyrU4BV4 for <notmuch@notmuchmail.org>;\r
17         Sun, 12 Feb 2012 06:47:29 -0800 (PST)\r
18 Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com\r
19         [209.85.215.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 426E8431FAE\r
22         for <notmuch@notmuchmail.org>; Sun, 12 Feb 2012 06:47:29 -0800 (PST)\r
23 Received: by eaak14 with SMTP id k14so2131203eaa.26\r
24         for <notmuch@notmuchmail.org>; Sun, 12 Feb 2012 06:47:28 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schoepe.org; s=google;\r
26         h=mime-version:from:to:subject:date:message-id:x-mailer:in-reply-to\r
27         :references; bh=YIcnNmF9U4jjSMMAdpR/P7V3P7lXMLxESqi4Apu0B/w=;\r
28         b=jpK73WJWbom5s44c0pyn1Zm/1RsHp29e48AKUhhtALTTJDsDCkwzKmZwbbcOyPKet0\r
29         nPje8ALp1YUC9mu+r/aUYly73tr3LnCMLzFhrLYxWp/HvJOct2IP49v2AGOCy6PNQrhV\r
30         meuJQmgzGQEPh3wdBLDd/rzYZALoEH0KuoEgs=\r
31 MIME-Version: 1.0\r
32 Received: by 10.14.38.193 with SMTP id a41mr4265372eeb.125.1329058047766;\r
33         Sun, 12 Feb 2012 06:47:27 -0800 (PST)\r
34 Received: from localhost (dslb-088-069-141-163.pools.arcor-ip.net.\r
35         [88.69.141.163])\r
36         by mx.google.com with ESMTPS id y12sm49362949eeb.11.2012.02.12.06.47.26\r
37         (version=TLSv1/SSLv3 cipher=OTHER);\r
38         Sun, 12 Feb 2012 06:47:27 -0800 (PST)\r
39 From: Daniel Schoepe <daniel@schoepe.org>\r
40 To: notmuch@notmuchmail.org\r
41 Subject: [PATCH 0/1] emacs: Make highlight-faces for pick configurable\r
42 Date: Sun, 12 Feb 2012 15:47:17 +0100\r
43 Message-Id: <1329058038-6029-1-git-send-email-daniel@schoepe.org>\r
44 X-Mailer: git-send-email 1.7.9\r
45 In-Reply-To: <87d39k1gvi.fsf@qmul.ac.uk>\r
46 References: <87d39k1gvi.fsf@qmul.ac.uk>\r
47 X-Gm-Message-State:\r
48  ALoCoQmzR4nOZ+5gjn83KqXeJ/yftJ4HLnVJ37TTFAVTRKR6NMZJKYaQUD17nTibvtBB/+DRGEOi\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Sun, 12 Feb 2012 14:47:30 -0000\r
62 \r
63 This makes the faces notmuch-pick uses for high/"low"lighting configurable.\r
64 Obviously, this requires the rest of the patch series from this thread.\r
65 \r