diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-12-31 12:28:15 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-12-31 12:28:15 -0500 |
commit | f589cd4dfdd00f8521c09548b77cba6f995f89a5 (patch) | |
tree | 5e3b43faad468af8ce09e18e723d009d747fbd78 /mw.1 | |
parent | a434ac50feb1f6e3142a18d5db0c22c8012cd05a (diff) |
workable mailsync readded to enable autosync
the new script manually searches for environmental variables
so that it can work from a cronjob
and additionally searches for all Xorg displays on Linux
so that the display notification should appear correctly
no doubt there will be more bugs, but this is what the people want
and it's worth working out
Diffstat (limited to 'mw.1')
-rw-r--r-- | mw.1 | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -35,6 +35,12 @@ download and upload mail for an email account .TP .B -Y sync all email accounts +.TP +.B -t 15 +toggle a cronjob that syncs your mail every 15 minutes (or any other number under 60) +.TP +.B -T +toggle a cronjob without specifying minutes between sync .SH OPTIONS FOR ADDING ACCOUNTS These can be specified on the command line, otherwise, you will be prompted for what is necessary. mutt-wizard knows the IMAP/SMTP server information for most email providers, so specifying them is usually redundant. .TP @@ -75,6 +81,13 @@ connection will still be attempted in setup to discover mailboxes. Add a Protonmail account. Protonmail Bridge must be installed and set up. .SH DETAILS .TP +.B mailsync +mutt-wizard calls a script +.I mailsync +to sync mail. This script additionally indexes new mail with notmuch and gives you a notification if new mail has arrived. If you want to bypass its additional features, you can always just run +.I mbsync -a +to sync your mail directly. +.TP .B Mail location If the user chooses to keep offline email with .B isync, |