From 904da95975156bbdcecbea065549f28aa947f291 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sat, 13 Jul 2013 15:32:32 -0400 Subject: Added rlwrap filter for mail --- .gitmodules | 3 +++ .rlwrap | 1 + .zshrc | 1 + Makefile | 2 ++ 4 files changed, 7 insertions(+) create mode 160000 .rlwrap diff --git a/.gitmodules b/.gitmodules index b6e00f1..f952a3a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "emacsen/dtrt-indent"] path = emacsen/dtrt-indent url = git://git.sv.gnu.org/dtrt-indent.git +[submodule ".rlwrap"] + path = .rlwrap + url = https://github.com/ryanakca/rlwrap_mail.git diff --git a/.rlwrap b/.rlwrap new file mode 160000 index 0000000..f55b0bd --- /dev/null +++ b/.rlwrap @@ -0,0 +1 @@ +Subproject commit f55b0bd05bc211b8396d8f112f654e4f18d99419 diff --git a/.zshrc b/.zshrc index d480197..4aee0e8 100644 --- a/.zshrc +++ b/.zshrc @@ -103,6 +103,7 @@ alias vi='vim' alias sm='tmux attach -t mail || tmux -f ${HOME}/.tmux-mail.conf attach' alias remote_3051='ssh -f -N -q -L 6301:192.168.1.207:631 ryan@ryanak.ca' alias sshfw='ssh -oForwardAgent=yes' +alias mail="RLWRAP_FILTERDIR=${HOME}/.rlwrap rlwrap -z mail_filter mail" # END LOCAL diff --git a/Makefile b/Makefile index 9731da5..ef90e15 100755 --- a/Makefile +++ b/Makefile @@ -38,6 +38,7 @@ GLOBAL_FILES = \ .asoundrc \ .beetsconfig \ .calendar/ \ + .config/fontconfig/ \ .config/nitrogen/ \ .config/zathura/ \ .cmus/ \ @@ -59,6 +60,7 @@ GLOBAL_FILES = \ .pythonrc.py \ .quiltrc-dpkg \ .reportbugrc \ + .rlwrap/mail_filter \ .sbuildrc \ .screenlayout/ \ .screenrc-mail \ -- cgit v1.2.3