From 4fdb66df7d01a0a3ad169a3763e3473ab2f87801 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 14 Jun 2018 01:51:30 -0400 Subject: .gitconfig.d/claws-mail: Filter out mime_open_command This changes often and doesn't need to be saved. --- diff --git a/.gitconfig.d/claws-mail b/.gitconfig.d/claws-mail index e809b61..40d2be5 100644 --- a/.gitconfig.d/claws-mail +++ b/.gitconfig.d/claws-mail @@ -2,6 +2,7 @@ clean = "sed '\ s/^\\(last_opened_folder\\)=.*$/\\1=/; \ s/^\\(attach_.*_directory\\)=.*$/\\1=/; \ + s/^\\(mime_open_command\\)=.*$/\\1=/; \ s/^\\(master_passphrase_salt\\)=.*$/\\1=/; \ '" smudge = cat -- cgit v0.9.1