Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 37 / b22e41ef1c6576dc7c07515a626a3552bc7ea1
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 26A9E6DE13E7\r
6  for <notmuch@notmuchmail.org>; Fri,  7 Aug 2015 12:33:52 -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.138\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.138 tagged_above=-999 required=5 tests=[AWL=0.138]\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 jGmMQVGLmkR8 for <notmuch@notmuchmail.org>;\r
16  Fri,  7 Aug 2015 12:33:50 -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 4A9F46DE13A6\r
19  for <notmuch@notmuchmail.org>; Fri,  7 Aug 2015 12:33:49 -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 1ZNnMy-00077E-Ob; Fri, 07 Aug 2015 19:31:56 +0000\r
23 Received: (nullmailer pid 14136 invoked by uid 1000); Fri, 07 Aug 2015\r
24  19:31:42 -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: Fri, 07 Aug 2015 21:31:42 +0200\r
38 Message-ID: <878u9mao9t.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: Fri, 07 Aug 2015 19:33:52 -0000\r
54 \r
55 Tomi Ollila <tomi.ollila@iki.fi> writes:\r
56 \r
57 > capitalization could be consistent in the commit message.\r
58 >\r
59 > One thing come to my mind: would it be possible to use buffer-local\r
60 > variable message-fcc-handler-function in notmuch-message-mode buffers so\r
61 > that such wrapper functions defined below would not be needed. i.e.\r
62 >\r
63 >   (make-local-variable 'message-fcc-handler-function)\r
64 >   (setq message-fcc-handler-function #'notmuch-fcc-handler)\r
65 >\r
66 > (or not? :D)\r
67 >\r
68 > one more thing (extra newline) inline below\r
69 >  \r
70 \r
71 Oops, missed that part. Pushed both with edited commit messages.\r