Re: [PATCH 3/5] nmbug-status: Add an nmbug-status(5) man page
[notmuch-archives.git] / 2d / bbdc68243f3e7cd6ac8ef4419152148f7e27bf
1 Return-Path: <fgeller@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 olra.theworths.org (Postfix) with ESMTP id 4348C431FD0\r
6         for <notmuch@notmuchmail.org>; Mon, 18 Jul 2011 15:29:06 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id qojbJs2x+3+W for <notmuch@notmuchmail.org>;\r
17         Mon, 18 Jul 2011 15:29:05 -0700 (PDT)\r
18 Received: from mail-fx0-f46.google.com (mail-fx0-f46.google.com\r
19         [209.85.161.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 909D7431FB6\r
22         for <notmuch@notmuchmail.org>; Mon, 18 Jul 2011 15:29:05 -0700 (PDT)\r
23 Received: by fxh19 with SMTP id 19so7015353fxh.19\r
24         for <notmuch@notmuchmail.org>; Mon, 18 Jul 2011 15:29:04 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
27         bh=JuNIU9L0fQW4fSBW6OP3UabhS7QWwdykxOh+3MXHnaY=;\r
28         b=mlaPzveUCQHxk7gj3i/8NpCjlNjqCDWP1yqPw870/jNQWPXZQLREE88f2qdTPqLg/1\r
29         S2JzFk+AjgaHWmT1fS9zzMeHBSG0Fw0d7Oz3XLcwm4X221cMU6qF8V55HJffiePGlSzi\r
30         K7VY6t19P3JfN8/N4HtYYxMmPN4qPUoPzXXFs=\r
31 Received: by 10.223.69.83 with SMTP id y19mr10782558fai.108.1311028144122;\r
32         Mon, 18 Jul 2011 15:29:04 -0700 (PDT)\r
33 Received: from localhorst.example.com (brln-4d0cb676.pool.mediaWays.net\r
34         [77.12.182.118])\r
35         by mx.google.com with ESMTPS id c1sm480488fai.22.2011.07.18.15.29.02\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Mon, 18 Jul 2011 15:29:03 -0700 (PDT)\r
38 Received: by localhorst.example.com (Postfix, from userid 501)\r
39         id D15DB47205FD; Tue, 19 Jul 2011 00:29:01 +0200 (CEST)\r
40 From: Felix Geller <fgeller@gmail.com>\r
41 To: notmuch@notmuchmail.org\r
42 Subject: [PATCH] Emacs: Toggle message indentation for threads in notmuch-show\r
43 Date: Tue, 19 Jul 2011 00:28:37 +0200\r
44 Message-Id: <1311028119-50637-1-git-send-email-fgeller@gmail.com>\r
45 X-Mailer: git-send-email 1.7.6\r
46 In-Reply-To: <87vcuz2yga.fsf@servo.factory.finestructure.net>\r
47 References: <87vcuz2yga.fsf@servo.factory.finestructure.net>\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Mon, 18 Jul 2011 22:29:06 -0000\r
61 \r
62 Yet another attempt at submitting a trivial patch for toggling message\r
63 indentation in Emacs' notmuch-show buffers and a test for such\r
64 functionality.\r
65 \r
66 Signed-off-by: Felix Geller <fgeller@gmail.com>\r
67 \r