diff options
Diffstat (limited to '.mutt/compose.sh')
-rwxr-xr-x | .mutt/compose.sh | 14 |
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" |