aboutsummaryrefslogtreecommitdiff
path: root/mail-compose
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2022-02-10 18:38:59 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2022-02-10 18:38:59 +0100
commitcb8f9102498eddb8cd3cb907a2d64dd344a92910 (patch)
tree91dca7118da7bcf34a146a155ea8a7faa8b7a9a6 /mail-compose
parent53f313bbdc7fb7d6af99d3e7f91c3c5a3bc66538 (diff)
downloadscripts-cb8f9102498eddb8cd3cb907a2d64dd344a92910.tar.gz
scripts-cb8f9102498eddb8cd3cb907a2d64dd344a92910.zip
Removed environment variables for default programs. Some have been replaced by their own script.
Diffstat (limited to 'mail-compose')
-rwxr-xr-xmail-compose6
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
6terminal=${TERMINAL:-xterm} 6terminal -e mcom $@
7
8$terminal -e mcom $@

Generated with cgit - Back to sebastiano.tronto.net