diff options
author | Luke Smith <luke@lukesmith.xyz> | 2023-02-13 15:21:28 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2023-02-13 15:21:28 -0500 |
commit | 2a60bfb6d91c8a96b2c0607c73f356fa55f07d87 (patch) | |
tree | bb9a2cfb0d12d5ae18e5a9a688ca1e55192719f9 /mailsync.1 | |
parent | 4773839af2b143190ddfc95db19d3fdbaeb958f4 (diff) |
simplify mailsync, remove silly option passing
Diffstat (limited to 'mailsync.1')
-rw-r--r-- | mailsync.1 | 18 |
1 files changed, 4 insertions, 14 deletions
@@ -18,14 +18,11 @@ or if account names are given, syncs only those accounts. .B mailsync -can also pass on options to -.B -mbsync, -which it uses to sync mail. -.B -mailsync is a wrapper for -.B mbsync, +.B mbsync +and +.B +mpop, but also automatically reindexes new mail with .B notmuch, gives notifications if new mail is found and can also be set as a cronjob to sync and index mail quietly in the background. @@ -38,13 +35,6 @@ sync all mail accounts and notify user if there is new mail only sync the .B account@example.org account. -.TP -.B --* -See the -.B -mbsync -manual for additional options that can be used. .SH AUTHORS Written by Luke Smith <luke@lukesmith.xyz> originally in 2018. .SH LICENSE |