[PATCH v2 11/14] cli/reply: return internet address list from get header funcs
[notmuch-archives.git] / a1 / e8b7a77c5a36609069cafb2b71845d79977ea8
1 Return-Path: <me@sigpipe.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 403E5431FB6\r
6         for <notmuch@notmuchmail.org>; Thu, 14 Feb 2013 11:53:41 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 HelBkAfm5r8B for <notmuch@notmuchmail.org>;\r
16         Thu, 14 Feb 2013 11:53:40 -0800 (PST)\r
17 Received: from zzyzx.sigpipe.org (zzyzx.sigpipe.org [147.28.0.13])\r
18         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id C2676431FAF\r
21         for <notmuch@notmuchmail.org>; Thu, 14 Feb 2013 11:53:40 -0800 (PST)\r
22 Received: by zzyzx.sigpipe.org (Postfix, from userid 1000)\r
23         id 98B2F1401F6; Thu, 14 Feb 2013 19:53:38 +0000 (UTC)\r
24 Date: Thu, 14 Feb 2013 19:53:38 +0000\r
25 From: Michael Elkins <me@sigpipe.org>\r
26 To: notmuch@notmuchmail.org\r
27 Subject: [OT] mutt configuration & philosophy (was Re: notmuch-mutt: Use of\r
28         uninitialized value.)\r
29 Message-ID: <20130214195338.GA21433@sigpipe.org>\r
30 References: <20130212005801.GA8419@soarin> <20130213223535.GA3258@zaogao.lan>\r
31         <20130213233657.GA4489@soarin> <20130214083713.GA4123@upsilon.cc>\r
32         <20130214141322.GA26490@soarin>\r
33 MIME-Version: 1.0\r
34 Content-Type: text/plain; charset=utf-8; format=flowed\r
35 Content-Disposition: inline\r
36 Content-Transfer-Encoding: 8bit\r
37 In-Reply-To: <20130214141322.GA26490@soarin>\r
38 User-Agent: Mutt/1.5.21+144 (b86b154f3988) (2012-12-30)\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Thu, 14 Feb 2013 19:53:41 -0000\r
52 \r
53 On Thu, Feb 14, 2013 at 03:13:22PM +0100, Profpatsch wrote:\r
54 >Plus it still takes about 10 steps to configure a new account with\r
55 >offlineimap, mutt and msmtp, there is nothing to automate this and\r
56 >every config is different. Whoa.\r
57 \r
58 Mutt was designed with the UNIX philosophy in mind.  When users \r
59 don't like the way something is implemented in Mutt, you can use \r
60 an external tool to do the job instead.  We consider this to be a \r
61 feature, not a deficiency.\r
62 \r
63 >For example:\r
64 >Why does one have to spend two–four hours enabling pgp with the basic,\r
65 >pre-configured commands?\r
66 >Why is there no command that enables pgp with default sane gnupg values\r
67 >that I assume 99.9% of mutt users use?\r
68 \r
69 set crypt_use_gpgme\r
70 \r
71 >Why is the standard mailbox named “spooldir” and an easy explanation of\r
72 >that is nowhere to be found in the official docs?\r
73 \r
74 We assume users are familiar with basic UNIX concepts like the \r
75 mail spool.\r
76 \r
77 >And the list goes on.\r
78 \r
79 Documentation patches are highly welcome.\r