"snoozing" with notmuch?
[notmuch-archives.git] / bf / 21f92b66ece4b3cb2e7a2d9c047d3b38671bf7
1 Return-Path: <markwalters1009@gmail.com>\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 arlo.cworth.org (Postfix) with ESMTP id EEB806DE0B64\r
6  for <notmuch@notmuchmail.org>; Thu, 15 Oct 2015 11:53:26 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.169\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.169 tagged_above=-999 required=5 tests=[AWL=0.739, \r
12  DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13  FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001,\r
14  RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01,\r
15  RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled\r
16 Received: from arlo.cworth.org ([127.0.0.1])\r
17  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
18  with ESMTP id rXAp5KMHM3jT for <notmuch@notmuchmail.org>;\r
19  Thu, 15 Oct 2015 11:53:25 -0700 (PDT)\r
20 Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com\r
21  [209.85.215.42])\r
22  by arlo.cworth.org (Postfix) with ESMTPS id D7A5F6DE0B27\r
23  for <notmuch@notmuchmail.org>; Thu, 15 Oct 2015 11:53:24 -0700 (PDT)\r
24 Received: by lfaz124 with SMTP id z124so42320052lfa.1\r
25  for <notmuch@notmuchmail.org>; Thu, 15 Oct 2015 11:53:22 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27  h=from:to:cc:subject:date:message-id;\r
28  bh=VNzHLoiCZCdnJhTUtmY03wqdFp9bxDzAJfHA49i8BPw=;\r
29  b=YYoBoBxUofZ/NqiXaqshW8GwXjJ1bPEIpjJD04wYzLX4DrL+94dPObqomfHULoqTWx\r
30  hAnDuq9Fx0EdRBgjSNb/J8bPIs7aHLDxXx53KjU3352pj7NUUWVqTBnaMhF/9vsmzPw2\r
31  l1Hf0CTfaUdPOG0ZuVPPph4BwwK3wDgiHsZy3RvDRocH6uZKFPWg3Sg/hjGOjkf/F4hb\r
32  1EVZWQZZy3zQ+/4Cqg5M8aSm1TjBtS8Urxpme6c2pAuawKHtVNR5wpPEj5JElsXaqSmK\r
33  JrZ4inl7Isr6y1EgwbMIswoNmkN3g16X45e3Ov7mIF1l7zMTRLmqZCIFPVMSyWw50tHL\r
34  A8lA==\r
35 X-Received: by 10.180.198.48 with SMTP id iz16mr313894wic.63.1444935202641;\r
36  Thu, 15 Oct 2015 11:53:22 -0700 (PDT)\r
37 Received: from localhost (94.196.204.192.threembb.co.uk. [94.196.204.192])\r
38  by smtp.gmail.com with ESMTPSA id bh5sm18062519wjb.42.2015.10.15.11.53.20\r
39  (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
40  Thu, 15 Oct 2015 11:53:21 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH] emacs: show: increase default max-text-part-size\r
44 Date: Thu, 15 Oct 2015 19:53:09 +0100\r
45 Message-Id: <1444935189-28732-1-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 2.1.4\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.18\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: Thu, 15 Oct 2015 18:53:27 -0000\r
60 \r
61 Currently notmuch-show-max-text-part-size is 10000 which means some\r
62 relatively normal messages have all parts hidden by default. Increase\r
63 this to 100000 by default.\r
64 \r
65 The setting was introduced to alleviate problems with notmuch being\r
66 very slow on large threads. Users hitting these problems may wish to\r
67 customize this variable to something smaller (like 10000).\r
68 ---\r
69 Since we have several people hitting this limit on irc it seems\r
70 sensible to make the default much bigger and let the users who hit the\r
71 slow down configure it.\r
72 \r
73 Best wishes\r
74 \r
75 Mark\r
76 \r
77  emacs/notmuch-show.el | 2 +-\r
78  1 file changed, 1 insertion(+), 1 deletion(-)\r
79 \r
80 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
81 index 4dee34b..49fd198 100644\r
82 --- a/emacs/notmuch-show.el\r
83 +++ b/emacs/notmuch-show.el\r
84 @@ -100,7 +100,7 @@ visible for any given message."\r
85    :group 'notmuch-show\r
86    :group 'notmuch-hooks)\r
87  \r
88 -(defcustom notmuch-show-max-text-part-size 10000\r
89 +(defcustom notmuch-show-max-text-part-size 100000\r
90    "Maximum size of a text part to be shown by default in characters.\r
91  \r
92  Set to 0 to show the part regardless of size."\r
93 -- \r
94 2.1.4\r
95 \r