mongrel
mongrel copied to clipboard
a mail reader for 9front
mongrel
An opinionated mail reader for plan9 inspired by mutt.
mongrel only provides reading functionality, writing is done using nedmail.

If available, mongrel will use your current theme.
Quick start
% mk install
% mongrel -m mbox
NOTE: you can pass multiple -m parameters to load multiple mailboxes.
Usage
mongrel has two components:
- the index which shows the list of messages
- the pager which shows the content of the mail currently selected in the index.
In the index, navigation is done using either the scrollbar or the mouse wheel. Selection can be changed using the arrow keys, page up, page down, home and end. A left click on a message will select it and display its content if the pager is open while a right click (or pressing Enter) will open the pager first and then display the message content. A middle click will open a menu with additional actions:
- plumb sends the message to the plumber which by default opens the message in nedmail (useful for answering/forwarding the message).
- delete deletes the message
In the pager, navigation is done using either the scrollbar or the mouse wheel. It is also possible to use keyboard navigation by pressing Alt in addition to the arrow keys, page up, page down, home and end.
Right-clicking in the header bar (the one displaying the current mailbox name) will show a menu allowing to switch between mailboxes.
Other shortcuts:
qwill hide the pager if it is open or quit mongrel if in the index.Delexit mongrel.
License
MIT
Bugs
This is work in progress and I already know of quite many of them.