aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-04-09 14:33:36 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-04-09 14:33:36 -0300
commit769e115a01f5bd373046275e65a41da52c05fcec (patch)
treefe27d36999ab2ced0e40ea6a68451bd32c8f2f42 /mail
downloadwrappers-769e115a01f5bd373046275e65a41da52c05fcec.tar.gz
wrappers-769e115a01f5bd373046275e65a41da52c05fcec.tar.bz2
Initial import
Diffstat (limited to 'mail')
-rwxr-xr-xmail16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail b/mail
new file mode 100755
index 0000000..21cfc43
--- /dev/null
+++ b/mail
@@ -0,0 +1,16 @@
+#!/bin/bash
+#
+# Wrapper for calendar application.
+#
+
+# Parameters
+BASENAME="`basename $0`"
+
+# Check configuration
+if [ ! -e "$HOME/.custom/muttrc" ]; then
+ mkdir -p $HOME/.custom
+ touch $HOME/.custom/muttrc
+fi
+
+# Dispatch
+mutt