diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-05 18:03:54 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-05 18:03:54 +0800 |
| commit | c22e1e24ba97ba6a8be733548e84c7514267a1e2 (patch) | |
| tree | cdbc3a47b61a2a13bada04b9e0aa2775ebd11013 /misc | |
| parent | 5456eb312fbcfde82c909789f02aa114a54f0957 (diff) | |
| parent | b74d10b33450a2b46cc56312cba89092c4d8254f (diff) | |
Merge remote-tracking branch 'origin/dev' into dev
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/gpg-agent | 2 | ||||
| -rw-r--r-- | misc/mailcap | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/gpg-agent b/misc/gpg-agent new file mode 100644 index 0000000..c852e83 --- /dev/null +++ b/misc/gpg-agent | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | default-cache-ttl 604800 | ||
| 2 | max-cache-ttl 604800 | ||
diff --git a/misc/mailcap b/misc/mailcap deleted file mode 100644 index b3ae9f4..0000000 --- a/misc/mailcap +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | text/html; xdg-open '%s' &; test=test -n "$DISPLAY"; needsterminal; | ||
| 2 | text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput; | ||