Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 8300F6DE0355 for ; Fri, 29 Apr 2016 23:52:00 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.182 X-Spam-Level: X-Spam-Status: No, score=-0.182 tagged_above=-999 required=5 tests=[AWL=-0.115, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_NEUTRAL=0.652, UNPARSEABLE_RELAY=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 pYbp2WNEE-Hr for ; Fri, 29 Apr 2016 23:51:52 -0700 (PDT) Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by arlo.cworth.org (Postfix) with ESMTPS id 23A4D6DE0319 for ; Fri, 29 Apr 2016 23:51:51 -0700 (PDT) Received: by mail-wm0-f41.google.com with SMTP id g17so66746726wme.1 for ; Fri, 29 Apr 2016 23:51:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dme-org.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id; bh=670mRSAZIJlwe/SfZo+tf6GlhM1wYgXfAsDccsJfJ3I=; b=SBeDl/LqIDL5Ooee32xi1Ge7ZznU1bvF8C/WJnAGnSJOmRJ92nMHtjGp/rbMyzsWsT LlAOnz/1ADtX1YG2Ufw7oAZfTqVSq3f6xiM1C8a3ey40SxJPxMjH4/yIaehpbAggNBky uil5WjAhLcBsVjtuZyBm1bafLceLHxlBjOzYVOqh3KPRBAhhmDr96QKgDDDKHIhzgN7P bMRfmVfzLU9XIto/Y9A7Fp2e5MdYp1jJo1p68XiIfnmhy7S6VZHp1hY1uafqmltQmT/D PIbYUIjrM9YQlC9f4PNIXv8j5yMWe18ykuP8HXTSnSwheCheZI/kS/ZZ0RnvkJQIlXXA bpwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=670mRSAZIJlwe/SfZo+tf6GlhM1wYgXfAsDccsJfJ3I=; b=N5oGDWQcabtNRj5fkqE+o6OuHrDt28EV6sgNPHT7zsk238DJTtWbTEuRIDPfbo5Nx6 HlXvl8hreL82l2n6dWPszhYpN7KThREX2FW1gjFXFGnb5A50xKNypa6CmggeYZP3/H5Q hfxBPN7/tVAXEAYwZ6xsCZRoaFXuFSSDpNdlmQHOe22FI2d6qOTgYansFupGulZUGu8C U73B6lCHe458386sE4BpBHF0sa8e9rJxvjK0rItgNd+iHoHAVbaSSYyOiQHvLSPcCcg1 L4euBeKcXqP8zETUhpIFb9EWkfPDog6PZGp80YGs8WWKX/t1HKtVkVkfVI71TODmTTcC 2L9w== X-Gm-Message-State: AOPr4FV6jbOy2FgfTt+PnDIe9KnIHe0keEv1Da7bt0tEvI3DapomYW3mxxRADDs9P5sMAg== X-Received: by 10.194.201.37 with SMTP id jx5mr25223045wjc.60.1461999110189; Fri, 29 Apr 2016 23:51:50 -0700 (PDT) Received: from disaster-area.hh.sledj.net ([2a01:348:1a2:1:ea39:35ff:fe2c:a227]) by smtp.gmail.com with ESMTPSA id kj9sm18311685wjb.14.2016.04.29.23.51.48 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 Apr 2016 23:51:49 -0700 (PDT) Received: from localhost (disaster-area.hh.sledj.net [local]) by disaster-area.hh.sledj.net (OpenSMTPD) with ESMTPA id 2233281c for ; Sat, 30 Apr 2016 06:51:48 +0000 (UTC) From: David Edmondson To: notmuch@notmuchmail.org Subject: [PATCH v1 0/2] Fixes for some 0.22 problems reported on the mailing list. Date: Sat, 30 Apr 2016 07:51:46 +0100 Message-Id: <1461999108-68582-1-git-send-email-dme@dme.org> X-Mailer: git-send-email 2.7.1 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 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, 30 Apr 2016 06:52:00 -0000 Fixes for some 0.22 problems reported on the mailing list. David Edmondson (2): emacs: Observe the charset of MIME parts when reading them. emacs: Tell `message-mode' that outgoing messages are email. emacs/notmuch-lib.el | 16 +++++++++++++++- emacs/notmuch-mua.el | 5 ++++- 2 files changed, 19 insertions(+), 2 deletions(-) -- 2.7.1