* cosmetics

This commit is contained in:
djcb 2012-04-11 01:15:42 +03:00
parent 1a908b91d6
commit 2a23762f6f
2 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@
;; Author: Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
;; Maintainer: Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
;; 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)

View File

@ -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),