From: Jani Nikula Date: Wed, 28 Aug 2013 19:34:20 +0000 (+0300) Subject: [PATCH 0/2] emacs: simplify and cleanup notmuch-mua-reply X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5b25f38fb01bc5a6607ac1a8e8451598e886aac1;p=notmuch-archives.git [PATCH 0/2] emacs: simplify and cleanup notmuch-mua-reply --- diff --git a/b7/137b14d0719815a1496ecf02fb9c7f4ee8879a b/b7/137b14d0719815a1496ecf02fb9c7f4ee8879a new file mode 100644 index 000000000..2813587e2 --- /dev/null +++ b/b7/137b14d0719815a1496ecf02fb9c7f4ee8879a @@ -0,0 +1,84 @@ +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 A100A431FC9 + for ; Wed, 28 Aug 2013 12:34:28 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[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 cXWzYM8pYh+z for ; + Wed, 28 Aug 2013 12:34:23 -0700 (PDT) +Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com + [74.125.83.54]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + A6F7E431FAE for ; Wed, 28 Aug 2013 12:34:23 -0700 + (PDT) +Received: by mail-ee0-f54.google.com with SMTP id e53so3134612eek.41 + for ; Wed, 28 Aug 2013 12:34:21 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=x-gm-message-state:from:to:cc:subject:date:message-id; + bh=RIWpLha0NgEtcorrx/09GsbtkjYoiGM6RG6EUdB11JI=; + b=bEon97sGEEvHRCqdSuMdetRTi5c7o8JlyJWd4D7XGDp2U0y+pqdBqRjlmqXyyt52nE + a2MbWF6ZVDmAKTRG+MFahE5pmI/205rXWwCRtWld8q4085vF7LnxcK/8jDwnZNS1wx3r + msK6AgHbb7GA0s5079dLJrCa7A0KGxNPIK/oBuNhC0sAjvlZduZO0X3POZNmKg59kuQp + uVwvSwZmaydOYdRRKqGZiPok13NGFB0vzmXRoDi1gocnylcbG9igHj8SuUG7mErVG74O + Kg/xur1t8rUxHUNHzDbbkFu8VCYPu68yOvggJ/hOmtgr6VvchqUdhRbG5PMfOod4tn45 + 1Zlg== +X-Gm-Message-State: + ALoCoQnX0b8ymAjGIkMCwqpNtFzw9Bdy+ZhhjCz8HXUAyAGm+Ji3cRAlRhFdEBpONnIMmjQc5zlr +X-Received: by 10.15.102.1 with SMTP id bq1mr3788408eeb.83.1377718461092; + Wed, 28 Aug 2013 12:34:21 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) + by mx.google.com with ESMTPSA id a6sm40013990eei.10.1969.12.31.16.00.00 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Wed, 28 Aug 2013 12:34:20 -0700 (PDT) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH 0/2] emacs: simplify and cleanup notmuch-mua-reply +Date: Wed, 28 Aug 2013 22:34:20 +0300 +Message-Id: +X-Mailer: git-send-email 1.7.10.4 +Cc: Tomi Ollila , + Geoffrey Ferrari +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: Wed, 28 Aug 2013 19:34:29 -0000 + +This is an alternative to [1]. I tried to dig through history, and I +couldn't find a decent reason for having the backwards regexp in place. + +BR, +Jani. + + +[1] id:1375961732-14327-1-git-send-email-geoffrey.ferrari@oriel.oxon.org + + +Jani Nikula (2): + emacs: simplify point placement for inserting message body on reply + emacs: slightly cleanup the reply code + + emacs/notmuch-mua.el | 45 ++++++++++++++++++++------------------------- + 1 file changed, 20 insertions(+), 25 deletions(-) + +-- +1.7.10.4 +