From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 8F48A6DE01CE for ; Thu, 5 Jan 2017 07:29:01 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.12 X-Spam-Level: X-Spam-Status: No, score=-0.12 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_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HOKP0KGH-L79 for ; Thu, 5 Jan 2017 07:29:01 -0800 (PST) Received: from mail-it0-f67.google.com (mail-it0-f67.google.com [209.85.214.67]) by arlo.cworth.org (Postfix) with ESMTPS id CEC276DE00F5 for ; Thu, 5 Jan 2017 07:29:00 -0800 (PST) Received: by mail-it0-f67.google.com with SMTP id n68so57458139itn.3 for ; Thu, 05 Jan 2017 07:29:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version; bh=D6nek1KKtwJMPxjfnJwJQGwGQc9nCLaiU0l9LuRTT+U=; b=kp+XcVp8BGljMENVL+Bq82/MdY5TneUDNnhixj9W+dH4O3PeCqm207gQ6X62m76Voi viVVaKsbY7cCyHfNTkiMoBOmArKu28Kx0SqyRKwxYEuOL4lTrZ5XGvG1ZoaPX2FDNT5U Bb6dsg//d9bMUDtNBYCoj9aYloEBYSKAbekWAOa+agmoOx5AjnvCh/Zfk9iiettnr5Q/ Jg3bShuf55olzB6wB6rnsooF36U8cqSPJTk1zUwqfgLMUA4cWpjuNicSSAXftjiOMmc2 1V4GRVysmN0h/E7TgqVGpm367I3jtwsCd6Gj5ZKCO+M5i4RrVCSTC6J7p0E6KaDG09qf io7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:in-reply-to:references :user-agent:date:message-id:mime-version; bh=D6nek1KKtwJMPxjfnJwJQGwGQc9nCLaiU0l9LuRTT+U=; b=FLvhgEqS9ioFKYHLG0YPKQrBDlG02g4OqOVMlcqjBCd0J4WJ45nGfwCo5wYrYO9lx7 ahPH/U0f/7qM5FD7sGzIMkS3DCARSoB4IfpllQtJ6Vv5lBhU+lc7sTrReR/OhWS/itft s6vOXmB4kNLdTlCIX8YGfZApSomLCvg+kuf7jlscyDPARWE1x51+Juzv83hBUugeo/gj 59a4H/BgkedXG04vY6lqJhKEVpU0f89HkWRiicHT8wQoFn8DZfNtcNGIxU4SXu+B2SfO 1d01+71A7ZuPk33j9MnlLSPyO1sF2gWgaVlUutF5E1k19EIj94jl7SGzO+wgHWUfBI2g W1Ag== X-Gm-Message-State: AIkVDXJCqIvVVwiM6+52iciF+yzH8IsNYF6yAX5j8YmfYujQsNrhzUS/xi00Tz/GRlyQRg== X-Received: by 10.36.33.151 with SMTP id e145mr54638367ita.14.1483630140141; Thu, 05 Jan 2017 07:29:00 -0800 (PST) Received: from localhost (kraken.rhpcs.McMaster.CA. [130.113.48.136]) by smtp.gmail.com with ESMTPSA id 197sm2322003ita.14.2017.01.05.07.28.59 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 05 Jan 2017 07:28:59 -0800 (PST) From: Servilio Afre Puentes To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [RFC] [PATCH v1 0/2] Improve the display of headers. In-Reply-To: <20161228121825.11265-1-dme@dme.org> References: <20161228121825.11265-1-dme@dme.org> User-Agent: Notmuch/0.22 (http://notmuchmail.org) Emacs/24.5.2 (x86_64-unknown-linux-gnu) Date: Thu, 05 Jan 2017 10:28:58 -0500 Message-ID: <87shoxa5l1.fsf@kraken.rhpcs.mcmaster.ca> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Thu, 05 Jan 2017 15:29:01 -0000 Hi David, I like the idea of aligning the headers, but won't padding with spaces from the left break code that expects at the beginning of the line? Servilio