Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 37 / ebab3dd06307b1b2615486ceddaddcfa61fac2
1 Return-Path: <james@jamesvasile.com>\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 2B1C8431FB6\r
6         for <notmuch@notmuchmail.org>; Tue,  3 Apr 2012 08:46:26 -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: 1.373\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.373 tagged_above=-999 required=5\r
12         tests=[RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1, T_MIME_NO_TEXT=0.01]\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 s1JRrM0efx6G for <notmuch@notmuchmail.org>;\r
17         Tue,  3 Apr 2012 08:46:25 -0700 (PDT)\r
18 Received: from hackervisions.org (67-207-143-141.slicehost.net\r
19         [67.207.143.141]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 9E7F5431FAE\r
22         for <notmuch@notmuchmail.org>; Tue,  3 Apr 2012 08:46:25 -0700 (PDT)\r
23 Received: from ool-457af02d.dyn.optonline.net ([69.122.240.45] helo=localhost)\r
24         by hackervisions.org with esmtpsa\r
25         (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72)\r
26         (envelope-from <james@jamesvasile.com>)\r
27         id 1SF5w7-0006c2-Vm; Tue, 03 Apr 2012 11:46:24 -0400\r
28 From: James Vasile <james@hackervisions.org>\r
29 To: Jacek Generowicz <jacek.generowicz@cern.ch>, notmuch@notmuchmail.org\r
30 Subject: Re: Passwordless multi-account SMTP\r
31 In-Reply-To: <6e25c6ab-13bb-41cd-b4f1-cde0b561d4b7@CERNFE22.cern.ch>\r
32 References: <6e25c6ab-13bb-41cd-b4f1-cde0b561d4b7@CERNFE22.cern.ch>\r
33 User-Agent: Notmuch/0.11.1+206~gf3628de (http://notmuchmail.org) Emacs/23.3.1\r
34         (i486-pc-linux-gnu)\r
35 Date: Tue, 03 Apr 2012 11:46:13 -0400\r
36 Message-ID: <87wr5wg6nu.fsf@wyzanski.jamesvasile.com>\r
37 MIME-Version: 1.0\r
38 Content-Type: multipart/signed; boundary="=-=-=";\r
39         micalg=pgp-sha1; protocol="application/pgp-signature"\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: Tue, 03 Apr 2012 15:46:26 -0000\r
53 \r
54 --=-=-=\r
55 Content-Transfer-Encoding: quoted-printable\r
56 \r
57 On Tue, 3 Apr 2012 17:29:07 +0200, Jacek Generowicz <jacek.generowicz@cern.=\r
58 ch> wrote:\r
59 > Hello,\r
60 >=20\r
61 > I'm trying to use notmuch from Emacs. I have a number of SMTP accounts\r
62 > through which I would need to send mail. Suggested solutions I have\r
63 > found fall into 3 categories:\r
64 >=20\r
65 > + Gnus posting styles. (I'd rather stay clear of gnus, at present.)\r
66 >=20\r
67 > + Writing plaintext passwords in the MSMTP config files. (I'm rather\r
68 >   relutctant to leave plaintext passwords lying around.)\r
69 >=20\r
70 > + Emacs' own SMTP library. (I don't understand how to get it to deal\r
71 >   with many accounts in a non-gnus based way. It also seems to be\r
72 >   undergoing an interface change in the transition from Emacs 23 to\r
73 >   24, and it was already confusing enough without that complication.)\r
74 >=20\r
75 > To further complicate matters, I'm looking for a solution which queues\r
76 > any messages which are sent while the machine is offline. (It seems\r
77 > that MSMTP and Emacs SMTP library do offer some help in those\r
78 > respects.)\r
79 >=20\r
80 > Hints gratefully received.\r
81 \r
82 \r
83 I use a slightly modified msmtpq for queuing and I have some hooks that\r
84 run profiles to choose SMTP server and other options based on\r
85 sender/receiver/last search.  Passwords are plain text but my fs is\r
86 encrypted.  If you want, you could encrypt the password file with gpg\r
87 and use gpg-agent to grab the password as needed from the file.\r
88 \r
89 Good luck.\r
90 \r
91 --=-=-=\r
92 Content-Type: application/pgp-signature\r
93 \r
94 -----BEGIN PGP SIGNATURE-----\r
95 Version: GnuPG v1.4.12 (GNU/Linux)\r
96 \r
97 iQEcBAEBAgAGBQJPextFAAoJECaDklOuuidYURsH/2eKTSOPPPFxPj8j7rm/UEQI\r
98 yHuEv9dnAu4riZm8kqoeKx405dR5mfBSFv1/fksNdRxU2pxP4OL+PQGlNrFgP8J8\r
99 66vAtpPvKoALgVw0eSVhN477HVyLiEkFtTwui4jwgBQwxXVx5Lbd3GDXxwjlMx6D\r
100 AzQ8q5yflYgYMt/x5WaY41xiydPKAtu1cedgNaYK4o1GFn7O47WLrYXbNYvbjY6D\r
101 D+vQs0cQaHiqMUEdGOVll6x95yZ0sfyyRf+JXlLW5DH+4PUY1x9EBa+t3MKMbMas\r
102 ygorkteu3ftwbcugfeh9/c3PcERPIPkMTd2bguJYfrP5qORhkAiNJZDHGIOYNzI=\r
103 =1dM9\r
104 -----END PGP SIGNATURE-----\r
105 --=-=-=--\r