forked from dotphiles/dotphiles
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
and remove my name
- Loading branch information
Showing
6 changed files
with
15 additions
and
15 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 |
---|---|---|
|
@@ -9,9 +9,9 @@ | |
|
||
# Global Config | ||
[user] | ||
#name = "Your Name" | ||
#email = "[email protected]" | ||
#signingkey = YOURKEYID | ||
name = "**Your Name**" | ||
email = "**Your Email**" | ||
#signingkey = **Your GPG ID** | ||
|
||
[branch "master"] | ||
remote = origin | ||
|
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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
# | ||
|
||
[ui] | ||
#username = Your Name <[email protected]> | ||
username = **Your Name** <**Your Email**> | ||
merge = internal:merge | ||
|
||
[extensions] | ||
|
@@ -29,7 +29,7 @@ slog = log --template '{rev}:{node|short} {desc|firstline}\n' | |
show = log --color=always -pr | ||
|
||
[web] | ||
cacerts = /etc/ssl/certs/ca-certificates.crt | ||
cacerts = ~/.mercurial/ssl/certs/ca-certificates.crt | ||
|
||
[diff] | ||
git = True | ||
|
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 |
---|---|---|
|
@@ -12,8 +12,8 @@ color status green default | |
set folder=$HOME/.mail | ||
set spoolfile="+Gmail/INBOX" | ||
|
||
set from = "[email protected]" | ||
set smtp_url = "smtp://username@smtp.gmail.com:587/" | ||
set from = "**Your Gmail Account**" | ||
set smtp_url = "smtp://**Your Gmail Username**@smtp.gmail.com:587/" | ||
set mbox = "+Gmail/archive" | ||
unset record | ||
set postponed = "+Gmail/drafts" | ||
|
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 |
---|---|---|
|
@@ -13,9 +13,9 @@ set folder=$HOME/.mail/ | |
set spoolfile="+Gmail/INBOX" | ||
|
||
set reverse_name=yes | ||
set from=[email protected] | ||
set realname="Ben O'Hara" | ||
alternates [email protected] | ||
set from=**Your Email** | ||
set realname="**Your Name**" | ||
alternates **Your Work Email** | ||
|
||
source $HOME/.mutt/colors/solarized | ||
|
||
|
@@ -25,5 +25,5 @@ source ~/.mutt/mailboxes.offlineimap | |
|
||
# account specific sources | ||
folder-hook Gmail/* source ~/.mutt/gmail | ||
folder-hook APNIC/* source ~/.mutt/work | ||
folder-hook Work/* source ~/.mutt/work | ||
|
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 |
---|---|---|
|
@@ -13,8 +13,8 @@ color status cyan default | |
set folder=$HOME/.mail/ | ||
set spoolfile="+Work/INBOX" | ||
|
||
set from = "[email protected]" | ||
set smtp_url = "smtp://username@smtp.work.com:587/" | ||
set from = "**Your Work Email**" | ||
set smtp_url = "smtp://**Your Work Username**@smtp.work.com:587/" | ||
set mbox = "+Work/Archive" | ||
set record = "+Work/Sent" | ||
set postponed = "+Work/Drafts" | ||
|