summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitconfig.d/claws-mail8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitconfig.d/claws-mail b/.gitconfig.d/claws-mail
index b689b6c..e809b61 100644
--- a/.gitconfig.d/claws-mail
+++ b/.gitconfig.d/claws-mail
@@ -1,5 +1,7 @@
[filter "clawsrc"]
- clean = "sed 's/^last_opened_folder=.*$/last_opened_folder=/; \
- s/^\\(attach_.*_directory=\\).*$/\\1/; \
- s/^master_passphrase_salt=.*$/master_passphrase_salt=/;'"
+ clean = "sed '\
+ s/^\\(last_opened_folder\\)=.*$/\\1=/; \
+ s/^\\(attach_.*_directory\\)=.*$/\\1=/; \
+ s/^\\(master_passphrase_salt\\)=.*$/\\1=/; \
+ '"
smudge = cat