summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-05-28 15:46:42 (EDT)
committer P. J. McDermott <pj@pehjota.net>2018-05-28 15:47:49 (EDT)
commit92dfb4304a33005d2839254f5ec588d3d072ee00 (patch)
tree09ed6dcbd18aac1d7cd39148187086953284d010
parent4c5fe456fb28aaca8ab07e963475ddb011ce55e1 (diff)
downloadclaws-mail-92dfb4304a33005d2839254f5ec588d3d072ee00.zip
claws-mail-92dfb4304a33005d2839254f5ec588d3d072ee00.tar.gz
claws-mail-92dfb4304a33005d2839254f5ec588d3d072ee00.tar.bz2
.gitconfig.d/claws-mail: Reformat sed command
-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