summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-05-25 19:43:41 (EDT)
committer P. J. McDermott <pj@pehjota.net>2018-05-25 19:43:41 (EDT)
commitf5176dcefbc7737e9cc39dc1d148cfab8a57f70d (patch)
treec9755ae92c1a25ce6fb7cae21c76a1dffd9ac7a0
parent4cb5e180bebea06169917fc1f4e87d8bb60f3eb6 (diff)
downloadclaws-mail-f5176dcefbc7737e9cc39dc1d148cfab8a57f70d.zip
claws-mail-f5176dcefbc7737e9cc39dc1d148cfab8a57f70d.tar.gz
claws-mail-f5176dcefbc7737e9cc39dc1d148cfab8a57f70d.tar.bz2
Don't sort first three lines of .claws-mail/menurc
-rw-r--r--.gitconfig.d/claws-mail2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitconfig.d/claws-mail b/.gitconfig.d/claws-mail
index 01e6379..90a00ed 100644
--- a/.gitconfig.d/claws-mail
+++ b/.gitconfig.d/claws-mail
@@ -5,5 +5,5 @@
clean = sed 's/^last_opened_folder=.*$/last_opened_folder=/'
smudge = cat
[filter "menurc"]
- clean = sort
+ clean = "awk 'NR <=3 {print $0; next;} {print $0 | \"sort\";}'"
smudge = cat