Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 04 / 6958ae9283e57e15eb5e0f563697fefcb3242d
1 Return-Path: <too@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 0EC67431FD2\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 02:18:20 -0800 (PST)\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 h1Fi9Oalj1B1 for <notmuch@notmuchmail.org>;\r
16         Wed, 25 Jan 2012 02:18:19 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66])\r
18         by olra.theworths.org (Postfix) with ESMTP id 60DE1431FBC\r
19         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 02:18:19 -0800 (PST)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id B88BD68056; Wed, 25 Jan 2012 12:18:22 +0200 (EET)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: David Edmondson <dme@dme.org>, Pieter Praet <pieter@praet.org>\r
24 Subject: Re: [PATCH] emacs: Add `notmuch-show-stash-gmane' and\r
25         `notmuch-show-stash-gmane-and-go'.\r
26 In-Reply-To: <cunliownvhs.fsf@hotblack-desiato.hh.sledj.net>\r
27 References: <1327397873-20596-1-git-send-email-dme@dme.org>\r
28         <1327452608-8247-1-git-send-email-pieter@praet.org>\r
29         <cunliownvhs.fsf@hotblack-desiato.hh.sledj.net>\r
30 User-Agent: Notmuch/0.11+99~g0528eb4 (http://notmuchmail.org) Emacs/23.3.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: Wed, 25 Jan 2012 12:18:22 +0200\r
36 Message-ID: <m2k44g84r5.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=us-ascii\r
39 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Wed, 25 Jan 2012 10:18:20 -0000\r
53 \r
54 On Wed, 25 Jan 2012 06:31:43 +0000, David Edmondson <dme@dme.org> wrote:\r
55\r
56 > Your point about Gmane not having everything applies equally to any\r
57 > service, suggesting that perhaps the user should also have an option to\r
58 > choose which service to use at stash time. Thoughts?\r
59 \r
60 Completing-read which has all choice url's expanded so user may even edit\r
61 those (like fix -2- to -1- if the don't have cover letter ;)\r
62 \r
63 Tomi\r
64 \r
65 PS: even better this should have one level of indirection so that user\r
66 can change completing-read to something else without needing to patch\r
67 source (like I do in address completion interface)... well this is\r
68 something I need to investigate further...\r
69 \r