summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-01-06 21:13:48 -0500
committerLuke Smith <luke@lukesmith.xyz>2021-01-06 21:13:48 -0500
commitca9f1a12ccbc01889fd2a1257462594e4d2ea272 (patch)
tree0ae0461396bf9a1787be2fcb733db9ba17e61dc7 /README.md
parent4dbf70e40355b73b16a3b0b010960a0d1a681740 (diff)
use curl to login
rm mbsync requirement for online storage
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index fc6999a..46c4a36 100644
--- a/README.md
+++ b/README.md
@@ -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`.