Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 0d / 7df040d774207c98974957c35bfab9ac02538d
1 Return-Path: <jrollins@finestructure.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 AB0AC431FBF\r
6         for <notmuch@notmuchmail.org>; Fri, 18 May 2012 10:32:46 -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: -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 FysY402MQYEr for <notmuch@notmuchmail.org>;\r
16         Fri, 18 May 2012 10:32:46 -0700 (PDT)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id 2FC7F431FAE\r
20         for <notmuch@notmuchmail.org>; Fri, 18 May 2012 10:32:46 -0700 (PDT)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id C3D4C66E00A3\r
23         for <notmuch@notmuchmail.org>; Fri, 18 May 2012 10:32:43 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (cpe-98-14-81-93.nyc.res.rr.com\r
26  [98.14.81.93]) (Authenticated sender: jrollins)        by earth-doxen-submit\r
27  (Postfix) with ESMTP id D843866E01C2   for <notmuch@notmuchmail.org>; Fri, 18\r
28  May 2012 10:32:41 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 3E6364AD; Fri, 18 May 2012 10:32:40 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Notmuch Mail <notmuch@notmuchmail.org>\r
33 Subject: [PATCH v2 0/5] cli: improve handling of crypto parameters and\r
34  contexts\r
35 Date: Fri, 18 May 2012 10:32:32 -0700\r
36 Message-Id: <1337362357-31281-1-git-send-email-jrollins@finestructure.net>\r
37 X-Mailer: git-send-email 1.7.10\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Fri, 18 May 2012 17:32:46 -0000\r
51 \r
52 Here's a second version of this series [0].  I think I have addressed\r
53 most of Austin's and Jani's comments.\r
54 \r
55 I've tried to make a compromise between Jani's desire to not see any\r
56 unneeded initialization and my desire to have clarity and to make\r
57 defaults that define behavior explicit.  I ended up only initializing\r
58 the variables that define default user behavior.  I hope that's ok.\r
59 \r
60 jamie.\r
61 \r
62 [0] id:"1337205359-2444-1-git-send-email-jrollins@finestructure.net"\r
63 \r