diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-06-15 01:17:23 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-06-15 01:17:23 +0530 |
commit | b43c3528b8e8cfd50d5ad27b2fc28fe656c389c0 (patch) | |
tree | ced3549f07529a0425d784453d9b54509e9defa1 | |
parent | c91588abcd566cfff99d894b59f5cdbaa9632329 (diff) |
neomutt: remove cruft
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
-rw-r--r-- | .config/neomutt/neomuttrc | 58 |
1 files changed, 5 insertions, 53 deletions
diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index 1cf6196..372b760 100644 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -39,18 +39,10 @@ auto_view text/html # sidebar set sidebar_visible -set sidebar_format = "%B%?F? [%F]?%* %?N?%N/?%S" +set sidebar_format = "%B%<F? [%F]>%* %<N?%N/>%S" set mail_check_stats -set sidebar_width = 25 # Plenty of space -set sidebar_divider_char = '│' # Pretty line-drawing character - -# connection information -# This is should be config specifc not global -# Keeping for reference -# set header_cache = "$HOME/.config/neomutt/cache/headers/" -# set message_cachedir = "$HOME/.config/neomutt/cache/bodies/" -# set certificate_file = "$HOME/.config/neomutt/certificates/" -# set tmpdir = "$HOME/.config/neomutt/tmp/" +set sidebar_width = 35 # Plenty of space +set sidebar_divider_char = '░' # Pretty line-drawing character # Use GPGME set crypt_use_gpgme = yes @@ -63,7 +55,6 @@ set crypt_replysignencrypted = yes # Attempt to verify signatures automatically set crypt_verify_sig = yes # Use my key for signing and encrypting -set pgp_sign_as = 0xB0EB240706B442A7 macro compose \CP "Fgpg --clearsign\ny" macro compose \CS "Fgpg --clearsign\ny^T^Uapplication/pgp; format=text; x-action=sign\n" @@ -75,45 +66,6 @@ macro attach,compose \cb "<pipe-entry> urlscan<Enter>" "call urlscan to extract set alias_file="$HOME/.config/neomutt/aliases" source "$HOME/.config/neomutt/aliases" -# Needs NerdFonts to be installed -set index_format=" %zs %zc %zt | %-28.28L %?X?& ? %.46s %?M10?(%1M)&? %> %{!%a %d %h %H:%M} " -set pager_format="\n %n %T %s%* %{!%d %b · %H:%M} %?X? %X?%P \n \n" -set status_format = " %f %?r? %m ?%?n? %n ?%?d? %d ?%?t? %t ?%?F? %F ?%?p? %p? \n \n" -set vfolder_format = "%N %?n?%3n& ? %8m · %f" -set attach_format = "%u%D %T%-75.75d %?T?%& ? %5s · %m/%M" - -color status white default -# powerline status bar hack -color status color4 color0 '([a-zA-Z0-9])(\s)' -color status color4 color0 '(\s)([a-zA-Z0-9])' -color status color4 color0 '( )' -color status color4 color0 '(\S)' -color status color0 default '(|)' -color status green color0 '' -color status white color0 '' -color status yellow color0 '' -color status red color0 '' -color tree color15 color0 - -# no addressed to me, to me, group, cc, sent by me, mailing list -set to_chars="" -# unchanged mailbox, changed, read only, attach mode -set status_chars = " " -ifdef crypt_chars set crypt_chars = " " -set flag_chars = " " - -set hidden_tags = "unread,draft,flagged,passed,replied,attachment,signed,encrypted" -tag-transforms "replied" "↻ " \ - "encrytpted" "" \ - "signed" "" \ - "attachment" "" \ - -# The formats must start with 'G' and the entire sequence is case sensitive. -tag-formats "replied" "GR" \ - "encrypted" "GE" \ - "signed" "GS" \ - "attachment" "GA" \ - ## ACCOUNT 1 -source "~/.config/neomutt/gmail_main" -folder-hook $folder 'source ~/.config/neomutt/gmail_main' +source "~/.config/neomutt/suse_de" +# folder-hook $folder 'source ~/.config/neomutt/suse_de' |