UTF-8 in mail headers (namely FROM) sent by bugzilla
[notmuch-archives.git] / 13 / 0161c74d6e5be692035ffcbdc24dd834197baa
1 Return-Path: <dmitry.kurochkin@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 0C36B431FBD\r
6         for <notmuch@notmuchmail.org>; Mon, 13 Feb 2012 08:00:36 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id iz+fG06rbZWf for <notmuch@notmuchmail.org>;\r
17         Mon, 13 Feb 2012 08:00:35 -0800 (PST)\r
18 Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com\r
19         [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 3609A431FBC\r
22         for <notmuch@notmuchmail.org>; Mon, 13 Feb 2012 08:00:35 -0800 (PST)\r
23 Received: by bkcit16 with SMTP id it16so542253bkc.26\r
24         for <notmuch@notmuchmail.org>; Mon, 13 Feb 2012 08:00:33 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:cc:subject:in-reply-to:references:user-agent:date\r
27         :message-id:mime-version:content-type;\r
28         bh=4qbGZq/WNF/aLHfcJRvMkgJSfSwOiOTJGWfNrBZuoIo=;\r
29         b=xDV9OtlOL/5h952UuXULTjnKQh7Gnq+BmgGXxIHNL8Qsg8JUe6zqX+niUbPJEA6biu\r
30         WehJURfaeIilekU8NjP73tCZlLm2i9NgHNyJ7DK+dPwVunXAnpY1KHW3wl3I7+u+vmDZ\r
31         +X1xV8X4lyUxi9/dllKt1/Fx8On51ifU+ZwvA=\r
32 Received: by 10.204.152.145 with SMTP id g17mr7100532bkw.97.1329148833557;\r
33         Mon, 13 Feb 2012 08:00:33 -0800 (PST)\r
34 Received: from localhost ([91.144.186.21])\r
35         by mx.google.com with ESMTPS id ez5sm47466463bkc.15.2012.02.13.08.00.32\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Mon, 13 Feb 2012 08:00:32 -0800 (PST)\r
38 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
39 To: Austin Clements <amdragon@MIT.EDU>\r
40 Subject: Re: [PATCH] emacs: allow to set RETAIN-STATE for\r
41         `notmuch-show-refresh-view' interactively\r
42 In-Reply-To: <20120213152858.GO27039@mit.edu>\r
43 References: <1329131347-13803-1-git-send-email-dmitry.kurochkin@gmail.com>\r
44         <20120213152858.GO27039@mit.edu>\r
45 User-Agent: Notmuch/0.11.1+188~ga5674c2 (http://notmuchmail.org) Emacs/23.3.1\r
46         (x86_64-pc-linux-gnu)\r
47 Date: Mon, 13 Feb 2012 19:59:14 +0400\r
48 Message-ID: <87zkcmg1wt.fsf@gmail.com>\r
49 MIME-Version: 1.0\r
50 Content-Type: text/plain; charset=us-ascii\r
51 Cc: notmuch@notmuchmail.org\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 List-Id: "Use and development of the notmuch mail system."\r
56         <notmuch.notmuchmail.org>\r
57 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
59 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
60 List-Post: <mailto:notmuch@notmuchmail.org>\r
61 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
62 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
64 X-List-Received-Date: Mon, 13 Feb 2012 16:00:36 -0000\r
65 \r
66 On Mon, 13 Feb 2012 10:29:26 -0500, Austin Clements <amdragon@MIT.EDU> wrote:\r
67 > Quoth Dmitry Kurochkin on Feb 13 at  3:09 pm:\r
68 > > The notmuch-show view refresh function (`notmuch-show-refresh-view',\r
69 > > bound to "=") accepts an optional RETAIN-STATE argument.  The patch\r
70 > > allows to set this argument interactively by using "C-u =".\r
71\r
72 > Why do we not *always* want this?\r
73 \r
74 Good point!  I would like to switch the default behavior to retain\r
75 state.  Though I do not want to mix a trivial improvement (ability to\r
76 use "C-u =") with potentially dangerous discussion of changing the\r
77 default behavior :)\r
78 \r
79 Regards,\r
80   Dmitry\r