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.
 
 
 
 

61 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. can also pass on options to
  21. .B
  22. mbsync,
  23. which it uses to sync mail.
  24. .B
  25. mailsync
  26. is a wrapper for
  27. .B mbsync,
  28. but also automatically reindexes new mail with
  29. .B notmuch,
  30. gives notifications if new mail is found and can also be set as a cronjob to sync and index mail quietly in the background.
  31. .SH COMMANDS
  32. .TP
  33. .B mailsync
  34. sync all mail accounts and notify user if there is new mail
  35. .TP
  36. .B mailsync account@example.org
  37. only sync the
  38. .B account@example.org
  39. account.
  40. .TP
  41. .B
  42. -*
  43. See the
  44. .B
  45. mbsync
  46. manual for aditional options that can be used.
  47. .SH AUTHORS
  48. Written by Luke Smith <luke@lukesmith.xyz> originally in 2018.
  49. .SH LICENSE
  50. GPLv3
  51. .SH SEE ALSO
  52. .BR mw (1),
  53. .BR neomutt (1),
  54. .BR neomuttrc (1)
  55. .BR mbsync (1),
  56. .BR mpop (1),
  57. .BR msmtp (1),
  58. .BR notmuch (1),
  59. .BR abook (1)