dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 06dae60b67eda78629af519496937f1cfbe30728
parent de0ae0319a1b6df1cadd5175618b7fe5bc7ee771
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  3 Oct 2019 11:49:41 +0200

Fix piping of emails with long lines

Diffstat:
M.config/mutt/muttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -54,7 +54,7 @@ set pager_context=3 # Display 3 lines of context in pager. set nostrict_threads # Lets have some fuzzy threading. set fcc_clear # Keep fcc's clear of signatues and encryption. set signature="" # Unset signature by default -set nopipe_decode # Don't decode messages when piping. +set pipe_decode # decode messages when piping set text_flowed # label messages as format-flowed set sleep_time=0 # speed up IMAP folders switch set help=no # disable top help bar