vmail 0.2.4 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.markdown +2 -2
- data/lib/vmail/imap_client.rb +1 -1
- data/lib/vmail/version.rb +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
|
@@ -116,8 +116,8 @@ In the split view, you can jump between the two panes by just pressing ENTER
|
|
|
116
116
|
from either window.
|
|
117
117
|
You can also use the standard Vim key sequence `C-w C-w`.
|
|
118
118
|
|
|
119
|
-
You can
|
|
120
|
-
|
|
119
|
+
You can use `<C-j>` or `,j` from either split window to show the next message.
|
|
120
|
+
You can use `<C-k>` or `,k` to show the previous message.
|
|
121
121
|
|
|
122
122
|
vmail loads a certain number messages at a time, starting with the most recent.
|
|
123
123
|
If there are more messages that vmail hasn't loaded, you'll see a line at the
|
data/lib/vmail/imap_client.rb
CHANGED
data/lib/vmail/version.rb
CHANGED