[PATCH] convert bitmap to unsigned char
[notmuch-archives.git] / c4 / 27c7f00ef826273910a53968d29f0f7dda06c6
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 C5BE1431FB6\r
6         for <notmuch@notmuchmail.org>; Thu, 26 May 2011 08:36:08 -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.29\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] 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 pumolNBoe1ci for <notmuch@notmuchmail.org>;\r
16         Thu, 26 May 2011 08:36:08 -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 F3E66431FD0\r
20         for <notmuch@notmuchmail.org>; Thu, 26 May 2011 08:36:07 -0700 (PDT)\r
21 Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by fire-doxen-postvirus (Postfix) with ESMTP id 2AAA7328304;\r
23         Thu, 26 May 2011 08:29:48 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
25 Received: from servo.finestructure.net (cpe-98-149-172-122.socal.res.rr.com\r
26         [98.149.172.122]) (Authenticated sender: jrollins)\r
27         by fire-doxen-submit (Postfix) with ESMTP id 3CFB9328309;\r
28         Thu, 26 May 2011 08:29:43 -0700 (PDT)\r
29 Received: by servo.finestructure.net (Postfix, from userid 1000)\r
30         id 1329B2B0; Thu, 26 May 2011 08:36:00 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Thomas Jost <schnouki@schnouki.net>, Carl Worth <cworth@cworth.org>,\r
33         Stewart Smith <stewart@flamingspork.com>, notmuch <notmuch@notmuchmail.org>\r
34 Subject: Re: [PATCH] emacs: Allow user to choose "From" address when composing\r
35         a new message.\r
36 In-Reply-To: <87hb8hlush.fsf@thor.loria.fr>\r
37 References: <87vcxb0za4.fsf@flamingspork.com>\r
38         <87wrhfvk6a.fsf@yoom.home.cworth.org>\r
39         <87lixvvjty.fsf@yoom.home.cworth.org>\r
40         <87lixu7w71.fsf@thor.loria.fr>\r
41         <87r57ma0im.fsf@yoom.home.cworth.org>\r
42         <87hb8hlush.fsf@thor.loria.fr>\r
43 User-Agent: Notmuch/0.5-155-ga457529 (http://notmuchmail.org) Emacs/23.3.1\r
44         (x86_64-pc-linux-gnu)\r
45 Date: Thu, 26 May 2011 08:35:57 -0700\r
46 Message-ID: <87oc2plbj6.fsf@servo.factory.finestructure.net>\r
47 MIME-Version: 1.0\r
48 Content-Type: multipart/signed; boundary="=-=-=";\r
49         micalg=pgp-sha256; protocol="application/pgp-signature"\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Thu, 26 May 2011 15:36:08 -0000\r
63 \r
64 --=-=-=\r
65 Content-Transfer-Encoding: quoted-printable\r
66 \r
67 On Thu, 26 May 2011 10:39:58 +0200, Thomas Jost <schnouki@schnouki.net> wro=\r
68 te:\r
69 > > When I first started implementing the custom-from feature I planned to\r
70 > > use a prefix argument to get the behavior (such as "C-u m" rather than\r
71 > > "M" for compose-new-mail-with-custom-from). You might even see I've got\r
72 > > some code written along those lines.\r
73 >=20\r
74 > Good idea, this will probably seem more natural for Emacs users.\r
75 \r
76 The reason I really want to see this feature is because I always forget\r
77 to change my from address depending on the context of my email.  Given\r
78 that's my issue, I will also always forget to use a different command to\r
79 compose/reply.  In other words, I think the real way to enable this\r
80 feature should be via a customization variable.  Either that, or I'll\r
81 just modify my custom keybindings to always prompt when I just press the\r
82 regular compose/reply keys.\r
83 \r
84 Thanks for work on this feature, Thomas.\r
85 \r
86 jamie.\r
87 \r
88 --=-=-=\r
89 Content-Type: application/pgp-signature\r
90 \r
91 -----BEGIN PGP SIGNATURE-----\r
92 Version: GnuPG v1.4.11 (GNU/Linux)\r
93 \r
94 iQIcBAEBCAAGBQJN3nNdAAoJEO00zqvie6q8jFUP/2Z+hHuna5Kgt14hGRb3Y3Ie\r
95 W188iKoY5VMKlziAtyLpcwAqfENCUPXjgEdtrqU1DoQpRtd/xkno6na1JafxLwLW\r
96 rnIXjCDchJAYkbi+icKK4omrKPwPFxqkYYAEii92gaAfytlMXKPqIqLxSwTh/TaX\r
97 rWRZed6xSRTGujozMwcAiPYC58hWnrApEb3Dhny1yfUiusg03DYQf3h/D9VEitSA\r
98 iLHWMui0H5ylYsuvGiB6lwPY9X6czg15laNGew9tnzTvP2Oze3Yv6Ptd0IVKkAt6\r
99 ZrzA56CK2ChGy0pLSAR0EKqYqU97kFwrK3+Y98J5e9reGLkd5cJ5GobDVJ7jmdOr\r
100 gelCWPKAQZRaxRhgsNVlRhHBWgaCvcQFYMW9SoGQI/qasTWTPBUQZ+X4imbXitwU\r
101 CHWCytMhz5wtbbXOxJDTbbi8szc8GWVF1SJC2s5MtXSIRWe0xDc00IMAYkJXFL4o\r
102 Pw5sUaP5iJ5cl/4YhSJGMv/Fsp2bcc4xeKLutrPhiXYbLa/OoSLPaZJm6axvSeUU\r
103 h+TqcTtEU7ObgyPshWWci6oQtu/6iXLaR4D08jhJaGgnR3xW8JQahzFaqVPFjNQ/\r
104 rf9o5Xt/n8aQRq/qsoUq77nJBkhgDep+Yhb6XqMP06/x9mKTaLjbOePmqOuhsQt4\r
105 VdZqJ1TnLikJ09bPJI5a\r
106 =0Uxq\r
107 -----END PGP SIGNATURE-----\r
108 --=-=-=--\r