/email-scripts

A few scripts for viewing email in the terminal

Primary LanguageShell

mblaze scripts

This repository contains a few helpful scripts for using email with mblaze.

m - print the top of the mailbox to stdout

ml - view, mark, and reply to messages using fzf

mf - flag messages

md - download attatchments

Note

The scripts use the maildir directory specified by the MAILDIR environmental variable to locate the mail. For example:

$ echo "export MAILDIR=~/.mail" >> ~/.bashrc