]> git.g-eek.se Git - interimap.git/commitdiff
Fripost case documentation update avoid shell in configs
authorGustav Eek <gustav.eek@fripost.org>
Wed, 8 May 2019 22:45:41 +0000 (00:45 +0200)
committerGustav Eek <gustav.eek@fripost.org>
Wed, 8 May 2019 22:45:41 +0000 (00:45 +0200)
doc/case.mdwn

index caabcdfc0bf1b593b338c8f19129bcaa841e2f38..3241038ba580e3d116042ebff8ef6633d3dd3f81 100644 (file)
@@ -60,7 +60,7 @@ EOF
 Put in your mutt configuration:
 
 ```
-set tunnel = "~/.local/bin/imap-fripost-dovecot"
+set tunnel = "exec ~/.local/bin/imap-fripost-dovecot"
 set folder = "imap://foo"
 set spoolfile = "imap://foo"
 ```
@@ -85,7 +85,7 @@ Edit *~/.config/interimap/config*:
 ```
 [local]
 type = tunnel
-command = /home/gustav/.local/bin/imap-fripost-dovecot
+command = exec ~/.local/bin/imap-fripost-dovecot
 null-stderr = YES
 
 [remote]