Re: notmuch and "mute" -- useful to anyone?
[notmuch-archives.git] / 06 / b3b93f13297b71ee73849d4f3ca479181fe61c
1 Return-Path: <david@tethera.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 arlo.cworth.org (Postfix) with ESMTP id 11CBE6DE09ED\r
6  for <notmuch@notmuchmail.org>; Thu,  6 Aug 2015 13:57:11 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.139\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.139 tagged_above=-999 required=5 tests=[AWL=0.139]\r
12  autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id heai5lqszl00 for <notmuch@notmuchmail.org>;\r
16  Thu,  6 Aug 2015 13:57:07 -0700 (PDT)\r
17 Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id 6DEBC6DE0948\r
19  for <notmuch@notmuchmail.org>; Thu,  6 Aug 2015 13:57:07 -0700 (PDT)\r
20 Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
21  (envelope-from <david@tethera.net>)\r
22  id 1ZNSC1-0002fG-S8; Thu, 06 Aug 2015 20:55:13 +0000\r
23 Received: (nullmailer pid 27115 invoked by uid 1000); Thu, 06 Aug 2015\r
24  20:54:59 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: Tomi Ollila <tomi.ollila@iki.fi>, Mark Walters\r
27  <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
28 Subject: Re: [PATCH 2/2] emacs: make modifications to message Fcc vars\r
29  buffer-local\r
30 In-Reply-To: <m2twscdyk7.fsf@guru.guru-group.fi>\r
31 References: <87fv4093sl.fsf@maritornes.cs.unb.ca>\r
32  <1438718659-11522-1-git-send-email-david@tethera.net>\r
33  <1438718659-11522-2-git-send-email-david@tethera.net>\r
34  <m2twscdyk7.fsf@guru.guru-group.fi>\r
35 User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1\r
36  (x86_64-pc-linux-gnu)\r
37 Date: Thu, 06 Aug 2015 22:54:59 +0200\r
38 Message-ID: <874mkcw318.fsf@maritornes.cs.unb.ca>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.18\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45  <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Thu, 06 Aug 2015 20:57:11 -0000\r
54 \r
55 Tomi Ollila <tomi.ollila@iki.fi> writes:\r
56 \r
57 >\r
58 > One thing come to my mind: would it be possible to use buffer-local\r
59 > variable message-fcc-handler-function in notmuch-message-mode buffers so\r
60 > that such wrapper functions defined below would not be needed. i.e.\r
61 >\r
62 >   (make-local-variable 'message-fcc-handler-function)\r
63 >   (setq message-fcc-handler-function #'notmuch-fcc-handler)\r
64 >\r
65 \r
66 This was my first approach, and I actually filed\r
67 \r
68      http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21174\r
69 \r
70 about why it doesn't work.\r
71 \r
72 Great minds think alike / Fools seldom differ, as they say ;)\r
73 \r
74 d\r
75 \r
76 \r