Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / a2 / 6d2e5ca95d17b5d67eb0dd5c5dd0fb6aaae0f9
1 Return-Path: <erlends@fudge.hue.no>\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 0BF36429E25\r
6         for <notmuch@notmuchmail.org>; Wed, 26 Oct 2011 02:19:43 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.379\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.379 tagged_above=-999 required=5\r
12         tests=[NO_DNS_FOR_FROM=0.379] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id ADZ2ggAQ4oLC for <notmuch@notmuchmail.org>;\r
16         Wed, 26 Oct 2011 02:19:41 -0700 (PDT)\r
17 Received: from smtp.01.com (smtp.01.com [216.115.88.169])\r
18         by olra.theworths.org (Postfix) with ESMTP id CEDEB431FB6\r
19         for <notmuch@notmuchmail.org>; Wed, 26 Oct 2011 02:19:41 -0700 (PDT)\r
20 Received: from localhost (localhost.localdomain [127.0.0.1])\r
21         by smtp-out-1.01.com (Postfix) with ESMTP id 37D7D9D056F;\r
22         Wed, 26 Oct 2011 04:19:41 -0500 (CDT)\r
23 X-Virus-Scanned: amavisd-new at smtp-out-1.01.com\r
24 Received: from smtp.01.com ([127.0.0.1])\r
25         by localhost (smtp-out-1.01.com [127.0.0.1]) (amavisd-new, port 10024)\r
26         with ESMTP id FtKoOMSoHI3C; Wed, 26 Oct 2011 04:19:41 -0500 (CDT)\r
27 Received: from fudge.hue.no (unknown [77.40.159.131])\r
28         by smtp-out-1.01.com (Postfix) with ESMTPSA id 62C139D01C9;\r
29         Wed, 26 Oct 2011 04:19:38 -0500 (CDT)\r
30 From: Erlend Simonsen <mr@fudgie.org>\r
31 To: Tomi Ollila <tomi.ollila@iki.fi>\r
32 Subject: Re: Emacs: notmuch-show-mode failing to actually update tags\r
33 In-Reply-To: <yf6lis8np4k.fsf@taco2.nixu.fi>\r
34 References: <87y5w9w6dm.fsf@fudge.hue.no>\r
35         <878vo9dlja.fsf@servo.finestructure.net>\r
36         <87ty6ww82k.fsf@fudge.hue.no> <yf6lis8np4k.fsf@taco2.nixu.fi>\r
37 User-Agent: Notmuch/0.9-6-g8bb5b62 (http://notmuchmail.org) Emacs/24.0.90.1\r
38         (x86_64-suse-linux-gnu)\r
39 Date: Wed, 26 Oct 2011 11:19:36 +0200\r
40 Message-ID: <87obx4w1nb.fsf@fudge.hue.no>\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain\r
43 Cc: notmuch@notmuchmail.org\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Wed, 26 Oct 2011 09:19:43 -0000\r
57 \r
58 On Wed, 26 Oct 2011 11:17:15 +0300, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
59 > Try these from command line:\r
60\r
61 > notmuch search id:messageid\r
62 \r
63 ~ $ notmuch search id:yf6lis8np4k.fsf@taco2.nixu.fi\r
64 thread:0000000000030b25 26 mins. ago [1/4] Tomi Ollila| Erlend Simonsen, Jameson Graef Rollins; Emacs: notmuch-show-mode failing to actually update tags (notmuch replied sent signed to-me)\r
65 \r
66 > notmuch search 'id:"messageid"'\r
67 \r
68 ~ $ notmuch search 'id:"yf6lis8np4k.fsf@taco2.nixu.fi"'\r
69 \r
70 > Note all the single and double quotes in second line.\r
71\r
72 > These should return the same output. If these does it might\r
73 > be that your emacs interface escapes the quotes for some reason.\r
74 > i.e. the execution from emacs is analogous to this command line:\r
75\r
76 > notmuch search 'id:\"messageid\"'\r
77\r
78 \r
79 As they don't return the same output, where do I dig further to find the\r
80 problem?\r
81 \r
82 -- Erlend\r