Re: [PATCH 1/9] reorganize indexing of multipart/signed and multipart/encrypted
[notmuch-archives.git] / d2 / 45c3dbbfb3cf5be825709045877d5a5347e6ae
1 Return-Path: <tomi.ollila@iki.fi>\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 B75DD431E64\r
6         for <notmuch@notmuchmail.org>; Sun, 31 Mar 2013 12:59:16 -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: 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 YbkZisojZHJy for <notmuch@notmuchmail.org>;\r
16         Sun, 31 Mar 2013 12:59:13 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id D027C431FAE\r
19         for <notmuch@notmuchmail.org>; Sun, 31 Mar 2013 12:59:12 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id 7F2EB100086;\r
22         Sun, 31 Mar 2013 22:59:10 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH 1/1] emacs/notmuch.el: remove instruction to (require\r
26         'notmuch) in ~/.emacs\r
27 In-Reply-To: <87k3onny7n.fsf@maritornes.cs.unb.ca>\r
28 References: <1364752324-25966-1-git-send-email-tomi.ollila@iki.fi>\r
29         <87k3onny7n.fsf@maritornes.cs.unb.ca>\r
30 User-Agent: Notmuch/0.15.2+50~g43fdda5 (http://notmuchmail.org) Emacs/24.2.1\r
31         (x86_64-unknown-linux-gnu)\r
32 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
33         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
34         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
35 Date: Sun, 31 Mar 2013 22:59:10 +0300\r
36 Message-ID: <m2fvzbgx2p.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\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: Sun, 31 Mar 2013 19:59:16 -0000\r
52 \r
53 On Sun, Mar 31 2013, David Bremner <david@tethera.net> wrote:\r
54 \r
55 > Tomi Ollila <tomi.ollila@iki.fi> writes:\r
56 >\r
57 >> The (require 'notmuch) is unnecessary to be added to ~/.emacs for\r
58 >> M-x notmuch or emacs -f notmuch to start it.\r
59 >>\r
60 >> If (require 'notmuch) is added to ~/.emacs it is loaded to every\r
61 >> instance of emacs although it may not be used in majority of\r
62 >> those instances (but if needed M-x notmuch will load it).\r
63 >\r
64 > Hi Tomi;\r
65 >\r
66 > Isn't an autoload needed if there is no require?\r
67 \r
68 Oh yes, you're right... A big thinko! Marked the patch 'obsolete'.\r
69 I'll play with the autoload version...\r
70 \r
71 > d\r
72 \r
73 Thanks,\r
74 \r
75 Tomi\r