From 2a23762f6f3e07068a9801e74db5851f7a6d1bef Mon Sep 17 00:00:00 2001 From: djcb Date: Wed, 11 Apr 2012 01:15:42 +0300 Subject: [PATCH] * cosmetics --- emacs/mu4e-vars.el | 4 ++-- src/mu-cmd.c | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/emacs/mu4e-vars.el b/emacs/mu4e-vars.el index c37cfb0d..8f8eecf2 100644 --- a/emacs/mu4e-vars.el +++ b/emacs/mu4e-vars.el @@ -4,7 +4,7 @@ ;; Author: Dirk-Jan C. Binnema ;; Maintainer: Dirk-Jan C. Binnema - + ;; This file is not part of GNU Emacs. ;; ;; GNU Emacs is free software: you can redistribute it and/or modify @@ -279,7 +279,7 @@ display with `mu4e-view-toggle-hide-cited (default keybinding: "Customizations for composing/sending messages." :group 'mu4e) -(defcustom mu4e-send-citation-prefix "> " +(defcustom mu4e-send-citation-prefix " > " "String to prefix cited message parts with." :type 'string :group 'mu4e-compose) diff --git a/src/mu-cmd.c b/src/mu-cmd.c index b10b79e6..a62be805 100644 --- a/src/mu-cmd.c +++ b/src/mu-cmd.c @@ -140,11 +140,11 @@ view_msg_plain (MuMsg *msg, const gchar *fields, gboolean summary, time_t date; const GSList *lst; - print_field ("From", mu_msg_get_from (msg), color); - print_field ("To", mu_msg_get_to (msg), color); - print_field ("Cc", mu_msg_get_cc (msg), color); - print_field ("Bcc", mu_msg_get_bcc (msg), color); - print_field ("Subject", mu_msg_get_subject (msg), color); + print_field ("From", mu_msg_get_from (msg), color); + print_field ("To", mu_msg_get_to (msg), color); + print_field ("Cc", mu_msg_get_cc (msg), color); + print_field ("Bcc", mu_msg_get_bcc (msg), color); + print_field ("Subject", mu_msg_get_subject (msg), color); if ((date = mu_msg_get_date (msg))) print_field ("Date", mu_date_str_s ("%c", date),