From 165d9a8cd3569e555ace6362f9f968cdc90241f1 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 26 Jul 2023 15:24:50 +0300 Subject: [PATCH] .minisig, .sig --- rc/mime/crypto | 1 - rc/mime/text | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/rc/mime/crypto b/rc/mime/crypto index 979389c..eceac16 100644 --- a/rc/mime/crypto +++ b/rc/mime/crypto @@ -10,4 +10,3 @@ .p8e application/pkcs8-encrypted .pem application/x-pem-file .pfx application/pkcs12 -.sig application/pgp-signature diff --git a/rc/mime/text b/rc/mime/text index f34852d..f6a618b 100644 --- a/rc/mime/text +++ b/rc/mime/text @@ -9,10 +9,12 @@ .ldif text/plain; charset=utf-8 c .log text/plain; charset=utf-8 c .md text/markdown; charset=utf-8 c +.minisig text/plain c .patch text/x-diff c .pod text/x-pod; charset=utf-8 c .readme text/plain; charset=utf-8 c .rec text/plain; charset=utf-8 c +.sig text/plain; charset=utf-8 c .txt text/plain; charset=utf-8 c .url text/uri-list; charset=utf-8 c .uue text/x-uuencode c -- 2.44.0