Update mutt config
This commit is contained in:
parent
44f5e14969
commit
8c195812c7
@ -1 +1,3 @@
|
|||||||
macro pager \cb <pipe-entry>'urlview'<enter> 'Follow links with urlview'
|
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>"
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
source "~/.config/mutt/gpg.rc"
|
source "~/.config/mutt/gpg.rc"
|
||||||
source "~/.config/mutt/muttrc-sidebar"
|
source "~/.config/mutt/muttrc-sidebar"
|
||||||
source "~/.config/mutt/colors
|
source "~/.config/mutt/colors"
|
||||||
source "~/.config/mutt/accounts/main_gmail
|
source "~/.config/mutt/accounts/main_gmail"
|
||||||
|
source "~/.config/mutt/macros"
|
||||||
|
|
||||||
# IMAP settings
|
# IMAP settings
|
||||||
set folder = "imaps://imap.gmail.com/"
|
set folder = "imaps://imap.gmail.com/"
|
||||||
@ -22,9 +23,8 @@ unset record
|
|||||||
set imap_check_subscribed
|
set imap_check_subscribed
|
||||||
|
|
||||||
# Abook
|
# Abook
|
||||||
set query_command = "abook --mutt-query '%s'"
|
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
|
||||||
bind editor <Tab> complete-query
|
|
||||||
|
|
||||||
# Other settings
|
# Other settings
|
||||||
set header_cache = "~/.cache/mutt"
|
set header_cache = "~/.cache/mutt"
|
||||||
|
2
.vimrc
2
.vimrc
@ -34,7 +34,7 @@ call plug#end()
|
|||||||
|
|
||||||
let g:everforest_background='hard'
|
let g:everforest_background='hard'
|
||||||
let g:everforest_better_performance=1
|
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
|
let g:rainbow_active=1
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user