Bloggings

Home

Neomutt as default in XFCE4

2025-03-21

I've always loved Mutt and now Neomutt on XFCE4

Note: I use RBW to access my Bitwarden password vault on the command line or in scripts, so I need to make sure it is unlocked before running Neomutt, hence the Exec line in the desktop entry.

RBW sudo pacman -S rbw

Create desktop entry

~/.local/share/applications/neomutt.desktop
[Desktop Entry] Categories=Office;Network;Email; Comment=Simple text-based Mail User Agent Exec=xfce4-terminal -x bash -c '"rbw unblock" ; neomutt' %u Icon=neomutt Name=neomutt MimeType=x-scheme-handler/mailto; NoDisplay=false Terminal=false Type=Application

Add xdg mime type

xdg-mime default neomutt.desktop x-scheme-handler/mailto

 


A minimalist blog by Philip Wittamore