From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 70A796DE1422 for ; Sat, 13 Apr 2019 03:19:30 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.448 X-Spam-Level: X-Spam-Status: No, score=0.448 tagged_above=-999 required=5 tests=[AWL=-0.204, SPF_NEUTRAL=0.652] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fySYPLFh7jeT for ; Sat, 13 Apr 2019 03:19:29 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id D0CC16DE1057 for ; Sat, 13 Apr 2019 03:19:27 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id E3D311000D0; Sat, 13 Apr 2019 13:19:21 +0300 (EEST) From: Tomi Ollila To: =?utf-8?Q?=C3=96rjan?= Ekeberg , notmuch@notmuchmail.org Subject: Re: Updated version of the patch-set for tagging forwarded messages In-Reply-To: <20190412120113.8047-1-ekeberg@kth.se> References: <20190404230126.4283-1-ekeberg@kth.se> <20190412120113.8047-1-ekeberg@kth.se> User-Agent: Notmuch/0.28.3+42~g7b16377 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Sat, 13 Apr 2019 10:19:30 -0000 On Fri, Apr 12 2019, =C3=96rjan Ekeberg wrote: > This is a new (final?) version of the patch set for adding reference > links to forwarded messages, and tags to forwarded and replied messages. > > Thanks for all the comments and suggesions for improvements. Apart > from cleaning up the test code, the only change from the last posted > version is that I have reversed the dependency so that notmuch-mua.el > requires notmuch-message.el. This change was needed to make the code > emacs-compile cleanly since the code in notmuch-mua uses the variables > defined in notmuch-message. Series LGTM. > > =C3=96rjan Ekeberg (4): > emacs: Add References header to forwarded messages > emacs: Use a buffer-local variable to update tags when sending replies > emacs: Tag forwarded messages with +forwarded (customizable) > test: add test for checking forwarded messages > > emacs/notmuch-message.el | 38 ++++++++++++++++++++++++-------- > emacs/notmuch-mua.el | 27 ++++++++++++++++++++--- > test/T730-emacs-forwarding.sh | 41 +++++++++++++++++++++++++++++++++++ > 3 files changed, 94 insertions(+), 12 deletions(-) > create mode 100755 test/T730-emacs-forwarding.sh > > --=20 > 2.20.1 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > https://notmuchmail.org/mailman/listinfo/notmuch