Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mail: more reliably find vi command (#823)
* On Android I have Termux, and vi is installed as /data/data/com.termux/files/usr/bin/vi * Remove the assumption that vi is installed under /usr/bin * With this patch, perl will look for vi within $PATH * Tested on OpenBSD and Termux/Android * Environment variable $VISUAL still takes precedence if it is set
- Loading branch information