Skip to content

Commit

Permalink
Merge pull request #970 from jdujava/master
Browse files Browse the repository at this point in the history
fix: rename variables
  • Loading branch information
LukeSmithxyz committed Jul 15, 2024
2 parents 08476a2 + 32b5e83 commit 4a60fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions share/mutt-temp
Original file line number Diff line number Diff line change
@@ -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>
Expand All @@ -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"
Expand Down

0 comments on commit 4a60fbd

Please sign in to comment.