aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-07-13 15:32:32 -0400
committerRyan Kavanagh <rak@debian.org>2013-07-13 15:32:32 -0400
commit904da95975156bbdcecbea065549f28aa947f291 (patch)
treec2c5f08953ac22df49ba9b92450c2ebc1d651f42
parentMIT + offlineimap now works if using my patched version (diff)
Added rlwrap filter for mail
-rw-r--r--.gitmodules3
m---------.rlwrap0
-rw-r--r--.zshrc1
-rwxr-xr-xMakefile2
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
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 \