encrypting replies to encrypted mail
[notmuch-archives.git] / 45 / a711987ae0b4e8c5bf9ea7451e25e723384713
1 Return-Path: <too@guru-group.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 8FE69431E64\r
6         for <notmuch@notmuchmail.org>; Sun, 31 Mar 2013 10:52: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: 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 DqjHXT+GsUsj for <notmuch@notmuchmail.org>;\r
16         Sun, 31 Mar 2013 10:52:07 -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 AC23E431FAE\r
19         for <notmuch@notmuchmail.org>; Sun, 31 Mar 2013 10:52:07 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id BA6761000CF; Sun, 31 Mar 2013 20:52:06 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH 1/1] emacs/notmuch.el: remove instruction to (require\r
25         'notmuch) in ~/.emacs\r
26 Date: Sun, 31 Mar 2013 20:52:04 +0300\r
27 Message-Id: <1364752324-25966-1-git-send-email-tomi.ollila@iki.fi>\r
28 X-Mailer: git-send-email 1.8.0\r
29 Cc: tomi.ollila@iki.fi\r
30 X-BeenThere: notmuch@notmuchmail.org\r
31 X-Mailman-Version: 2.1.13\r
32 Precedence: list\r
33 List-Id: "Use and development of the notmuch mail system."\r
34         <notmuch.notmuchmail.org>\r
35 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
37 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
38 List-Post: <mailto:notmuch@notmuchmail.org>\r
39 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
40 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
42 X-List-Received-Date: Sun, 31 Mar 2013 17:52:08 -0000\r
43 \r
44 The (require 'notmuch) is unnecessary to be added to ~/.emacs for\r
45 M-x notmuch or emacs -f notmuch to start it.\r
46 \r
47 If (require 'notmuch) is added to ~/.emacs it is loaded to every\r
48 instance of emacs although it may not be used in majority of\r
49 those instances (but if needed M-x notmuch will load it).\r
50 \r
51 Preloading notmuch would speed up M-x notmuch a bit -- for\r
52 emacs -f notmuch it doesn't bring any startup speed increase\r
53 (if that would have mattered).\r
54 ---\r
55  emacs/notmuch.el | 7 +------\r
56  1 file changed, 1 insertion(+), 6 deletions(-)\r
57 \r
58 diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
59 index e58c51d..ae9becd 100644\r
60 --- a/emacs/notmuch.el\r
61 +++ b/emacs/notmuch.el\r
62 @@ -34,12 +34,7 @@\r
63  ;;\r
64  ;; to install it.\r
65  ;;\r
66 -;; Then, to actually run it, add:\r
67 -;;\r
68 -;;     (require 'notmuch)\r
69 -;;\r
70 -;; to your ~/.emacs file, and then run "M-x notmuch" from within emacs,\r
71 -;; or run:\r
72 +;; Then, to actually run it, run "M-x notmuch" from within emacs, or run:\r
73  ;;\r
74  ;;     emacs -f notmuch\r
75  ;;\r
76 -- \r
77 1.8.1.2\r
78 \r