Skip to content

Commit

Permalink
Fixes #8: so now email address is not included in git
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Abdullah Khabir committed Sep 19, 2023
1 parent b0974d1 commit cd54b9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mutt/.config/mutt/muttrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set spoolfile = "~/.local/share/email/x1c/INBOX"
mailboxes $HOME/.local/share/email/x1c/INBOX $HOME/.local/share/email/x1c/Archive $HOME/.local/share/email/x1c/Sent $HOME/.local/share/email/x1c/Drafts $HOME/.local/share/email/x1c/Spam

unset record # gmail saves Sent mail
set from = [email protected]
set from = `age -i ~/.ssh/id_ed25519 -d ~/cfg/secrets/google_user.age`
set realname = "Muhammad Abdullah Khabir"
set use_from = yes
set envelope_from = yes
Expand Down Expand Up @@ -101,9 +101,9 @@ set ssl_force_tls = yes
set ssl_starttls = yes
set timeout = 3
set quit
set visual = $EDITOR
set wait_key = no
set status_format = "───[ Folder: %f ]───[%r%m messages%?n? (%n new)?%?d? (%d to delete)?%?t? (%t tagged)? ]───%>─%?p?( %p postponed )?───"
set visual = $EDITOR
set wait_key = no
set status_format = "───[ Folder: %f ]───[%r%m messages%?n? (%n new)?%?d? (%d to delete)?%?t? (%t tagged)? ]───%>─%?p?( %p postponed )?───"
set sort_re
set edit_headers
unset confirmappend
Expand Down

0 comments on commit cd54b9c

Please sign in to comment.