forked from kunsi/dotfiles
mutt: try to implement multi-accounting
This commit is contained in:
parent
414fbf6348
commit
cf2935c6e0
2 changed files with 35 additions and 19 deletions
24
.mutt/ACCOUNT_TEMPLATE
Normal file
24
.mutt/ACCOUNT_TEMPLATE
Normal file
|
@ -0,0 +1,24 @@
|
|||
unmailboxes *
|
||||
|
||||
set realname="Franziska"
|
||||
|
||||
set imap_user="USERNAME"
|
||||
set imap_pass="PASSWORD"
|
||||
|
||||
set from=""
|
||||
|
||||
set spoolfile="+INBOX"
|
||||
set record="+Sent"
|
||||
set postponed="+Drafts"
|
||||
set trash="+Trash"
|
||||
|
||||
set folder="imaps://USERNAME@mx0.kunbox.net/"
|
||||
set smtp_url="smtp://USERNAME:PASSWORD@mx0.kunbox.net:587/"
|
||||
|
||||
set pgp_sign_as=GPG_ID
|
||||
set pgp_autosign=yes
|
||||
set pgp_encrypt_only_command="pgpewrap gpg --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust--encrypt-to GPG_ID -- -r %r -- %f"
|
||||
set pgp_encrypt_sign_command="pgpewrap gpg --passphrase-fd 0 --batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust --encrypt-to GPG_ID -- -r %r -- %f"
|
||||
|
||||
account-hook $folder "set imap_user=USERNAME imap_pass=PASSWORD"
|
||||
# vim: syntax=muttrc
|
Loading…
Add table
Add a link
Reference in a new issue