Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / 4e / 2e05f1a596d701708ce8e74a92dfd61946a71f
1 Return-Path: <aaronecay@gmail.com>\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 E41AD431FAF\r
6         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 14:52:28 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, 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 2Ktjx7zTn2VY for <notmuch@notmuchmail.org>;\r
17         Thu, 19 Jan 2012 14:52:28 -0800 (PST)\r
18 Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com\r
19         [209.85.216.53]) (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 871F9431FAE\r
22         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 14:52:28 -0800 (PST)\r
23 Received: by qabg24 with SMTP id g24so428857qab.5\r
24         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 14:52:26 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:cc:subject:in-reply-to:references:user-agent:date\r
27         :message-id:mime-version:content-type;\r
28         bh=WayHbuF3fZAsis32mKrk/ajLRCc/xHE+4lSjZACD8Bw=;\r
29         b=kEwOxHthsWnMSs2qsjPKKaQEjyu8OiC0WAbrE59qS8fiOHwPESEnaD98iwZ7ZU4+7S\r
30         f+B3YnAuQXVzwMuA2QSCqan3FxGDsI1wjH7KSO0TSkKLoHp2GjyFcHzyC+v+Ma0jvmqG\r
31         vIuFyVB5Z6YkRKu5RUa/no6libaz9NEwiB0Os=\r
32 Received: by 10.224.33.65 with SMTP id g1mr29596322qad.98.1327013545970;\r
33         Thu, 19 Jan 2012 14:52:25 -0800 (PST)\r
34 Received: from localhost (wal016.wlan.sas.upenn.edu. [128.91.71.145])\r
35         by mx.google.com with ESMTPS id df3sm2409592qab.6.2012.01.19.14.52.24\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Thu, 19 Jan 2012 14:52:25 -0800 (PST)\r
38 From: Aaron Ecay <aaronecay@gmail.com>\r
39 To: Austin Clements <amdragon@MIT.EDU>, Pieter Praet <pieter@praet.org>\r
40 Subject: Re: [PATCH] emacs: Quote MML tags in replies\r
41 In-Reply-To: <20120119224631.GR16740@mit.edu>\r
42 References: <1326998589-37187-1-git-send-email-aaronecay@gmail.com>\r
43         <87wr8nuyam.fsf@praet.org> <20120119224631.GR16740@mit.edu>\r
44 User-Agent: Notmuch/0.11+73~gd51b784 (http://notmuchmail.org) Emacs/24.0.92.2\r
45         (i386-apple-darwin10.8.0)\r
46 Date: Thu, 19 Jan 2012 17:52:23 -0500\r
47 Message-ID: <m2y5t32tlk.fsf@wal122.wireless-pennnet.upenn.edu>\r
48 MIME-Version: 1.0\r
49 Content-Type: text/plain\r
50 Cc: notmuch@notmuchmail.org\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Thu, 19 Jan 2012 22:52:29 -0000\r
64 \r
65 On Thu, 19 Jan 2012 17:46:31 -0500, Austin Clements <amdragon@MIT.EDU> wrote:\r
66 > > ### OT:\r
67 > > For some reason, `mml-quote-region' explicitly re-quotes\r
68 > > already quoted MML tags:\r
69 > > \r
70 > >   "<#!*/?\\(multipart\\|part\\|external\\|mml\\)"\r
71 > > \r
72 > > Why is that ?\r
73\r
74 > Probably so the transformation is invertible, though as far as I can\r
75 > tell there's no mml-unquote-region.\r
76 \r
77 Sending the message (or doing M-x mml-preview) undoes the quoting.  So\r
78 if the original message contains an already-quoted tag, constructing the\r
79 reply double-quotes it, and sending the reply will produce the original\r
80 single-quoted tag again.\r
81 \r
82 -- \r
83 Aaron Ecay\r