aboutsummaryrefslogtreecommitdiffstats
path: root/.mutt/compose.sh
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-01-06 22:59:26 +0800
committerAaron LI <aaronly.me@gmail.com>2016-01-06 22:59:26 +0800
commit25b947edf445a96db335fe285a8b253b214649ff (patch)
tree3f785cdbef303c71111debd067c95a62ea456587 /.mutt/compose.sh
parent0ed3373f1c2d47aba769aa67439e05350c2792e9 (diff)
downloaddotfiles-25b947edf445a96db335fe285a8b253b214649ff.tar.bz2
Rename .* => _*; Move out private contents.
Diffstat (limited to '.mutt/compose.sh')
-rwxr-xr-x.mutt/compose.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/.mutt/compose.sh b/.mutt/compose.sh
deleted file mode 100755
index 9172421..0000000
--- a/.mutt/compose.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-#
-# Compose mail in new tmux/screen window.
-#
-# Reference:
-# [1] Multi-window Mutt with Screen
-# http://op-co.de/blog/posts/mulit-window_mutt/
-#
-
-# set the screen window title to the message receiver
-#awk -F 'To: ' '/^To:/ { print "\033k" $2 "\033\\" }' "$1"
-
-mutt -F ~/.mutt/compose.rc -H "$1"
-rm "$1"