]> git.notmuchmail.org Git - notmuch/blob - test/corpora/default/bar/cur/20:2,
Import notmuch_0.27.orig.tar.gz
[notmuch] / test / corpora / default / bar / cur / 20:2,
1 Date: Wed, 18 Nov 2009 00:20:59 +0100
2 From: Adrian Perez de Castro <aperez@igalia.com>
3 To: notmuch@notmuchmail.org
4 Message-ID: <20091118002059.067214ed@hikari>
5 Organization: Igalia
6 X-Mailer: Claws Mail 3.7.3 (GTK+ 2.18.3; x86_64-redhat-linux-gnu)
7 Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAAXNSR0IArs4c6QAAADBQTFRFBwcHFhYWKCgoNzc3SEhIV1dXaGhod3d3iIiIlpaWqKiouLi4x8fH2NjY5+fn/v7+rSjDkgAAAjVJREFUOE9l07tvE0EQwOHfrkV9O+eko7g701BBfECJsIigT2IpooIqaSiRUEB0REj00FBQgYSCkhry+gecUPJybJeIxLumTbilsH2PMNXufDOa3ZVW+1JkpbUmD/8+vXR3c7or4Gz93mH309Kz8/C9/RQge7VfhW/LW+PF8IkrQ7Z6OKmQr1tl+LU/yWP9mxJka9O88fZHPwf/7u0kLyCnX3I4fQhgjAgIfi+HHw5A1Y2ggIMcFKAEnRoL0M3BosI4TI2IATjuT8DvSNJoNNJgkIhxlr9TUHeSpDnfohlIrMBlU+BGmsZqfr69FMfGMw4NoG835+J62riWyjQ/uXlTQjNUIoYegMsBM0pCD8oDas7n4HQsBghXFxJTW42KDs+4XLfjsN0wOYgABqARjMKIHIaAQnmHjsI5Cvi9Cf6k03OoWBkpIP3Q7354+dEimFBKHbMP9oKjwfd9gbrxR5KDToczK4uPF8UgNomKU2GaENRi77zyDKICxKBS4xXYbONPMQMdYZTBwMiMWiUg9g6UJ3OBogzjV8E7sBVwyvfAOYdQhsABzuOxI1MGZbs98Q6Md5UOfbbR2R0eWOesrnRw5ajT6f60LrNhWIHZpBnUWv2s14ukArWWTqTes3YQxRXgFkcMu70TPYqqUBs0YwmO967OVIdTG4bY4a7WLaqgLm5vbHdH5np0Dri//fmg7y8scB4u3+zsuNlH0X+g19bby69b+TYH6isvns8VdQWgxj9tHP8AR5/hSdYqkwsAAAAASUVORK5CYII=
8 Mime-Version: 1.0
9 Subject: [notmuch] Introducing myself
10 X-BeenThere: notmuch@notmuchmail.org
11 X-Mailman-Version: 2.1.12
12 Precedence: list
13 List-Id: "Use and development of the notmuch mail system."
14         <notmuch.notmuchmail.org>
15 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,
16         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>
17 List-Archive: <http://notmuchmail.org/pipermail/notmuch>
18 List-Post: <mailto:notmuch@notmuchmail.org>
19 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>
20 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,
21         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>
22 Content-Type: multipart/mixed; boundary="===============1167731900=="
23 Sender: notmuch-bounces@notmuchmail.org
24 Errors-To: notmuch-bounces@notmuchmail.org
25
26 --===============1167731900==
27 Content-Type: multipart/signed; micalg=PGP-SHA1;
28  boundary="Sig_/ayZz9m37AOMROJCyUudvXvZ"; protocol="application/pgp-signature"
29
30 --Sig_/ayZz9m37AOMROJCyUudvXvZ
31 Content-Type: text/plain; charset=US-ASCII
32 Content-Transfer-Encoding: quoted-printable
33
34
35 Hello to all,
36
37 I have just heard about Not Much today in some random Linux-related news
38 site (LWN?), my name is Adrian Perez and I work as systems administrator
39 (although I can do some code as well :P). I have always thought that the
40 ideas behind Sup were great, but after some time using it, I got tired of
41 the oddities that it has. I also do not like doing things like having to
42 install Ruby just for reading and sorting mails. Some time ago I thought
43 about doing something like Not Much and in fact I played a bit with the
44 Python+Xapian and the Python+Whoosh combinations, because I find relaxing
45 to code things in Python when I am not working and also it is installed
46 by default on most distribution. I got to have some mailboxes indexed and
47 basic searching working a couple of months ago. Lately I have been very
48 busy and had no time for coding, and them... boom! Not Much appears -- and
49 it is almost exactly what I was trying to do, but faster. I have been
50 playing a bit with Not Much today, and I think it has potential.
51
52 Also, I would like to share one idea I had in mind, that you might find
53 interesting: One thing I have found very annoying is having to re-tag my
54 mail when the indexes get b0rked (it happened a couple of times to me while
55 using Sup), so I was planning to mails as read/unread and adding the tags
56 not just to the index, but to the mail text itself, e.g. by adding a
57 "X-Tags" header field or by reusing the "Keywords" one. This way, the index
58 could be totally recreated by re-reading the mail directories, and this
59 would also allow to a tools like OfflineIMAP [1] to get the mails into a
60 local maildir, tagging and indexing the mails with the e-mail reader and
61 then syncing back the messages with the "X-Tags" header to the IMAP server.
62 This would allow to use the mail reader from a different computer and still
63 have everything tagged finely.
64
65 Best regards,
66
67
68 ---
69 [1] http://software.complete.org/software/projects/show/offlineimap
70
71 --=20
72 Adrian Perez de Castro <aperez@igalia.com>
73 Igalia - Free Software Engineering
74
75 --Sig_/ayZz9m37AOMROJCyUudvXvZ
76 Content-Type: application/pgp-signature; name=signature.asc
77 Content-Disposition: attachment; filename=signature.asc
78
79 -----BEGIN PGP SIGNATURE-----
80 Version: GnuPG v2.0.13 (GNU/Linux)
81
82 iEYEARECAAYFAksDL+AACgkQkcVZ2+TJEjtsuQCfXmilW8WpMQHCnwwJjRE1PWZy
83 oFAAn3MmXC5sW7MvCFjs7ks6U16zgMEg
84 =eL9p
85 -----END PGP SIGNATURE-----
86
87 --Sig_/ayZz9m37AOMROJCyUudvXvZ--
88
89 --===============1167731900==
90 Content-Type: text/plain; charset="us-ascii"
91 MIME-Version: 1.0
92 Content-Transfer-Encoding: 7bit
93 Content-Disposition: inline
94
95 _______________________________________________
96 notmuch mailing list
97 notmuch@notmuchmail.org
98 http://notmuchmail.org/mailman/listinfo/notmuch
99
100 --===============1167731900==--
101