Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 7e / 1ef957ecfd0ee2a9b26d244c460a5ec288424f
1 Return-Path: <sojkam1@fel.cvut.cz>\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 79EA3431FAF\r
6         for <notmuch@notmuchmail.org>; Wed, 19 Dec 2012 13:32:57 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 smggFPWXHT0I for <notmuch@notmuchmail.org>;\r
16         Wed, 19 Dec 2012 13:32:57 -0800 (PST)\r
17 Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
18         by olra.theworths.org (Postfix) with ESMTP id 39758431FBD\r
19         for <notmuch@notmuchmail.org>; Wed, 19 Dec 2012 13:32:56 -0800 (PST)\r
20 Received: from localhost (unknown [192.168.200.7])\r
21         by max.feld.cvut.cz (Postfix) with ESMTP id 492893CFE8A;\r
22         Wed, 19 Dec 2012 22:32:54 +0100 (CET)\r
23 X-Virus-Scanned: IMAP STYX AMAVIS\r
24 Received: from max.feld.cvut.cz ([192.168.200.1])\r
25         by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new,\r
26         port 10044)\r
27         with ESMTP id J6toz3WdXbKL; Wed, 19 Dec 2012 22:32:53 +0100 (CET)\r
28 Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
29         by max.feld.cvut.cz (Postfix) with ESMTP id 9D7E53CFE80;\r
30         Wed, 19 Dec 2012 22:32:50 +0100 (CET)\r
31 Received: from steelpick.2x.cz (unknown [213.29.198.144])\r
32         (Authenticated sender: sojkam1)\r
33         by imap.feld.cvut.cz (Postfix) with ESMTPSA id 23A0F660904;\r
34         Wed, 19 Dec 2012 22:32:49 +0100 (CET)\r
35 Received: from wsh by steelpick.2x.cz with local (Exim 4.80)\r
36         (envelope-from <sojkam1@fel.cvut.cz>)\r
37         id 1TlRFs-00077i-Jg; Wed, 19 Dec 2012 22:32:44 +0100\r
38 From: Michal Sojka <sojkam1@fel.cvut.cz>\r
39 To: notmuch@notmuchmail.org\r
40 Subject: [PATCH 0/3] Adding non-maildir tags does not move message from new to\r
41         cur\r
42 Date: Wed, 19 Dec 2012 22:32:24 +0100\r
43 Message-Id: <1355952747-27350-1-git-send-email-sojkam1@fel.cvut.cz>\r
44 X-Mailer: git-send-email 1.7.10.4\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Wed, 19 Dec 2012 21:32:57 -0000\r
58 \r
59 Hello,\r
60 \r
61 patches in this series should supersede the patches in\r
62 id:1316039001-32602-5-git-send-email-l.rilling@av7.net. They address\r
63 the comments from Jani Nikula and add tests for the behavior that was\r
64 unintentionally changed by the previous version of the patch.\r
65 \r
66 Louis Rilling (1):\r
67   tags_to_maildir_flags: Don't rename if no flags change\r
68 \r
69 Michal Sojka (2):\r
70   test: Adding non-maildir tags does not move message from new to cur\r
71   test: Add some missing maildir synchronization tests\r
72 \r
73  lib/message.cc    |   13 ++++++++++++-\r
74  test/maildir-sync |   20 ++++++++++++++++++++\r
75  2 files changed, 32 insertions(+), 1 deletion(-)\r
76 \r
77 -- \r
78 1.7.10.4\r
79 \r