From 89ffd8653dfec30f66875bde71c997b511e2466c Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 17 May 2019 11:42:34 -0400 Subject: Implement ui.empty-message config option Also removes some options that aren't going to be supported any time soon. --- config/aerc.conf | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'config/aerc.conf') diff --git a/config/aerc.conf b/config/aerc.conf index 1211764..5db4cf0 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -15,25 +15,12 @@ index-format=%4C %Z %D %-17.17n %s # Default: %F %l:%M %p (ISO 8501 + 12 hour time) timestamp-format=%F %l:%M %p -# -# The frames of animation to use in the UI for things that are still loading. -# Seperate each frame with a comma. -# -# Default: "[..] , [..] , [..], [..] " (note extra spaces) -loading-frames=[..] , [..] , [..], [..] - # # Width of the sidebar, including the border. # # Default: 20 sidebar-width=20 -# -# Height of the message preview, including the border. -# -# Default: 12 -preview-height=12 - # # Message to display when viewing an empty folder. # -- cgit v1.2.3