Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id E41AD431FAF for ; Thu, 19 Jan 2012 14:52:28 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2Ktjx7zTn2VY for ; Thu, 19 Jan 2012 14:52:28 -0800 (PST) Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com [209.85.216.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 871F9431FAE for ; Thu, 19 Jan 2012 14:52:28 -0800 (PST) Received: by qabg24 with SMTP id g24so428857qab.5 for ; Thu, 19 Jan 2012 14:52:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=WayHbuF3fZAsis32mKrk/ajLRCc/xHE+4lSjZACD8Bw=; b=kEwOxHthsWnMSs2qsjPKKaQEjyu8OiC0WAbrE59qS8fiOHwPESEnaD98iwZ7ZU4+7S f+B3YnAuQXVzwMuA2QSCqan3FxGDsI1wjH7KSO0TSkKLoHp2GjyFcHzyC+v+Ma0jvmqG vIuFyVB5Z6YkRKu5RUa/no6libaz9NEwiB0Os= Received: by 10.224.33.65 with SMTP id g1mr29596322qad.98.1327013545970; Thu, 19 Jan 2012 14:52:25 -0800 (PST) Received: from localhost (wal016.wlan.sas.upenn.edu. [128.91.71.145]) by mx.google.com with ESMTPS id df3sm2409592qab.6.2012.01.19.14.52.24 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jan 2012 14:52:25 -0800 (PST) From: Aaron Ecay To: Austin Clements , Pieter Praet Subject: Re: [PATCH] emacs: Quote MML tags in replies In-Reply-To: <20120119224631.GR16740@mit.edu> References: <1326998589-37187-1-git-send-email-aaronecay@gmail.com> <87wr8nuyam.fsf@praet.org> <20120119224631.GR16740@mit.edu> User-Agent: Notmuch/0.11+73~gd51b784 (http://notmuchmail.org) Emacs/24.0.92.2 (i386-apple-darwin10.8.0) Date: Thu, 19 Jan 2012 17:52:23 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2012 22:52:29 -0000 On Thu, 19 Jan 2012 17:46:31 -0500, Austin Clements wrote: > > ### OT: > > For some reason, `mml-quote-region' explicitly re-quotes > > already quoted MML tags: > > > > "<#!*/?\\(multipart\\|part\\|external\\|mml\\)" > > > > Why is that ? > > Probably so the transformation is invertible, though as far as I can > tell there's no mml-unquote-region. Sending the message (or doing M-x mml-preview) undoes the quoting. So if the original message contains an already-quoted tag, constructing the reply double-quotes it, and sending the reply will produce the original single-quoted tag again. -- Aaron Ecay