-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #8: so now email address is not included in git
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|