Browse Source

Switch mutt locale to en_US.UTF-8 (so that dates display will not break layout).

Emmanuel Bouthenot 13 years ago
parent
commit
3250aa66bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .mutt/muttrc

+ 1 - 1
.mutt/muttrc

@@ -17,7 +17,7 @@ alternates          "(kolter|emmanuel\.bouthenot|manu)@(openics\.org|debian\.org
 set envelope_from   = yes                       # set return-path to from instead of user@hostname
 set hostname        = openics.org
 
-set locale          = "fr_FR.UTF-8"
+set locale          = "en_US.UTF-8"
 set charset         = "utf-8"
 
 source              ~/.mutt/accounts/default    # where are my mails ?