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 9DF4F431FB6 for ; Mon, 4 Jun 2012 02:12:22 -0700 (PDT) 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 ZEbXRTSKbyF1 for ; Mon, 4 Jun 2012 02:12:22 -0700 (PDT) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id EC2A2431FAF for ; Mon, 4 Jun 2012 02:12:21 -0700 (PDT) Received: by lagu2 with SMTP id u2so3201909lag.26 for ; Mon, 04 Jun 2012 02:12:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:user-agent:date:message-id:mime-version :content-type:content-transfer-encoding; bh=ks1E0LbQLjqeWaurJ6zFApTzQn0bmZN3M4Bf/A+ev9k=; b=NWzHi4UqV77JFW9dKNzkGdJyzKlxibCw7qN9Vlipdme/BzSq9vyEd2vTIgRwku9sJW XtrFA+6OutiBZ8j9VSLutV7ODZiAXrkXVIZ4prmBgT1mQ44l+KbLVsvmLu9LUa0PMgYV 2/DxAsFtFw2dJhZ8yTUMw9LyEp+EogaT+H7AlFDNMVIXd+fc3RkQvodxuEBZzbsfDomI 2xcBdtZdSi4+2lvjiM8RVXQKJJ10LQS9klach4IW+nJrePfqQS9FrhmOVilS7XP3ldTL 9jJhnbzOe5oNDu2bHKLjeB8F7e4GKV9c+7lhXNhHUDkrHsdgUC+XbBL4C8tpfUZkxsAM 7RXA== Received: by 10.112.43.67 with SMTP id u3mr5719382lbl.16.1338801137598; Mon, 04 Jun 2012 02:12:17 -0700 (PDT) Received: from hecate (nl110-96-173.student.uu.se. [130.242.96.173]) by mx.google.com with ESMTPS id j3sm6268464lbh.0.2012.06.04.02.12.15 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 04 Jun 2012 02:12:16 -0700 (PDT) From: Albin Stjerna To: notmuch@notmuchmail.org Cc: Subject: Problem with invalid characters when using notmuch-reply User-Agent: Notmuch/0.13 (http://notmuchmail.org) Emacs/23.4.1 (x86_64-pc-linux-gnu) Date: Mon, 04 Jun 2012 11:12:13 +0200 Message-ID: <87r4tvmoeq.fsf@hecate.student.uu.se> 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.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: Mon, 04 Jun 2012 09:12:22 -0000 Hi! I have a very confusing problem. When replying to a message containing spec= ial characters (read: non-ascii), they show up as mysteriously escaped char= acters, such as \345 (where the letter =C3=A4 should be). When sending thes= e replies, I get an error about my message containing non-printable charact= ers. When these messages arrive, the special characters (even those I enter= ed, that looked fine in the mail compose buffer) are garbled. Everything works fine when composing a new message. The problem only appear= s when replying. The problem appeared quite recently, apparently out of now= here. No emacs upgrade, no notmuch upgrade (as far as I can recall). The problem is appears in both Emacs 23 and 24, and restart (neither of Ema= cs nor of my computer) doesn't help. Also: albin@hecate ~ % notmuch --version notmuch 0.13 albin@hecate ~ % locale LANG=3Den_US.utf8 LANGUAGE=3D LC_CTYPE=3D"en_US.utf8" LC_NUMERIC=3D"en_US.utf8" LC_TIME=3D"en_US.utf8" LC_COLLATE=3D"en_US.utf8" LC_MONETARY=3D"en_US.utf8" LC_MESSAGES=3D"en_US.utf8" LC_PAPER=3D"en_US.utf8" LC_NAME=3D"en_US.utf8" LC_ADDRESS=3D"en_US.utf8" LC_TELEPHONE=3D"en_US.utf8" LC_MEASUREMENT=3D"en_US.utf8" LC_IDENTIFICATION=3D"en_US.utf8" LC_ALL=3D notmuch reply (on the command line) seems to work just fine. Any pointers you can give me would be greatly appreciated! Thanks in advance, Albin