diff --git a/mail/.config/neomutt/accounts/4-grigory@tlm.solutions.muttrc b/mail/.config/neomutt/accounts/4-grigory@tlm.solutions.muttrc new file mode 100644 index 0000000..7ed1a64 --- /dev/null +++ b/mail/.config/neomutt/accounts/4-grigory@tlm.solutions.muttrc @@ -0,0 +1,46 @@ +set realname = "Grigory Shipunov" +set from = "grigory@tlm.solutions" +set sendmail = "msmtp -a grigory@tlm.solutions" +alias me +set folder = "~/mail/grigory@tlm.solutions" +set header_cache = "~/.cache/mutt-cache/grigory_tlm.solutions/headers" +set message_cachedir = "~/.cache/mutt-cache/grigory_tlm.solutions/bodies" +set mbox_type = Maildir + + +bind index,pager gg noop +bind index,pager g noop +bind index,pager M noop +bind index,pager C noop +bind index gg first-entry +unmailboxes * +unalternates * +unset signature +unmacro index o +#macro index o "mbsync dump@dvb.solutions" "run mbsync to sync dump@dvb.solutions" + +mailboxes "=Sent" "=Drafts" "=Archive" "=Trash" "=Junk" "=INBOX" +set record = "+Sent" +macro index,pager gs "=Sent" "go to sent" +macro index,pager Ms ";=Sent" "move mail to sent" +macro index,pager Cs ";=Sent" "copy mail to sent" +set postponed = "+Drafts" +macro index,pager gd "=Drafts" "go to drafts" +macro index,pager Md ";=Drafts" "move mail to drafts" +macro index,pager Cd ";=Drafts" "copy mail to drafts" +macro index,pager ga "=Archive" "go to archive" +macro index,pager Ma ";=Archive" "move mail to archive" +macro index,pager Ca ";=Archive" "copy mail to archive" +macro index,pager gt "=Trash" "go to trash" +macro index,pager Mt ";=Trash" "move mail to trash" +macro index,pager Ct ";=Trash" "copy mail to trash" +set trash = "+Trash" +macro index,pager gj "=Junk" "go to junk" +macro index,pager Mj ";=Junk" "move mail to junk" +macro index,pager Cj ";=Junk" "copy mail to junk" +macro index,pager gi "=INBOX" "go to inbox" +macro index,pager Mi ";=INBOX" "move mail to inbox" +macro index,pager Ci ";=INBOX" "copy mail to inbox" +set spoolfile = "+INBOX" + +source ./nocrypt.muttrc diff --git a/mail/.config/neomutt/neomuttrc b/mail/.config/neomutt/neomuttrc index 5c0d82f..37a42f1 100644 --- a/mail/.config/neomutt/neomuttrc +++ b/mail/.config/neomutt/neomuttrc @@ -4,3 +4,4 @@ source ./accounts/1-mail@oxapentane.com.muttrc macro index,pager i1 'source ~/.config/neomutt/accounts/1-mail@oxapentane.com.muttrc!;' "switch to mail@oxapentane.com" macro index,pager i2 'source ~/.config/neomutt/accounts/2-grigory@shipunov.xyz.muttrc!;' "switch to grigory@shipunov.xyz" macro index,pager i3 'source ~/.config/neomutt/accounts/3-dump@dvb.solutions.muttrc!;' "switch to dump@dvb.solutions" +macro index,pager i4 'source ~/.config/neomutt/accounts/4-grigory@tlm.solutions.muttrc!;' "switch to grigory@tlm.solutions" diff --git a/sway/.config/i3status-rust/config.toml b/sway/.config/i3status-rust/config.toml index 9056064..b80f428 100644 --- a/sway/.config/i3status-rust/config.toml +++ b/sway/.config/i3status-rust/config.toml @@ -1,5 +1,5 @@ [theme] -name = "foot" +name = "moonfly" [icons] name = "awesome6" @@ -7,7 +7,15 @@ name = "awesome6" [[block]] block = "maildir" interval = 60 -inboxes = ["/home/grue/mail/mail@oxapentane.com/INBOX", "/home/grue/mail/mail@oxapentane.com/sinkhole", "/home/grue/mail/dump@dvb.solutions/INBOX", "/home/grue/mail/grigory@shipunov.xyz/INBOX"] +inboxes = ["/home/grue/mail/dump@dvb.solutions/INBOX", "/home/grue/mail/grigory@tlm.solutions/INBOX" ] +threshold_critical = 1 +display_type = "new" +on_click = "foot --app-id floating-foot --window-size-chars=150x50 -- zsh -c neomutt" + +[[block]] +block = "maildir" +interval = 60 +inboxes = ["/home/grue/mail/mail@oxapentane.com/INBOX", "/home/grue/mail/mail@oxapentane.com/sinkhole", "/home/grue/mail/grigory@shipunov.xyz/INBOX"] threshold_warning = 1 threshold_critical = 10 display_type = "new"