From c73ebb227d8aadb5e105f4735d12f036b80b65da Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 11 Jul 2021 20:44:11 +1200 Subject: Use consistent line breaks for Muttrc settings --- mutt/muttrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mutt/muttrc b/mutt/muttrc index 504ce9a9..2a3dca8b 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -47,8 +47,8 @@ set header_cache \ # I really want is to be able to run the same commands again even after I quit # Mutt. We can afford to keep 2^8 of these, since it's the future and all. # -set history_file = \ - ~/.cache/mutt/history +set history_file \ + = ~/.cache/mutt/history set history = 256 set save_history = $history @@ -64,8 +64,8 @@ set index_format = '%4C %Z %{%b %d %Y} %-15.15L (%?l?%4l&%4c?) %?H?[%H] ?%s' # Set a custom mailcap, rather than leaning on the system's # -set mailcap_path = \ - ~/.config/mutt/mailcap +set mailcap_path \ + = ~/.config/mutt/mailcap # When displaying messages with multiple alternatives for display, prefer any # plain text one, but failing that, fall back to enriched text (hey, it could -- cgit v1.2.3