Re: [PATCH v4 04/16] Provide _notmuch_crypto_{set,get}_gpg_path
[notmuch-archives.git] / 41 / 963c46b7933bc0ed350acf44729dcacd3d8bba
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 arlo.cworth.org (Postfix) with ESMTP id 5047E6DE0222\r
6  for <notmuch@notmuchmail.org>; Thu, 27 Aug 2015 22:52:33 -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.842\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.842 tagged_above=-999 required=5 tests=[AWL=0.190, \r
12  SPF_NEUTRAL=0.652] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id dHTtTHwoWGLd for <notmuch@notmuchmail.org>;\r
16  Thu, 27 Aug 2015 22:52:31 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id AF67F6DE005F\r
19  for <notmuch@notmuchmail.org>; Thu, 27 Aug 2015 22:52:30 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id E3FBF10008E;\r
22  Fri, 28 Aug 2015 08:50:59 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Bart Bunting <bart@bunting.net.au>, notmuch@notmuchmail.org\r
25 Subject: Re: notmuch-show-toggle-message behavior\r
26 In-Reply-To: <m2y4gwmcwr.fsf@ursys.com.au>\r
27 References: <m2y4gwmcwr.fsf@ursys.com.au>\r
28 User-Agent: Notmuch/0.20.2+68~g0c35549 (http://notmuchmail.org) Emacs/24.3.1\r
29  (x86_64-unknown-linux-gnu)\r
30 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
31  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
32  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
33 Date: Fri, 28 Aug 2015 08:50:59 +0300\r
34 Message-ID: <m2wpwgufjw.fsf@guru.guru-group.fi>\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.18\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41  <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Fri, 28 Aug 2015 05:52:33 -0000\r
50 \r
51 On Fri, Aug 28 2015, Bart Bunting <bart@bunting.net.au> wrote:\r
52 \r
53 > Hi,\r
54 \r
55 Hi Bart\r
56 \r
57 >\r
58 > Following the discussion in: id:874mjk614c.fsf@qmul.ac.uk regarding the\r
59 > behavior of notmuch-show-toggle-message and following hyperlinks, I\r
60 > wanted to chime in on a similar but not exactly the same topic.\r
61 >\r
62 > I am blind and use emacspeak (a speech subsystem for emacs) to do all of\r
63 > my emacs work including reading email with notmuch.\r
64 >\r
65 > I often arrow down to a part and hit enter only to find that\r
66 > notmuch-show-toggle-message hides all of the message body because the\r
67 > point is at the beginning of the line and the part I'm actually trying\r
68 > to toggle is indented.\r
69 \r
70 I think that is PITA too...\r
71 \r
72 > Would it make sense to have notmuch-show-toggle-message activate any\r
73 > item on the same line rather than take the generic action of hiding all\r
74 > the message text.\r
75 \r
76 In your case perhaps disabling indentation could be a good first aid ?\r
77 \r
78 In customize-group notmuch-show there is entry \r
79 Notmuch Show Indent Messages Width defaulting to 1 -- setting that to 0\r
80 would disable indentation -- (setq notmuch-show-indent-messages-width 0)\r
81 do the same.\r
82 \r
83 > I would also like it if for example there was an id or hyperlink on the\r
84 > line that it was activated.  In the case that there was more than one\r
85 > then activating the first one unless point is on the second or\r
86 > subsiquent link sounds like predictable behavior to me.\r
87 > .\r
88 \r
89 Hmm, In text/plain content I have id: -links active -- and pressing TAB\r
90 moves me to next id (or part) button. What kind of feedback do you get\r
91 when pressing TAB in notmuch-show buffer?\r
92 \r
93 >\r
94 > The implication of the current behaviour for me is that when this\r
95 > happens i need to unhide the message and then move to the part I want to\r
96 > expand makeing sure I move off the empty space at the beginning of the\r
97 > line before triggering notmuch-show-toggle-message.\r
98 >\r
99 > Is this behaviour annoying to anyone else?\r
100 \r
101 It is. that *should* work in the beginning of line, at least with part\r
102 buttons. \r
103 \r
104 Tomi\r
105 \r
106 >\r
107 > If not I'm sure I can work around it using advice or something.\r
108 >\r
109 >\r
110 > Kind regards\r
111 > Bart\r
112 > -- \r
113 >\r
114 > Bart Bunting\r
115 > _______________________________________________\r
116 > notmuch mailing list\r
117 > notmuch@notmuchmail.org\r
118 > http://notmuchmail.org/mailman/listinfo/notmuch\r