mutt: fix order of options

This commit is contained in:
Franzi 2021-04-03 16:44:01 +02:00
parent cf2935c6e0
commit f673e521a8
Signed by untrusted user: kunsi
GPG Key ID: 12E3D2136B818350
3 changed files with 8 additions and 8 deletions

View File

@ -7,14 +7,14 @@ set imap_pass="PASSWORD"
set from=""
set folder="imaps://USERNAME@mx0.kunbox.net/"
set smtp_url="smtp://USERNAME:PASSWORD@mx0.kunbox.net:587/"
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"

View File

@ -40,7 +40,7 @@ color quoted2 cyan default
color quoted3 yellow default
color quoted4 red default
color quoted5 brightred default
color signature brightgreen default
color signature green default
color bold black default
color underline black default
color normal default default

View File

@ -73,9 +73,9 @@ source ~/.mutt/hi@kunsmann.eu
#source ~/.mutt/hostmaster@kunbox.net
#source ~/.mutt/foundyourshit@franzi.business
macro index,pager <f2> '<sync-mailbox><enter-command>source ~/.mutt/hi@kunsmann.eu<enter><change-folder>!<enter>'
macro index,pager <f3> '<sync-mailbox><enter-command>source ~/.mutt/hostmaster@kunbox.net<enter><change-folder>!<enter>'
macro index,pager <f4> '<sync-mailbox><enter-command>source ~/.mutt/foundyourshit@franzi.business<enter><change-folder>!<enter>'
macro index 'c' '<change-folder>?<change-dir><home>^K='
macro index,pager <f2> '<sync-mailbox><enter-command>source ~/.mutt/hi@kunsmann.eu<enter><change-folder>+INBOX<enter>'
macro index,pager <f3> '<sync-mailbox><enter-command>source ~/.mutt/hostmaster@kunbox.net<enter><change-folder>+INBOX<enter>'
macro index,pager <f4> '<sync-mailbox><enter-command>source ~/.mutt/foundyourshit@franzi.business<enter><change-folder>+INBOX<enter>'
#macro index 'c' '<change-folder>?<change-dir><home>^K='
# vim: syntax=muttrc