diff options
author | Luke Smith <luke@lukesmith.xyz> | 2023-02-13 20:15:59 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2023-02-13 20:15:59 -0500 |
commit | f0ae1de9e1c897b2828f6ede82ffd9e66e8fcae7 (patch) | |
tree | 70d88daf7e50c24affaa8eaabd8eef7ba8d67e70 /mailsync.1 | |
parent | ef816c5c7ea7ae36effc6ead8c1bbe62249c9f18 (diff) |
mail notifications back, close #907, fix #095
use MAILSYNC_MUTE variable, and non-silly
commands to derive $from and $subject
Diffstat (limited to 'mailsync.1')
-rw-r--r-- | mailsync.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -35,6 +35,13 @@ sync all mail accounts and notify user if there is new mail only sync the .B account@example.org account. +.SH CONFIGURATION +While +.B +mailsync +gives notifications on the arrival of new mail by default, this can be diabled by setting the variable +.I +MAILSYNC_MUTE=1. .SH AUTHORS Written by Luke Smith <luke@lukesmith.xyz> originally in 2018. .SH LICENSE |