diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-02-18 14:00:49 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-02-18 14:00:49 +0800 |
commit | 70540f94c26c9ef547271d4ca76d3702e161b489 (patch) | |
tree | 10f47339bd162ab3dbce64ad96ff8ea884a0805c | |
parent | be2c260b65e548c691ef702a8ad123b0cc072388 (diff) |
update
-rw-r--r-- | muttrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -16,6 +16,12 @@ set record = "+Sent" | |||
16 | set trash = "+Trash" | 16 | set trash = "+Trash" |
17 | set postponed = "+Drafts" | 17 | set postponed = "+Drafts" |
18 | 18 | ||
19 | set pgp_use_gpg_agent=yes | ||
20 | set crypt_use_gpgme=yes | ||
21 | # replace D21D8761 with your gpg key id | ||
22 | set pgp_sign_as=6DD8C14A | ||
23 | set pgp_timeout=300 | ||
24 | |||
19 | #mailboxes =INBOX =mbox =Sent =Trash =Drafts #=talk-tw =pay =service | 25 | #mailboxes =INBOX =mbox =Sent =Trash =Drafts #=talk-tw =pay =service |
20 | 26 | ||
21 | subscribe talk-tw@openstreetmap.org | 27 | subscribe talk-tw@openstreetmap.org |