From abe17accc71a57394afa8b452487e23592fb9233 Mon Sep 17 00:00:00 2001 From: djcb Date: Wed, 3 Oct 2012 00:06:25 +0300 Subject: [PATCH] * mu4e: cosmetics --- mu4e/mu4e-headers.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mu4e/mu4e-headers.el b/mu4e/mu4e-headers.el index b6d0ea9f..7772ead4 100644 --- a/mu4e/mu4e-headers.el +++ b/mu4e/mu4e-headers.el @@ -133,12 +133,12 @@ PREDICATE-FUNC as PARAM. This is useful for getting user-input.") (defvar mu4e-headers-sortfield :date "Field to sort the headers by. Field must be a symbol, one of: - date, subject, size, prio, from, to.") +date, subject, size, prio, from, to.") (defvar mu4e-headers-sort-revert t "Whether to revert the sort-order, i.e. Z->A instead of A-Z. When - sorting by date, it's useful to go from biggest to smallest, so - newest messages come first.") +sorting by date, it's useful to go from biggest to smallest, so +newest messages come first.") (defvar mu4e-headers-show-threads t "Whether to show threads in the headers list.")