summaryrefslogtreecommitdiff
path: root/mailsync.1
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-20 22:52:38 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-20 22:52:38 +0900
commitc9e72cfb78f2cc2dd9e3c5f0c49e92255bd2db1a (patch)
treeabc0ac09afbf1b17c5489506a700681936153b5f /mailsync.1
init
Diffstat (limited to 'mailsync.1')
-rw-r--r--mailsync.157
1 files changed, 57 insertions, 0 deletions
diff --git a/mailsync.1 b/mailsync.1
new file mode 100644
index 0000000..e9bdd6d
--- /dev/null
+++ b/mailsync.1
@@ -0,0 +1,57 @@
+.TH MAILSYNC 1
+.SH NAME
+mailsync \- sync mail accounts set up with
+.B mw.
+.SH SYNOPSIS
+.B mailsync
+[
+.I OPTIONS
+]... [
+.I ACCOUNTS
+]
+.SH DESCRIPTION
+.B mailsync
+syncs the mail of all accounts set up with
+.B
+mw,
+or if account names are given, syncs only those accounts.
+
+.B
+mailsync
+is a wrapper for
+.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.
+.SH COMMANDS
+.TP
+.B mailsync
+sync all mail accounts and notify user if there is new mail
+.TP
+.B mailsync account@example.org
+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
+GPLv3
+.SH SEE ALSO
+.BR mw (1),
+.BR neomutt (1),
+.BR neomuttrc (1)
+.BR mbsync (1),
+.BR mpop (1),
+.BR msmtp (1),
+.BR notmuch (1),
+.BR abook (1)