dotfiles

Dotfiles for my OpenBSD environment.
git clone https://git.mtkn.jp/dotfiles
Log | Files | Refs

commit c45448b2540c3d7c5f27c3d8c7d84f33d81df7a9
parent 441da42cb3054d9efb45277b9acd90e81020c40c
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Tue,  6 Dec 2022 15:16:41 +0900

delete old domain

Diffstat:
M.config/mutt/conf.d/sakura | 18+++++++++---------
D.config/mutt/conf.d/sakura2 | 21---------------------
M.config/mutt/mailcap | 4++--
M.config/mutt/muttrc | 4++--
4 files changed, 13 insertions(+), 34 deletions(-)

diff --git a/.config/mutt/conf.d/sakura b/.config/mutt/conf.d/sakura @@ -1,21 +1,21 @@ source "/etc/mail/mutt/sakura" -set folder = "imaps://contact2655@matsudakenji.xyz@mail.mtkn.jp:993" -set smtp_url = "smtps://contact2655@matsudakenji.xyz@mail.mtkn.jp:587" -set imap_user = "contact2655@matsudakenji.xyz" -set hostname = "matsudakenji.xyz" +set folder = "imaps://hoge@mtkn.jp@mail.mtkn.jp:993" +set smtp_url = "smtps://hoge@mtkn.jp@mail.mtkn.jp:587" +set imap_user = "hoge@mtkn.jp" +set hostname = "mtkn.jp" # folder -set from = "contact2655@matsudakenji.xyz" +set from = "hoge@mtkn.jp" set spoolfile = "=INBOX" set record = "=Sent" set trash = "=Trash" set postponed = "=Drafts" named-mailboxes \ - s_inbox =INBOX \ + t_inbox =INBOX \ KBUG =KBUG \ KUAC =KUAC \ Chikyumori =Chikyumori \ - s_draft =Drafts \ - s_sent =Sent \ - s_trash =Trash + t_draft =Drafts \ + t_sent =Sent \ + t_trash =Trash diff --git a/.config/mutt/conf.d/sakura2 b/.config/mutt/conf.d/sakura2 @@ -1,21 +0,0 @@ -source "/etc/mail/mutt/sakura2" - -set folder = "imaps://hoge@mtkn.jp@mail.mtkn.jp:993" -set smtp_url = "smtps://hoge@mtkn.jp@mail.mtkn.jp:587" -set imap_user = "hoge@mtkn.jp" -set hostname = "mtkn.jp" - -# folder -set from = "hoge@mtkn.jp" -set spoolfile = "=INBOX" -set record = "=Sent" -set trash = "=Trash" -set postponed = "=Drafts" -named-mailboxes \ - t_inbox =INBOX \ - KBUG =KBUG \ - KUAC =KUAC \ - Chikyumori =Chikyumori \ - t_draft =Drafts \ - t_sent =Sent \ - t_trash =Trash diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap @@ -1,3 +1,3 @@ -text/html; w3m -o keymap_file=~/.config/w3m/keymap %s -I %{charset} -T text/html +text/html; firefox %s image/*; sxiv %s -application/pdf; mupdf %s +application/pdf; zathura %s diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -11,8 +11,8 @@ source "~/.config/mutt/conf.d/sakura" #folder-hook 'imaps://2655@mtkn.jp@mail.mtkn.jp' 'source ~/.config/mutt/conf.d/sakura2' # macros to switch account -macro index ,1 "<enter-command>unmailboxes *<enter><enter-command>source ~/.config/mutt/conf.d/sakura<enter><sync-mailbox><change-folder>!<enter>" -macro index ,2 "<enter-command>unmailboxes *<enter><enter-command>source ~/.config/mutt/conf.d/sakura2<enter><sync-mailbox><change-folder>!<enter>" +#macro index ,1 "<enter-command>unmailboxes *<enter><enter-command>source ~/.config/mutt/conf.d/sakura<enter><sync-mailbox><change-folder>!<enter>" +#macro index ,2 "<enter-command>unmailboxes *<enter><enter-command>source ~/.config/mutt/conf.d/sakura2<enter><sync-mailbox><change-folder>!<enter>" # security set ssl_starttls = yes