summaryrefslogtreecommitdiff
path: root/share/mutt-temp
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2025-02-28 09:48:14 +0000
committerGitHub <noreply@github.com>2025-02-28 09:48:14 +0000
commit650794bb1d20c3f7e8d3dfc0fc9a7add8519c5f3 (patch)
treec913119400c8883ab0da4c17e915b913b3b46885 /share/mutt-temp
parent058fc42c215355379d7ed082b0e30acad20bda52 (diff)
parent05fcf7b3e113e8b3975e023217caf83007adbf01 (diff)
Merge branch 'master' into master
Diffstat (limited to 'share/mutt-temp')
-rw-r--r--share/mutt-temp4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mutt-temp b/share/mutt-temp
index 81148a1..63841ad 100644
--- a/share/mutt-temp
+++ b/share/mutt-temp
@@ -1,6 +1,6 @@
# vim: filetype=neomuttrc
# muttrc file for account $fulladdr
-set realname = "$realname"
+set real_name = "$realname"
set from = "$fulladdr"
set sendmail = "msmtp -a $fulladdr"
alias me $realname <$fulladdr>
@@ -10,7 +10,7 @@ set message_cachedir = "$cachedir/$safename/bodies"
set mbox_type = Maildir
set hostname = "$hostname"
source $muttshare/switch.muttrc
-set spoolfile = "+INBOX"
+set spool_file = "+INBOX"
set postponed = "+Drafts"
set trash = "+Trash"
set record = "+Sent"