Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 4348C431FD0 for ; Mon, 18 Jul 2011 15:29:06 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qojbJs2x+3+W for ; Mon, 18 Jul 2011 15:29:05 -0700 (PDT) Received: from mail-fx0-f46.google.com (mail-fx0-f46.google.com [209.85.161.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 909D7431FB6 for ; Mon, 18 Jul 2011 15:29:05 -0700 (PDT) Received: by fxh19 with SMTP id 19so7015353fxh.19 for ; Mon, 18 Jul 2011 15:29:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=JuNIU9L0fQW4fSBW6OP3UabhS7QWwdykxOh+3MXHnaY=; b=mlaPzveUCQHxk7gj3i/8NpCjlNjqCDWP1yqPw870/jNQWPXZQLREE88f2qdTPqLg/1 S2JzFk+AjgaHWmT1fS9zzMeHBSG0Fw0d7Oz3XLcwm4X221cMU6qF8V55HJffiePGlSzi K7VY6t19P3JfN8/N4HtYYxMmPN4qPUoPzXXFs= Received: by 10.223.69.83 with SMTP id y19mr10782558fai.108.1311028144122; Mon, 18 Jul 2011 15:29:04 -0700 (PDT) Received: from localhorst.example.com (brln-4d0cb676.pool.mediaWays.net [77.12.182.118]) by mx.google.com with ESMTPS id c1sm480488fai.22.2011.07.18.15.29.02 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 18 Jul 2011 15:29:03 -0700 (PDT) Received: by localhorst.example.com (Postfix, from userid 501) id D15DB47205FD; Tue, 19 Jul 2011 00:29:01 +0200 (CEST) From: Felix Geller To: notmuch@notmuchmail.org Subject: [PATCH] Emacs: Toggle message indentation for threads in notmuch-show Date: Tue, 19 Jul 2011 00:28:37 +0200 Message-Id: <1311028119-50637-1-git-send-email-fgeller@gmail.com> X-Mailer: git-send-email 1.7.6 In-Reply-To: <87vcuz2yga.fsf@servo.factory.finestructure.net> References: <87vcuz2yga.fsf@servo.factory.finestructure.net> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2011 22:29:06 -0000 Yet another attempt at submitting a trivial patch for toggling message indentation in Emacs' notmuch-show buffers and a test for such functionality. Signed-off-by: Felix Geller