ftp -o - https://jcs.org/move_in | sh -
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

muttrc: use j/k in pager as up/down, J/K to change messages

This is how the message lists in klud.ge work and I've gotten used
to it.

+6
+6
.muttrc
··· 67 67 bind pager <up> previous-line 68 68 bind pager <left> exit 69 69 bind pager <right> next-entry 70 + bind pager j next-line 71 + bind pager k previous-line 72 + bind pager h exit 73 + bind pager l next-entry 74 + bind pager K previous-entry 75 + bind pager J next-entry 70 76 bind pager \CF next-page 71 77 bind pager \CB previous-page 72 78 bind pager \CP print-message