Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 66 / e3aae1dee046e97a2116a2dc289006bef8352b
1 Return-Path: <BATV+28bf489b39c899822e75+2435+infradead.org+hohndel@bombadil.srs.infradead.org>\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 412154196F2\r
6         for <notmuch@notmuchmail.org>; Sat, 24 Apr 2010 16:10:43 -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: -4.2\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham\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 wScBMXIESax7 for <notmuch@notmuchmail.org>;\r
16         Sat, 24 Apr 2010 16:10:42 -0700 (PDT)\r
17 Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 23659431FC1\r
19         for <notmuch@notmuchmail.org>; Sat, 24 Apr 2010 16:10:42 -0700 (PDT)\r
20 Received: from localhost ([::1] helo=x200.gr8dns.org)\r
21         by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux))\r
22         id 1O5oUi-0003jQ-Iv; Sat, 24 Apr 2010 23:10:41 +0000\r
23 Received: by x200.gr8dns.org (Postfix, from userid 500)\r
24         id BEB0FCC5D4; Sat, 24 Apr 2010 16:10:39 -0700 (PDT)\r
25 From: Dirk Hohndel <hohndel@infradead.org>\r
26 To: Sebastian Spaeth <Sebastian@SSpaeth.de>,\r
27         Notmuch developer list <notmuch@notmuchmail.org>\r
28 Subject: Re: [PATCH 7/7] Integrate notmuch-fcc mechansim\r
29 In-Reply-To: <1272015537-13225-1-git-send-email-Sebastian@SSpaeth.de>\r
30 References: <87ochbx3er.fsf@SSpaeth.de>\r
31         <1272015537-13225-1-git-send-email-Sebastian@SSpaeth.de>\r
32 User-Agent: Notmuch/0.2-197-ged00626 (http://notmuchmail.org) Emacs/23.1.1\r
33         (i386-redhat-linux-gnu)\r
34 Date: Sat, 24 Apr 2010 16:10:39 -0700\r
35 Message-ID: <m3bpd8tpjk.fsf@x200.gr8dns.org>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=us-ascii\r
38 X-SRS-Rewrite: SMTP reverse-path rewritten from <hohndel@infradead.org> by\r
39         bombadil.infradead.org See http://www.infradead.org/rpr.html\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: Sat, 24 Apr 2010 23:10:43 -0000\r
53 \r
54 \r
55 On Fri, 23 Apr 2010 11:38:57 +0200, Sebastian Spaeth <Sebastian@SSpaeth.de> wrote:\r
56 > I have gone wild and added a defcustom "notmuch-fcc-dirs".\r
57 > Depending on the value of that variable we will not do any\r
58 > maildir fcc at all (nil, the default), or it is of the format\r
59 > (("defaultsentbox")\r
60 >  ("full name <email@address>" . "Work/sentbox")\r
61 >  ("full name2 <email2@address2>" . "Work2/sentbox"))\r
62 \r
63 I love this feature (unsurprising, as I was the one who requested it\r
64 repeatedly...).\r
65 \r
66 One question from the elisp noop:\r
67 \r
68 > +   (let ((subdir (cdr (assoc (message-fetch-field "from") notmuch-fcc-dirs))))\r
69 \r
70 Why not make this \r
71 \r
72     (let ((subdir (cdr (assoc-string (message-fetch-field "from") notmuch-fcc-dirs t))))\r
73 \r
74 and have the association be case insensitive?\r
75 \r
76 /D\r
77 \r
78 -- \r
79 Dirk Hohndel\r
80 Intel Open Source Technology Center\r