diff options
author | Luke <luke@lukesmith.xyz> | 2018-02-10 20:34:43 -0700 |
---|---|---|
committer | Luke <luke@lukesmith.xyz> | 2018-02-10 20:34:43 -0700 |
commit | 4ca6624d4e92ca2ff0bb07ec3687896690f78dac (patch) | |
tree | fed07f83aceb9cf6c62a64d1bbc5b88ea8cdafde /README.md | |
parent | d2be0777a4491b528456d046cc52d6958f11dfbe (diff) |
dependencies added
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Mutt is one of the most rewarding programs one can use, but can be a pain in the ass to configure. Since my job is making power-user tools available for the masses I want to create a tool that automates most of mutt configuration so that users can simply give their email address and get a /comfy/ setup. At that, I don't just want a mutt wizard, but an offlineIMAP wizard, so users can easily access their mail offline as well, and a wizard that makes it easy to store passwords securely using gpg. +## Dependencies + +neomutt and offlineimap installed. This repo should go directly in `~/.config/mutt/` and run from there. + ## Progress * The main scripts `mutt_install.sh` can create or add an account from a domain in `domain.csv` to `~/.offlineimaprc` without a problem. |