diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-08-21 13:57:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-21 13:57:13 -0400 |
commit | 438f6d0bb540d8fc0a5eb2117bc19190666a0b88 (patch) | |
tree | 3bab9207ccf11aca67fd1910c1b2ba5ceaab68a4 | |
parent | 6a62bcd9014861126162c7337cab6022db2daee8 (diff) | |
parent | edb614bfd910c42297bf383173f578ba7e0ad350 (diff) |
Merge pull request #74 from freddiaN/master
are you sure msmtp isn't needed?
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ mail with mutt and offlineimap. Be sure to enable that! ## Installation and Dependencies -`dialog`, `neomutt` and `offlineimap` should be installed. You also need to +`dialog`, `neomutt`, `offlineimap` and `msmtp` should be installed. You also need to have a GPG public/private key pair for the wizard to automatically store your passwords. The whole repo should be cloned to `~/.config/mutt/`. (If you have a previous mutt folder, you'll want to back it up or delete it first.) |