This commit is contained in:
Diego Fernando Carrión 2024-10-24 09:06:55 +02:00
parent ef26fb3176
commit 243b1f4666
Signed by: CRThaze
GPG Key ID: 8279B79A1A7F8194
5 changed files with 26 additions and 6 deletions

View File

@ -105,7 +105,7 @@ else
fi
fi
[ -d "$HOME/.modular" ] && export PATH="$PATH:$HOME/.modular/bin"
[ -d "$HOME/.modular/bin" ] && export PATH="$PATH:$HOME/.modular/bin"
if [ -d "$HOME/.kube" ]
then

View File

@ -0,0 +1 @@
text/html; lynx %s; nametemplate=%s.html

View File

@ -9,11 +9,19 @@ set smtp_url = "smtp://127.0.0.1:1025"
## General
set folder = $spoolfile
set postponed = "+Drafts"
set record = "+Sent"
set trash = "+Trash"
mailboxes $postponed $record $trash
set folder = "imap://127.0.0.1:1143"
set spoolfile = "imap://127.0.0.1:1143/INBOX"
set postponed = "imap://127.0.0.1:1143/[Protonmail]/Drafts"
set record = "imap://127.0.0.1:1143/[Protonmail]/Sent"
set trash = "imap://127.0.0.1:1143/[Protonmail]/Trash"
set mbox = "imap://127.0.0.1:1143/[Protonmail]/All Mail"
# set folder = $spoolfile
# set postponed = "+Drafts"
# set record = "+Sent"
# set trash = "+Trash"
mailboxes $postponed $record $trash $mbox
# set folder=~/.var/mail
set tmpdir=~/.var/tmp/mail
@ -38,6 +46,15 @@ color status yellow blue
color tilde magenta default
color tree magenta default
# macros
bind index g noop
macro index gd "<change-folder>$postponed<enter>" "go to drafts"
macro index gs "<change-folder>$record<enter>" "go to sent"
macro index gi "<change-folder>$spoolfile<Enter>" "go to inbox"
macro index gt "<change-folder>$trash<enter>" "go to trash"
macro index,pager A "<save-message> =Archive<enter> "archive message"
macro index 1 "<change-folder> =../debian/inbox/<enter>"
## Crypto
# set pgp_decode_command="gpg %?p?--passphrase-fd 0? --no-verbose --batch --output - %f"

1
home/any/mutt/.mailcap Symbolic link
View File

@ -0,0 +1 @@
../../../../.config/neomutt/mailcap

1
home/any/mutt/.mutt Symbolic link
View File

@ -0,0 +1 @@
../../../../.config/neomutt