diff options
Diffstat (limited to '')
| -rwxr-xr-x | mail-compose | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail-compose b/mail-compose index 1c293f0..40b4d05 100755 --- a/mail-compose +++ b/mail-compose | |||
| @@ -1,8 +1,6 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | # Open a mail composer. | 3 | # Open a mail composer. |
| 4 | # Requires: mblaze | 4 | # Requires: mblaze, terminal |
| 5 | 5 | ||
| 6 | terminal=${TERMINAL:-xterm} | 6 | terminal -e mcom $@ |
| 7 | |||
| 8 | $terminal -e mcom $@ | ||
