diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-07-13 15:32:32 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-07-13 15:32:32 -0400 |
commit | 904da95975156bbdcecbea065549f28aa947f291 (patch) | |
tree | c2c5f08953ac22df49ba9b92450c2ebc1d651f42 | |
parent | MIT + offlineimap now works if using my patched version (diff) |
Added rlwrap filter for mail
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | .rlwrap | 0 | ||||
-rw-r--r-- | .zshrc | 1 | ||||
-rwxr-xr-x | Makefile | 2 |
4 files changed, 6 insertions, 0 deletions
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 +Subproject f55b0bd05bc211b8396d8f112f654e4f18d9941 @@ -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 @@ -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 \ |