diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-05-02 19:12:35 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-05-02 19:12:35 -0400 |
commit | c49c2e8269810683298864a3bd7fa033d3d5b5b8 (patch) | |
tree | e3c68d4415b4764a49e9fd34f0a94091fad64331 /README.md | |
parent | b64c44e03ef3cf5a8f4e43d2a69c6fb064c3061a (diff) | |
parent | 3a0dc19d7b96345cb59f68e8395fb1b1aec5e73b (diff) |
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -47,6 +47,7 @@ The mutt-wizard is run with the command `mw`. It also installs the `mailsync` co - `isync` - downloads and syncs the mail. (required at install) - `msmtp` - sends the email. - `pass` - safely encrypts passwords (required at install) +- `urlview` - outputs urls in mail to browser. ### Optional @@ -72,8 +73,8 @@ To give you an example of the interface, here's an idea: - `i#` - Press `i` followed by a number 1-9 to go to a different account. If you add 9 accounts via mutt-wizard, they will each be assigned a number. - `a` to add address/person to abook and `Tab` while typing address to complete one from book. - `?` - see all keyboard shortcuts -- `ctrl-j`/`ctrl-k` - move up and down in sidebar, `ctrl-o` opens mailbox - +- `ctrl-j`/`ctrl-k` - move up and down in sidebar, `ctrl-o` opens mailbox. +- `ctrl-b` - open a menu to select a url you want to open in you browser. ## New stuff and improvements since the original release - `isync`/`mbsync` has replaced `offlineimap` as the backend. Offlineimap was error-prone, bloated, used obsolete Python 2 modules and required separate steps to install the system. |