[PATCH 2/4] notmuch-reply: respect users.other_name in From
[notmuch-archives.git] / c2 / 8d3b9e45af84a908795d81c23b508e3d052cc7
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 7692E431FB6\r
6         for <notmuch@notmuchmail.org>; Tue, 16 Apr 2013 02:14:37 -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 bWyZ5EhQmL8l for <notmuch@notmuchmail.org>;\r
16         Tue, 16 Apr 2013 02:14:36 -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 03540431FAF\r
20         for <notmuch@notmuchmail.org>; Tue, 16 Apr 2013 02:14:35 -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 7921066E0146;\r
23         Tue, 16 Apr 2013 02:14:33 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (cpe-76-166-145-133.socal.res.rr.com\r
26         [76.166.145.133]) (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id 433CE66E0127;\r
28         Tue, 16 Apr 2013 02:14:23 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 1B90461744; Tue, 16 Apr 2013 02:14:22 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: "Rainer M. Krug" <Rainer@krugs.de>\r
33 Subject: Re: Xapers\r
34 In-Reply-To: <87txn6lvpd.fsf@krugs.de>\r
35 References: <87zjx0tdwt.fsf@servo.finestructure.net>\r
36         <87li8ju307.fsf@servo.finestructure.net>\r
37         <20130415184645.698.61822@brick.lan>\r
38         <87a9oztxxu.fsf@servo.finestructure.net> <87txn6lvpd.fsf@krugs.de>\r
39 User-Agent: Notmuch/0.15.2+82~ga5881dd (http://notmuchmail.org) Emacs/24.2.1\r
40         (x86_64-pc-linux-gnu)\r
41 Date: Tue, 16 Apr 2013 02:14:19 -0700\r
42 Message-ID: <87r4iasuqc.fsf@servo.finestructure.net>\r
43 MIME-Version: 1.0\r
44 Content-Type: multipart/signed; boundary="=-=-=";\r
45         micalg=pgp-sha256; protocol="application/pgp-signature"\r
46 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Tue, 16 Apr 2013 09:14:37 -0000\r
60 \r
61 --=-=-=\r
62 Content-Type: text/plain\r
63 \r
64 On Tue, Apr 16 2013, "Rainer M. Krug" <Rainer@krugs.de> wrote:\r
65 > It would be quite important to be able to do something along the lines\r
66 > of\r
67 >\r
68 >   xapers import --bib=TheBibtexFile.bib\r
69 \r
70 Hi, Rainer:\r
71 \r
72 Xapers does currently do something similar to this.  The following takes\r
73 the first bibtex entry from bibtex.bib and creates a new Xapers\r
74 document:\r
75 \r
76   xapers add --source=bibtex.bib\r
77 \r
78 However, I suspect you're looking for a way to import a full bibtex\r
79 database with multiple entries, and create a new Xapers document for\r
80 each.  This shouldn't be difficult to implement.  Particularly if there\r
81 is a standard bibtex field for specifying associated file paths.\r
82 Patrick mentioned that jabref uses something, so maybe I can start with\r
83 that.\r
84 \r
85 > Is there a mailing list or place where you anounce new versions?\r
86 \r
87 It does look like there might be a need.  I'll look into putting\r
88 something together.\r
89 \r
90 In the mean time I'm hanging out on #xapers on irc.freenode.net.\r
91 \r
92 jamie.\r
93 \r
94 --=-=-=\r
95 Content-Type: application/pgp-signature\r
96 \r
97 -----BEGIN PGP SIGNATURE-----\r
98 Version: GnuPG v1.4.12 (GNU/Linux)\r
99 \r
100 iQIcBAEBCAAGBQJRbRZrAAoJEO00zqvie6q8m4cP/RpruOZ+RTZRp4ge3Fw6S1zd\r
101 mNk7OF+7sIfU4Aehsxm8bzyRFMbOwYY5nP3LfdDCzoHNdrzKJ/r4ILxoY53qPdjn\r
102 BPA5HjUk+J58zg/zEsyJ8uyj/D7TDs4pCoU3Glc1KqPKCbFejIin6cLQjFIoQZ4j\r
103 DX5h9ZmU84czr9v5ZURRO+Ui1NbYyW/fN/1nhX+UPucjLQtPA/X7u3NdpaNoZYeM\r
104 luexQhPsP/aGrON8B95EN8nI3RnB3CXO/FzwRklu9LcTAthR+QsaPmHKBW6fNS4E\r
105 ZhYjl+blrGRpFrv1N7v7XXTFzbhiwoFvw2FnONlfOkcSadWJeBlrk7R9Pt7Zhqf0\r
106 s/KW7fdqOl0hYUt97QynD3xATxVaZpE+ASiJf4SxS/aYSitF1GwkwU3ZNqeXoNpC\r
107 I2KHUsVRXRQhPMaesFz7gGdo+EOtxZi4lL4pwGqDldc6i4jsTsOY6fDhIA2LMiEy\r
108 V7gjfzGqMacmsshGvq1N4MlbRacQIsqpfKWlHHDs6J1xNLywcHXnqysxX/zN80jT\r
109 AqAhQqztSZA/oZgFfoTw58HynlJs8YRr+OhkHG6hlG6jHOdH+VW/5hnYLhZV7xGP\r
110 C6Dki8ZFYez2rit2G08xo6pa9K+9KVNbgvlpHIVSPYm8qS3lZnKTM/Ges6AMaCBl\r
111 M+f5nveLUsGaM3ENml82\r
112 =pJ4h\r
113 -----END PGP SIGNATURE-----\r
114 --=-=-=--\r