Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 01 / 03ca970de7a5557707ae23c403ce26f4933289
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 962F86DE0173\r
6  for <notmuch@notmuchmail.org>; Sun, 30 Aug 2015 18:44: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.116\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.116 tagged_above=-999 required=5 tests=[AWL=0.116]\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 Ka1SBQQF8KR9 for <notmuch@notmuchmail.org>;\r
16  Sun, 30 Aug 2015 18:44:09 -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 4D11B6DE00CB\r
19  for <notmuch@notmuchmail.org>; Sun, 30 Aug 2015 18:44:08 -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 1ZWE7p-00016P-OG; Mon, 31 Aug 2015 01:43:09 +0000\r
23 Received: (nullmailer pid 17218 invoked by uid 1000); Mon, 31 Aug 2015\r
24  01:42:49 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
27 Subject: Re: [PATCH 2/2] emacs: add function to resend message to new\r
28  recipients\r
29 In-Reply-To: <m2a8t8257b.fsf@guru.guru-group.fi>\r
30 References: <1440619626-18768-1-git-send-email-tomi.ollila@iki.fi>\r
31  <1440619626-18768-2-git-send-email-tomi.ollila@iki.fi>\r
32  <87vbbxrl3g.fsf@maritornes.cs.unb.ca> <m2a8t8257b.fsf@guru.guru-group.fi>\r
33 User-Agent: Notmuch/0.20.2+60~gcb08a2e (http://notmuchmail.org) Emacs/24.5.1\r
34  (x86_64-pc-linux-gnu)\r
35 Date: Sun, 30 Aug 2015 22:42:49 -0300\r
36 Message-ID: <87lhcss06e.fsf@maritornes.cs.unb.ca>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.18\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43  <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Mon, 31 Aug 2015 01:44:11 -0000\r
52 \r
53 Tomi Ollila <tomi.ollila@iki.fi> writes:\r
54 \r
55 >\r
56 >   emacs -q -L $PWD/emacs -l emacs/notmuch.el -f notmuch --eval '(progn (setq notmuch-address-command "nottoomuch-addresses.sh") (notmuch-address-message-insinuate))'\r
57 >\r
58 Ah, I missed notmuch-address-message-insinuate; it does work if I run\r
59 that. I wonder if this can be simplified at all now that\r
60 notmuch-message-mode exists. In general I'm leery of running code when\r
61 we load notmuch*.el, as this has a history of causing problems for\r
62 people using notmuch e.g. as a search tool for gnus.\r
63 \r
64 The completion interface takes a little getting used to, but it's\r
65 definitely usable. And of course much better than what we have now ;).\r
66 \r
67 One thing I noticed which I _think_ is a bug, is that after calling\r
68 notmuch-show-resend-message, notmuch-view-raw-message doesn't work\r
69 anymore, complaining about a read-only buffer.\r
70 \r
71 d\r