Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 9d / 676552b6146e4c0c70a62f4479f17280d35cb3
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 A9969431FD0\r
6         for <notmuch@notmuchmail.org>; Tue, 25 Oct 2011 06:32:28 -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 w9uqMd3Un1DT for <notmuch@notmuchmail.org>;\r
16         Tue, 25 Oct 2011 06:32:28 -0700 (PDT)\r
17 X-Greylist: delayed 425 seconds by postgrey-1.32 at olra;\r
18         Tue, 25 Oct 2011 06:32:28 PDT\r
19 Received: from smtp.01.com (smtp.01.com [216.115.88.169])\r
20         by olra.theworths.org (Postfix) with ESMTP id 37C97431FB6\r
21         for <notmuch@notmuchmail.org>; Tue, 25 Oct 2011 06:32:28 -0700 (PDT)\r
22 Received: from localhost (localhost.localdomain [127.0.0.1])\r
23         by smtp-out-2.01.com (Postfix) with ESMTP id 37016A0812C\r
24         for <notmuch@notmuchmail.org>; Tue, 25 Oct 2011 08:25:15 -0500 (CDT)\r
25 X-Virus-Scanned: amavisd-new at smtp-out-2.01.com\r
26 Received: from smtp.01.com ([127.0.0.1])\r
27         by localhost (smtp-out-2.01.com [127.0.0.1]) (amavisd-new, port 10024)\r
28         with ESMTP id C9DZhaNeFC-Y for <notmuch@notmuchmail.org>;\r
29         Tue, 25 Oct 2011 08:25:15 -0500 (CDT)\r
30 Received: from fudge.hue.no (unknown [77.40.159.131])\r
31         by smtp-out-2.01.com (Postfix) with ESMTPSA id 3700A414228\r
32         for <notmuch@notmuchmail.org>; Tue, 25 Oct 2011 08:25:12 -0500 (CDT)\r
33 From: Erlend Simonsen <mr@fudgie.org>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: Emacs: notmuch-show-mode failing to actually update tags\r
36 User-Agent: Notmuch/0.9-6-g8bb5b62 (http://notmuchmail.org) Emacs/24.0.90.1\r
37         (x86_64-suse-linux-gnu)\r
38 Date: Tue, 25 Oct 2011 15:25:09 +0200\r
39 Message-ID: <87y5w9w6dm.fsf@fudge.hue.no>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Tue, 25 Oct 2011 13:32:28 -0000\r
55 \r
56 I've been toying around with notmuch the last few days, and I'm having\r
57 some problems with the Emacs mode. \r
58 \r
59 Updating tags from the search result is fine (except it doesn't reapply\r
60 the tag-faces when changed), but all updates done while viewing a single\r
61 message/thread end up being ignored as the message id is quoted.\r
62 \r
63 Example call that doesn't actually update the tags when called from\r
64 notmuch-show-mode:\r
65 \r
66 (notmuch-call-notmuch-process (("tag" "-unread" "--"\r
67 "id:\"1319481298-2837-1-git-send-email-aidecoe@aidecoe.name\""))\r
68 \r
69 Note the quotes around the id search string. If I remove those, it works. \r
70 \r
71 -- Erlend\r