Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / a2 / 9b8ebc39f85e63df0b5f06f5fd9661a538eaee
1 Return-Path: <schnouki@schnouki.net>\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 C3500429E25\r
6         for <notmuch@notmuchmail.org>; Tue, 20 Dec 2011 16:34:09 -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.1\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1]\r
13         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 CXh8dUxZ09+D for <notmuch@notmuchmail.org>;\r
17         Tue, 20 Dec 2011 16:34:09 -0800 (PST)\r
18 Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222])\r
19         by olra.theworths.org (Postfix) with ESMTP id 18CA0431FB6\r
20         for <notmuch@notmuchmail.org>; Tue, 20 Dec 2011 16:34:09 -0800 (PST)\r
21 Received: from odin.local (nancy.schnouki.net [78.238.0.45])\r
22         by ks3536.kimsufi.com (Postfix) with ESMTPSA id 2FC776A0026;\r
23         Wed, 21 Dec 2011 01:34:08 +0100 (CET)\r
24 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net;\r
25         s=key-schnouki; t=1324427648;\r
26         bh=67zKhK6gd8Y+SLNNRDJX2rCW/Fu4743F2iFQp7YViIk=;\r
27         h=From:To:Subject:In-Reply-To:References:Date:Message-ID:\r
28         MIME-Version:Content-Type;\r
29         b=guW0v3WZFv/4iLVC7BPO3S0bwSveLj1dPTKoss6eNvjjWWz5tHF9nFRPCBAEW0Rvs\r
30         t9gDoJNAjx+gpaA1lZz4ON9hxlB1u4KDSIq1pHYCNHOnEIB5M2k+SddD69ulb/R1oZ\r
31         3+jzW3iMHmc2GtWTGWUCNX5fEGD9cvBcZavn1EBE=\r
32 From: Thomas Jost <schnouki@schnouki.net>\r
33 To: Mark Anderson <MarkR.Anderson@amd.com>,\r
34         "notmuch\@notmuchmail.org" <notmuch@notmuchmail.org>\r
35 Subject: Re: [PATCH 2/5] lib: Add a MTIME value to every mail document\r
36 In-Reply-To: <3wdvcpi6cql.fsf@testarossa.amd.com>\r
37 References: <1323796305-28789-1-git-send-email-schnouki@schnouki.net>\r
38         <1323796305-28789-3-git-send-email-schnouki@schnouki.net>\r
39         <3wdvcpi6cql.fsf@testarossa.amd.com>\r
40 User-Agent: Notmuch/0.10.2+122~g1d81c5e (http://notmuchmail.org)\r
41         Emacs/24.0.92.1 (x86_64-unknown-linux-gnu)\r
42 Date: Wed, 21 Dec 2011 01:34:07 +0100\r
43 Message-ID: <87bor2ahkw.fsf@schnouki.net>\r
44 MIME-Version: 1.0\r
45 Content-Type: multipart/signed; boundary="=-=-=";\r
46         micalg=pgp-sha1; protocol="application/pgp-signature"\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Wed, 21 Dec 2011 00:34:09 -0000\r
60 \r
61 --=-=-=\r
62 Content-Type: text/plain\r
63 Content-Transfer-Encoding: quoted-printable\r
64 \r
65 On Wed, 14 Dec 2011 14:54:10 -0700, Mark Anderson <MarkR.Anderson@amd.com> =\r
66 wrote:\r
67 > On Tue, 13 Dec 2011 11:11:42 -0600, Thomas Jost <schnouki@schnouki.net> w=\r
68 rote:\r
69 > > This is a time_t value, similar to the message date (TIMESTAMP). It is =\r
70 first set\r
71 > > when the message is added to the database, and is then updated every ti=\r
72 me a tag\r
73 > > is added or removed. It can thus be used for doing incremental dumps of=\r
74  the\r
75 > > database or for synchronizing it between several computers.\r
76 > >=20\r
77 > > This value can be read freely (with notmuch_message_get_mtime()) but fo=\r
78 r now it\r
79 > > can't be set to an arbitrary value: it can only be set to "now" when up=\r
80 dated.\r
81 > > There's no specific reason for this except that I don't really see a re=\r
82 al use\r
83 > > case for setting it to an arbitrary value.\r
84 >=20\r
85 > I think it would be easier to write some testcases if the last modified\r
86 > time could be touched directly.  Perhaps they aren't in the set of "must\r
87 > have", but it's what comes to mind.\r
88 \r
89 Well since I posted this, I found other good reasons to have a set_mtime\r
90 function. I'll post an updated series lated which will include it -- and\r
91 possibly some tests too :)\r
92 \r
93 Thanks,\r
94 \r
95 =2D-=20\r
96 Thomas/Schnouki\r
97 \r
98 --=-=-=\r
99 Content-Type: application/pgp-signature\r
100 \r
101 -----BEGIN PGP SIGNATURE-----\r
102 Version: GnuPG v1.4.11 (GNU/Linux)\r
103 \r
104 iQEcBAEBAgAGBQJO8Sl/AAoJEMPdciX+bh5I/4oH/31AKtSzaiPyIqRvlLLNu3gY\r
105 wWRAmWWElqNOsHddtyyvn95no6Do0Ws0Sj5VfXhr/OCBZQY6cg1fl0F/4oeSyW2G\r
106 82ldVjUuP05yS2Yl2p57nLb1K9vTsmAmM9/z7giXGTKWVslSPpzYZPJZonmErQ4y\r
107 a6Y+01eat6FT6rmZb0A5+byubotu7kd6v5ZqTPzZQqkpcmkBkr4o9cDsNoPerOaT\r
108 +AvPunpTkMtHv8m8BP6JNT/WYkWEZ9Id20rjYrOALcXlhGewaWanHBJq1Cm88wZH\r
109 CocArw3PXtMmqII6rspvNXtMsWiFhl/MIqsm507YCprw2Qll+xTYZFi87pgn+wY=\r
110 =wK9Z\r
111 -----END PGP SIGNATURE-----\r
112 --=-=-=--\r