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 13E6B6DE1333 for ; Wed, 10 Apr 2019 05:19:22 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -2.698 X-Spam-Level: X-Spam-Status: No, score=-2.698 tagged_above=-999 required=5 tests=[AWL=-0.196, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] 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 swixDCu2FUMh for ; Wed, 10 Apr 2019 05:19:20 -0700 (PDT) Received: from smtp-4.sys.kth.se (smtp-4.sys.kth.se [130.237.48.193]) by arlo.cworth.org (Postfix) with ESMTPS id 8AD3E6DE0F51 for ; Wed, 10 Apr 2019 05:19:20 -0700 (PDT) Received: from smtp-4.sys.kth.se (localhost.localdomain [127.0.0.1]) by smtp-4.sys.kth.se (Postfix) with ESMTP id 1526068E5 for ; Wed, 10 Apr 2019 14:19:18 +0200 (CEST) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-4.sys.kth.se ([127.0.0.1]) by smtp-4.sys.kth.se (smtp-4.sys.kth.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id wxIS6Dn-TJv8; Wed, 10 Apr 2019 14:19:17 +0200 (CEST) X-KTH-Auth: ekeberg [2001:6b0:1:1de0:f050:6264:8d98:45d5] DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kth.se; s=default; t=1554898757; bh=HR7ILkETUHG7hhMgO+NfC70ge1pGnpc4yszApCnwQx0=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Q6gx0OTJApoUWM2L1bMw/jG3Se0KI5bx6/i44GO1f/k03J+HAHOwBVhP3lpcBOfV+ PA8hSXzf94vFCKA86qU4BzMKhAwD86KZVrKZLrE1TewMzZTQrsdw2LGtr0iRqjl3NB +dFmq0xjbWq4zlodPHrFNJ9KsMuehInoV5FsE2aI= X-KTH-mail-from: ekeberg@kth.se Received: from swing.nada.kth.se (unknown [IPv6:2001:6b0:1:1de0:f050:6264:8d98:45d5]) by smtp-4.sys.kth.se (Postfix) with ESMTPSA id F3343CC4; Wed, 10 Apr 2019 14:19:15 +0200 (CEST) From: =?UTF-8?q?=C3=96rjan=20Ekeberg?= To: notmuch@notmuchmail.org Subject: Updated testing script Date: Wed, 10 Apr 2019 14:19:07 +0200 Message-Id: <20190410121908.5998-1-ekeberg@kth.se> X-Mailer: git-send-email 2.20.1 In-Reply-To: References: <20190404230126.4283-1-ekeberg@kth.se> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Wed, 10 Apr 2019 12:19:22 -0000 Based on the feedback from Tomi and David (thanks!), here is a updated and cleaner version of the test associated with the patch-set for forwarding. Örjan 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 | 37 +++++++++++++++++++++++++++-------- emacs/notmuch-mua.el | 26 +++++++++++++++++++++--- test/T730-emacs-forwarding.sh | 30 ++++++++++++++++++++++++++++ 3 files changed, 82 insertions(+), 11 deletions(-) create mode 100755 test/T730-emacs-forwarding.sh -- 2.20.1