diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-01-06 21:13:48 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2021-01-06 21:13:48 -0500 |
commit | ca9f1a12ccbc01889fd2a1257462594e4d2ea272 (patch) | |
tree | 0ae0461396bf9a1787be2fcb733db9ba17e61dc7 /README.md | |
parent | 4dbf70e40355b73b16a3b0b010960a0d1a681740 (diff) |
use curl to login
rm mbsync requirement for online storage
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -66,9 +66,10 @@ The mutt-wizard is run with the command `mw`. Once everything is setup, you'll u ## Dependencies - `neomutt` - the email client. -- `isync` - downloads and syncs the mail. (required at install) +- `curl` - tests connections (required at install). +- `isync` - downloads and syncs the mail (required if storing IMAP mail locally). - `msmtp` - sends the email. -- `pass` - safely encrypts passwords (required at install) +- `pass` - safely encrypts passwords (required at install). There's a chance of errors if you use a slow-release distro like Ubuntu, Debian or Mint. If you get errors in `neomutt`, install the most recent version manually or manually remove the offending lines in the config in `/usr/share/mutt-wizard/mutt-wizard.muttrc`. |