summaryrefslogtreecommitdiffstats
path: root/.gitconfig.d/claws-mail
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig.d/claws-mail')
-rw-r--r--.gitconfig.d/claws-mail5
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitconfig.d/claws-mail b/.gitconfig.d/claws-mail
index f3b8ad6..38a65d1 100644
--- a/.gitconfig.d/claws-mail
+++ b/.gitconfig.d/claws-mail
@@ -2,8 +2,3 @@
clean = "sed 's/^last_opened_folder=.*$/last_opened_folder=/; \
s/^\\(attach_.*_directory=\\).*$/\\1/;'"
smudge = cat
-[filter "gtkaccelmap"]
- clean = "awk 'NR <=3 {print $0; next;} {print $0 | \"sort\";}'"
- smudge = cat
-[diff "gtkaccelmap"]
- textconv = "awk 'NR <=3 {print $0; next;} {print $0 | \"sort\";}'"