diff options
Diffstat (limited to 'mutt')
| -rw-r--r-- | mutt/.gitignore | 1 | ||||
| -rw-r--r-- | mutt/muttrc.gmail | 2 | ||||
| -rw-r--r-- | mutt/muttrc.topo | 7 |
3 files changed, 7 insertions, 3 deletions
diff --git a/mutt/.gitignore b/mutt/.gitignore index f55b38b..cb95f95 100644 --- a/mutt/.gitignore +++ b/mutt/.gitignore | |||
| @@ -1 +1,2 @@ | |||
| 1 | alias.* | 1 | alias.* |
| 2 | hook.* | ||
diff --git a/mutt/muttrc.gmail b/mutt/muttrc.gmail index 2c73931..7f14996 100644 --- a/mutt/muttrc.gmail +++ b/mutt/muttrc.gmail | |||
| @@ -9,7 +9,7 @@ set smtp_pass = "$imap_pass" | |||
| 9 | # Identify meself | 9 | # Identify meself |
| 10 | set from = "typebrook@gmail.com" | 10 | set from = "typebrook@gmail.com" |
| 11 | set realname = "謝晉凡 Hsieh Chin Fan" | 11 | set realname = "謝晉凡 Hsieh Chin Fan" |
| 12 | set signature="$SETTING_DIR/mutt/.signature" | 12 | set signature="~/.config/mutt/.signature" |
| 13 | set pgp_use_gpg_agent=yes | 13 | set pgp_use_gpg_agent=yes |
| 14 | set crypt_use_gpgme=yes | 14 | set crypt_use_gpgme=yes |
| 15 | set pgp_timeout=300 | 15 | set pgp_timeout=300 |
diff --git a/mutt/muttrc.topo b/mutt/muttrc.topo index 810b195..4c40846 100644 --- a/mutt/muttrc.topo +++ b/mutt/muttrc.topo | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | source ~/.config/mutt/default | 1 | source ~/.config/mutt/default |
| 2 | source ~/.config/mutt/alias.topo | ||
| 3 | 2 | ||
| 4 | # IMAP/SMTP settings | 3 | # IMAP/SMTP settings |
| 5 | set folder = "imaps://pham@mail.topo.tw:993/" | 4 | set folder = "imaps://pham@mail.topo.tw:993/" |
| @@ -10,12 +9,16 @@ set smtp_pass = "$imap_pass" | |||
| 10 | # Identify meself | 9 | # Identify meself |
| 11 | set from = "pham@topo.tw" | 10 | set from = "pham@topo.tw" |
| 12 | set realname = "謝晉凡 Hsieh Chin Fan" | 11 | set realname = "謝晉凡 Hsieh Chin Fan" |
| 13 | set signature="$SETTING_DIR/mutt/.signature" | 12 | set signature="~/.config/mutt/.signature" |
| 14 | set pgp_use_gpg_agent=yes | 13 | set pgp_use_gpg_agent=yes |
| 15 | set crypt_use_gpgme=yes | 14 | set crypt_use_gpgme=yes |
| 16 | set pgp_timeout=300 | 15 | set pgp_timeout=300 |
| 17 | set pgp_sign_as=6DD8C14A # replace 6DD8C14A with your gpg key id | 16 | set pgp_sign_as=6DD8C14A # replace 6DD8C14A with your gpg key id |
| 18 | 17 | ||
| 18 | # Tune contacts | ||
| 19 | source ~/.config/mutt/alias.topo | ||
| 20 | source ~/.config/mutt/hook.topo | ||
| 21 | |||
| 19 | # Basic Mailbox | 22 | # Basic Mailbox |
| 20 | set spoolfile = "+INBOX" | 23 | set spoolfile = "+INBOX" |
| 21 | set mbox= "+mbox" | 24 | set mbox= "+mbox" |