Update mutt config

This commit is contained in:
daniele 2023-06-03 23:56:42 +02:00
parent 44f5e14969
commit 8c195812c7
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514
3 changed files with 8 additions and 6 deletions

View File

@ -1 +1,3 @@
macro pager \cb <pipe-entry>'urlview'<enter> 'Follow links with urlview'
macro index,pager a "<pipe-message>abook --add-email-quiet<return>" "Add this sender to Abook"
macro attach V "<pipe-entry>iconv -c --to-code=UTF8 > ~/.cache/mutt/mail.html<enter><shell-escape>vivaldi-stable ~/.cache/mutt/mail.html<enter>"

View File

@ -1,7 +1,8 @@
source "~/.config/mutt/gpg.rc"
source "~/.config/mutt/muttrc-sidebar"
source "~/.config/mutt/colors
source "~/.config/mutt/accounts/main_gmail
source "~/.config/mutt/colors"
source "~/.config/mutt/accounts/main_gmail"
source "~/.config/mutt/macros"
# IMAP settings
set folder = "imaps://imap.gmail.com/"
@ -23,7 +24,6 @@ set imap_check_subscribed
# Abook
set query_command = "abook --mutt-query '%s'"
macro index,pager a "<pipe-message>abook --add-email-quiet<return>" "Add this sender to Abook"
bind editor <Tab> complete-query
# Other settings

2
.vimrc
View File

@ -34,7 +34,7 @@ call plug#end()
let g:everforest_background='hard'
let g:everforest_better_performance=1
let g:ale_python_flake8_options='--max-line-length=120'
let g:ale_python_flake8_options='--max-line-length=150'
let g:rainbow_active=1
" }}}