Re: [PATCH] notmuch-emacs-mua: make --auto-daemon imply --create-frame
[notmuch-archives.git] / 4e / 459c811cf1e3a782aebfadcec73c3d1cdd7ce6
1 Return-Path: <gmn-notmuch@m.gmane.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 D0E86431FD4\r
6         for <notmuch@notmuchmail.org>; Tue, 27 Aug 2013 07:41:19 -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: 0.865\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.865 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_NONE=-0.0001, RCVD_NUMERIC_HELO=0.865]\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 lDPiIEwjzjVG for <notmuch@notmuchmail.org>;\r
17         Tue, 27 Aug 2013 07:41:12 -0700 (PDT)\r
18 Received: from plane.gmane.org (plane.gmane.org [80.91.229.3])\r
19         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 56F27431FAF\r
22         for <notmuch@notmuchmail.org>; Tue, 27 Aug 2013 07:41:12 -0700 (PDT)\r
23 Received: from list by plane.gmane.org with local (Exim 4.69)\r
24         (envelope-from <gmn-notmuch@m.gmane.org>) id 1VEKSC-0007tJ-E3\r
25         for notmuch@notmuchmail.org; Tue, 27 Aug 2013 16:41:08 +0200\r
26 Received: from 114.252.248.167 ([114.252.248.167])\r
27         by main.gmane.org with esmtp (Gmexim 0.1 (Debian))\r
28         id 1AlnuQ-0007hv-00\r
29         for <notmuch@notmuchmail.org>; Tue, 27 Aug 2013 16:41:08 +0200\r
30 Received: from eric by 114.252.248.167 with local (Gmexim 0.1 (Debian))\r
31         id 1AlnuQ-0007hv-00\r
32         for <notmuch@notmuchmail.org>; Tue, 27 Aug 2013 16:41:08 +0200\r
33 X-Injected-Via-Gmane: http://gmane.org/\r
34 To: notmuch@notmuchmail.org\r
35 From: Eric Abrahamsen <eric@ericabrahamsen.net>\r
36 Subject: Re: encoding when forwarding messages\r
37 Date: Tue, 27 Aug 2013 22:41:45 +0800\r
38 Lines: 37\r
39 Message-ID: <87fvtvi4ba.fsf@ericabrahamsen.net>\r
40 References: <87bo4jjv15.fsf@ericabrahamsen.net>\r
41         <87y57n8jmd.fsf@zancas.localnet>\r
42 Mime-Version: 1.0\r
43 Content-Type: text/plain\r
44 X-Complaints-To: usenet@ger.gmane.org\r
45 X-Gmane-NNTP-Posting-Host: 114.252.248.167\r
46 User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux)\r
47 Cancel-Lock: sha1:xtidThf1aMewpXWBSG6ilW6PstY=\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Tue, 27 Aug 2013 14:41:20 -0000\r
61 \r
62 David Bremner <david@tethera.net> writes:\r
63 \r
64 > Eric Abrahamsen <eric@ericabrahamsen.net> writes:\r
65 >\r
66 >> I saw another message about the same problem on this list, in January,\r
67 >> with the advice to upgrade to git, but I'm still seeing it on notmuch\r
68 >> 0.16+7~gdc51bf0. Forwarding a message from within emacs using\r
69 >> `notmuch-mua-forward-message' sometimes produces garbled encoding.\r
70 >> Calling `notmuch-show-forward-message' on the same message, however,\r
71 >> creates what appears to be a raw message, properly encoded.\r
72 >>\r
73 >> Is there something still amiss in the code? Am I using the wrong\r
74 >> command?\r
75 >\r
76 > Do you really mean notmuch-mua-forward-message? That function is not\r
77 > interactive, which would make it more work to call.\r
78 >\r
79 > In any case, notmuch-show-forward-message does take some care to read\r
80 > the message in raw mode (via with-current-notmuch-show-message); when\r
81 > you call notmuch-mua*forward-message, how are you filling the buffer?\r
82 >\r
83 > d\r
84 \r
85 Sorry! It was `notmuch-mua-new-forward-message' I've been using,\r
86 apologies for the confusion. I'm not calling any particular filling\r
87 commands. I've got this in .gnus.el:\r
88 \r
89 (add-hook 'message-mode-hook\r
90           (lambda ()\r
91             (flyspell-mode)\r
92             (orgstruct-mode)))\r
93 \r
94 And I've got the auto-fill minor mode enabled. I don't see any other\r
95 minor modes that seem likely to interfere...\r
96 \r
97 Thanks!\r
98 Eric\r
99 \r