diff options
author | Amin Bandali <bandali@gnu.org> | 2019-01-29 21:09:06 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-01-29 21:09:06 -0500 |
commit | 9bc0a751b6e914e8ca233376beb63e5f55619635 (patch) | |
tree | b18ce129c138a1a5e8f5ec2269ccbf4ebf12fe0d | |
parent | 339f55acc6a7a3ff59b9bb3a333208502f126980 (diff) | |
download | configs-9bc0a751b6e914e8ca233376beb63e5f55619635.tar.gz configs-9bc0a751b6e914e8ca233376beb63e5f55619635.tar.xz configs-9bc0a751b6e914e8ca233376beb63e5f55619635.zip |
[rc/getmail] add a (commented) MDA_external dest type for reference
-rw-r--r-- | rc.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -429,6 +429,11 @@ use_apop = True type = Maildir path = ~/mail/gnu/Inbox/ +# [destination] +# type = MDA_external +# path = /usr/lib/dovecot/deliver +# arguments = ('-d', 'amin@aminb.org') + [options] delete = True #+end_src |