Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / d9 / 8235e56b2433227c174caab98cb2415a604643
1 Return-Path: <awg@lagos.xvx.ca>\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 4D39A421183\r
6         for <notmuch@notmuchmail.org>; Sun,  1 Apr 2012 08:24:29 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_NONE=-0.0001] 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 Di-IZsh2IAeB for <notmuch@notmuchmail.org>;\r
16         Sun,  1 Apr 2012 08:24:28 -0700 (PDT)\r
17 Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10])\r
18         by olra.theworths.org (Postfix) with ESMTP id A1BDC431FAF\r
19         for <notmuch@notmuchmail.org>; Sun,  1 Apr 2012 08:24:28 -0700 (PDT)\r
20 Received: from pd2ml2so-ssvc.prod.shaw.ca ([10.0.141.134])\r
21         by pd2mo1so-svcs.prod.shaw.ca with ESMTP; 01 Apr 2012 09:24:28 -0600\r
22 X-Cloudmark-SP-Filtered: true\r
23 X-Cloudmark-SP-Result: v=1.1 cv=FBhiVrZmCxhz+jlnxOWeJaR14+PwdUeacMZGNnSzbtQ=\r
24         c=1 sm=1\r
25         a=7Ph1sYweLfUA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
26         a=UFn7BQCvYrerGyweG_wA:9 a=odvB31Xb1hMA:10\r
27         a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
28 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56])\r
29         by pd2ml2so-dmz.prod.shaw.ca with ESMTP; 01 Apr 2012 09:24:27 -0600\r
30 Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
31         id A06828004208; Sun,  1 Apr 2012 09:24:26 -0600 (MDT)\r
32 From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
33 To: notmuch@notmuchmail.org\r
34 Subject: [BUG/PATCH v4 0/4] Bug fixes for reply, rebased\r
35 Date: Sun,  1 Apr 2012 09:24:19 -0600\r
36 Message-Id: <1333293863-14361-1-git-send-email-awg+notmuch@xvx.ca>\r
37 X-Mailer: git-send-email 1.7.5.4\r
38 In-Reply-To: <1333240404-13076-1-git-send-email-awg+notmuch@xvx.ca>\r
39 References: <1333240404-13076-1-git-send-email-awg+notmuch@xvx.ca>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Sun, 01 Apr 2012 15:24:29 -0000\r
53 \r
54 This series is the same as the one from yesterday [1], rebased onto the\r
55 current master to resolve some conflicts with Austin's chnages.\r
56 \r
57 [1] id:"1333240404-13076-1-git-send-email-awg+notmuch@xvx.ca"\r
58 \r
59 Adam Wolfe Gordon (4):\r
60   test: Tests for reply from alternate addresses in emacs\r
61   emacs: Fix two bugs in reply\r
62   test: Show all headers in emacs reply tests\r
63   emacs: Fix the References header in reply\r
64 \r
65  emacs/notmuch-lib.el |    7 +++-\r
66  emacs/notmuch-mua.el |   36 +++++++++++++++++----\r
67  test/emacs           |   84 +++++++++++++++++++++++++++++++++++++++++++++-----\r
68  3 files changed, 110 insertions(+), 17 deletions(-)\r
69 \r
70 -- \r
71 1.7.5.4\r
72 \r