diff options
| author | Amin Bandali <bandali@gnu.org> | 2021-10-18 23:36:55 -0400 | 
|---|---|---|
| committer | Amin Bandali <bandali@gnu.org> | 2021-10-18 23:36:55 -0400 | 
| commit | 7b96c45a9474f693ba5bd3a3a28bbbf8b6115267 (patch) | |
| tree | ab77fa6cd26665ceec631b3235d3318d4a523c41 | |
| parent | 8cb5ac90a8255978a4db5da56b05c7ea2f0eefdc (diff) | |
| download | configs-7b96c45a9474f693ba5bd3a3a28bbbf8b6115267.tar.gz configs-7b96c45a9474f693ba5bd3a3a28bbbf8b6115267.tar.xz configs-7b96c45a9474f693ba5bd3a3a28bbbf8b6115267.zip | |
getmail: delete mail from server immediately
Diffstat (limited to '')
| -rw-r--r-- | .config/getmail/getmailrc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/.config/getmail/getmailrc b/.config/getmail/getmailrc index 363f354..0c988fa 100644 --- a/.config/getmail/getmailrc +++ b/.config/getmail/getmailrc @@ -17,7 +17,7 @@ path = ~/mail/gnu.local/bandali/mail/  [options]  read_all = false -delete_after = 1 -# delete = true +# delete_after = 1 +delete = true  received = false  delivered_to = false | 
