aboutsummaryrefslogtreecommitdiff
path: root/mail
blob: 21cfc43f347f4675077691f635da0443826c23a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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