Dashboard
PHP:
8.3.30
OS:
Linux
User:
dh_mnqueb
/
/
usr
/
lib
/
mutt
đ€ Upload
đ New File
đ New Folder
Close
Editing: mailto-mutt
#!/bin/sh # # mailto-mutt -- wrapper to use mutt as mailto handler from Firefox # # If you want Firefox to use this wrapper for mailto URLs, go to Edit > # Preferences > Applications, and set "mailto" to "/usr/lib/mutt/mailto-mutt". exec x-terminal-emulator -e mutt "$@"
Save
Cancel