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.
 
 
 
 

69 lines
1.6 KiB

  1. .TH MW 1 mutt-wizard
  2. .SH NAME
  3. mw \- mutt-wizard \- autoconfigure email accounts for neomutt and isync
  4. .SH SYNOPSIS
  5. .B mw
  6. <command>
  7. .SH DESCRIPTION
  8. .B mw
  9. takes a user email account and sets up a terminal-based email interface with it for
  10. .B neomutt.
  11. This can include offline email with
  12. .B isync/mbsync
  13. and configs for
  14. .B msmtp
  15. for sending mail, and also passwords automatically encrypted and stored with
  16. .B pass.
  17. .SH COMMANDS
  18. .TP
  19. .B add
  20. configure an email account
  21. .TP
  22. .B ls
  23. list all email accounts configured by mutt-wizard
  24. .TP
  25. .B delete
  26. delete the configuration files for an already configured email account
  27. .TP
  28. .B purge
  29. totally purge all local mutt-wizard accounts
  30. .TP
  31. .B cron
  32. toggle a cronjob that will automatically sync mail with
  33. .B mailsync
  34. every few minutes
  35. .SH DETAILS
  36. .TP
  37. .B Mail location
  38. If the user chooses to keep offline email with
  39. .B isync,
  40. it will be kept in
  41. .I ~/.local/share/mail/
  42. and if he wants to use
  43. .B notmuch
  44. to index and search his mail, he should give this directory location to
  45. .B notmuch
  46. when he first runs
  47. .B notmuch setup.
  48. .TP
  49. .B muttrc files
  50. mutt-wizard will create a muttrc file for each created account holding account-specific details. These will appear in
  51. .I ~/.config/mutt/accounts/
  52. and can be edited by the user if needbe.
  53. .TP
  54. .B Mail deletion
  55. Neither
  56. .B delete
  57. or
  58. .B purge
  59. will delete downloaded mail for for safety (and time)'s sake. If you want to delete downloaded mail, do so manually by removing it from the directory above.
  60. .SH AUTHORS
  61. Written by Luke Smith <luke@lukesmith.xyz>.
  62. .SH LICENSE
  63. GPLv3
  64. .SH SEE ALSO
  65. .BR neomutt (1),
  66. .BR neomuttrc (1)
  67. .BR mbsync (1),
  68. .BR msmtp (1),