From 9f47991e155509d1acbbc447d5bc1980bdb0fd55 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 14 Sep 2022 15:06:37 +0800 Subject: Update --- gitconfig | 15 ++++++++++++--- mutt/default | 1 + 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/gitconfig b/gitconfig index 89e4ccd..fbc408b 100644 --- a/gitconfig +++ b/gitconfig @@ -1,8 +1,18 @@ [user] - email = typebrook@gmail.com + email = pham@topo.tw name = Hsieh Chin Fan signingkey = 6DD8C14A +[sendemail] + smtpserver = mail.topo.tw + smtpuser = pham + smtpencryption = tls + smtpserverport = 587 + smtpPass = `pass pham@topo.tw` + +[gpg] + program = gpg2 + [alias] reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" stashstaged = !git stash --keep-index && \ @@ -24,8 +34,7 @@ [credential] helper = store -[gpg] - program = gpg2 + [filter "lfs"] process = git-lfs filter-process required = true diff --git a/mutt/default b/mutt/default index 23367a6..083eb58 100644 --- a/mutt/default +++ b/mutt/default @@ -66,6 +66,7 @@ macro index *a "Tall\n" "Select All" macro index *n "\ctall\n" "Deselect All" macro index h "\\all\n" "All messages" macro index d '' 'Delete' +macro index s '' 'Saved' # Sidebar set mail_check = 120 -- cgit v1.2.3-70-g09d2