You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

58 lines
1.0 KiB

  1. .TH MAILSYNC 1
  2. .SH NAME
  3. mailsync \- sync mail accounts set up with
  4. .B mw.
  5. .SH SYNOPSIS
  6. .B mailsync
  7. [
  8. .I OPTIONS
  9. ]... [
  10. .I ACCOUNTS
  11. ]
  12. .SH DESCRIPTION
  13. .B mailsync
  14. syncs the mail of all accounts set up with
  15. .B
  16. mw,
  17. or if account names are given, syncs only those accounts.
  18. .B
  19. mailsync
  20. is a wrapper for
  21. .B mbsync
  22. and
  23. .B
  24. mpop,
  25. but also automatically reindexes new mail with
  26. .B notmuch,
  27. gives notifications if new mail is found and can also be set as a cronjob to sync and index mail quietly in the background.
  28. .SH COMMANDS
  29. .TP
  30. .B mailsync
  31. sync all mail accounts and notify user if there is new mail
  32. .TP
  33. .B mailsync account@example.org
  34. only sync the
  35. .B account@example.org
  36. account.
  37. .SH CONFIGURATION
  38. While
  39. .B
  40. mailsync
  41. gives notifications on the arrival of new mail by default, this can be diabled by setting the variable
  42. .I
  43. MAILSYNC_MUTE=1.
  44. .SH AUTHORS
  45. Written by Luke Smith <luke@lukesmith.xyz> originally in 2018.
  46. .SH LICENSE
  47. GPLv3
  48. .SH SEE ALSO
  49. .BR mw (1),
  50. .BR neomutt (1),
  51. .BR neomuttrc (1)
  52. .BR mbsync (1),
  53. .BR mpop (1),
  54. .BR msmtp (1),
  55. .BR notmuch (1),
  56. .BR abook (1)