+ Trying mutt

This commit is contained in:
ziro 2020-06-13 11:35:14 +07:00
parent b3f949b4d2
commit 48789538c8
4 changed files with 22 additions and 3 deletions

5
.config/mutt/muttacc-def Normal file
View file

@ -0,0 +1,5 @@
#account
set imap_user = ''
set imap_pass = ''
set smtp_url = ''
set smtp_pass = ''

13
.config/mutt/muttrc Normal file
View file

@ -0,0 +1,13 @@
#source ~/.config/mutt/muttacc-def
source ~/.config/mutt/muttacc
set folder = imaps://imap.gmail.com/
set spoolfile = +INBOX
mailboxes = +INBOX
set record = "+[Gmail]/Sent Mail"
set postponed = "+[Gmail]/Drafts"
set header_cache = ~/.cache/mutt
set message_cachedir = "~/.cache/mutt"
set mail_check = 120

View file

@ -105,7 +105,7 @@ font-6 = "Nimbus Sans:bold:size=16;2"
font-7 = "Iosevka Nerd Font:bold:style=solid:size=6;2"
font-8 = "Iosevka Nerd Font:bold:style=solid:size=8;2"
; ----------------------------------------------------------------------------------------
modules-left = bspwm dividerS wirednetwork checktor temp covPos covSem dividerS
modules-left = bspwm dividerS wirednetwork checktor covPos covSem dividerS
modules-center = date
modules-right = dividerS disk playerctl-tail playerctl mpd volume battery dividerS prompt
; ----------------------------------------------------------------------------------------
@ -732,7 +732,7 @@ format-padding = 1
[module/covPos]
type = custom/script
exec = ~/.config/polybar/scripts/covPos
exec = "printf "%s %s\n" $(cov -p) "( $(cov -r))""
interval = 16000
tail = true
label-font = 3
@ -745,7 +745,7 @@ format-padding = 1
[module/covSem]
type = custom/script
exec = ~/.config/polybar/scripts/covSem
exec = "printf "%s %s\n" $(cov -s) "( $(cov -R))""
interval = 16000
tail = true
label-font = 3

View file

@ -78,6 +78,7 @@ alias cfprofile='vim $XDG_CONFIG_HOME/zsh/.zprofile'
alias cfxprofile='vim $XDG_CONFIG_HOME/xprofile'
alias cfcompt='vim $XDG_CONFIG_HOME/picom/compton.conf'
alias cfenv='vim $XDG_CONFIG_HOME/zsh/.zshenv'
alias cfmutt='vim $XDG_CONFIG_HOME/mutt/muttrc'
#more shortcuts
alias htop='htop -t'