aboutsummaryrefslogtreecommitdiff
path: root/mail-compose
blob: 1c293f05ef8d809ef5812a3395d7c9897c8f768e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# Open a mail composer.
# Requires: mblaze

terminal=${TERMINAL:-xterm}

$terminal -e mcom $@

Generated with cgit - Back to sebastiano.tronto.net