summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-05-02 18:57:58 -0400
committerGitHub <noreply@github.com>2019-05-02 18:57:58 -0400
commit3a0dc19d7b96345cb59f68e8395fb1b1aec5e73b (patch)
treeed31c9785e28fbaef693fd6cb009c1e65a1b244e
parent6ce7d15239a8af4416703a4ba1593bd6490c7f1f (diff)
parent100e34fef534ba0ee3976e6c7358a8649e29cfc4 (diff)
Merge pull request #174 from yurisuki/master
Add urlview as a dependency
-rw-r--r--README.md5
-rw-r--r--mw.12
2 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index d99388c..bbfa588 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/mw.1 b/mw.1
index 5dafe0c..b60cbf8 100644
--- a/mw.1
+++ b/mw.1
@@ -203,6 +203,8 @@ to move mail to the same boxes.
mutt-wizard can configure as many as nine accounts each numbered by the lowest available number when configured. Press
.I i
followed by an account's number to change to that account: i2, i5, etc.
+.I ctrl-b
+to open a menu to select a url you want to open in you browser.
.TP
.B Sidebar
mutt-wizard enables the sidebar by default which displays your account's boxes with mail tallies.