about summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-06-07 10:23:12 -0400
committerDrew DeVault <sir@cmpwn.com>2019-06-07 10:23:12 -0400
commite0cadd61a24473e5d41ed3e54f2826b7dd8a8a0e (patch)
tree3474f53555e8a4f4dd4f72ee631182eea87ca972 /config
parent37f0114ffaf0c150ec2adaea2eea5ce322960465 (diff)
downloadaerc-e0cadd61a24473e5d41ed3e54f2826b7dd8a8a0e.tar.gz
Add image/* filter, commented out by default
Diffstat (limited to 'config')
-rw-r--r--config/aerc.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/aerc.conf.in b/config/aerc.conf.in
index 4c6b1a7..c24eeb7 100644
--- a/config/aerc.conf.in
+++ b/config/aerc.conf.in
@@ -72,3 +72,4 @@ editor=
 subject,~^\[PATCH=@SHAREDIR@/filters/hldiff.py
 text/*=@SHAREDIR@/filters/plaintext.py
 #text/html=@SHAREDIR@/filters/html
+#image/*=catimg -w $(tput cols) -
#n126'>126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204