[Commits] [SCM] claws branch, gtk2, updated. 3.19.1-48-g623c73996

paul at claws-mail.org paul at claws-mail.org
Thu May 25 17:12:09 UTC 2023


The branch, gtk2 has been updated
       via  623c7399625650d351174de10ea2347f64d7069d (commit)
      from  b07a744fe560d369f7126f8ec9659ddf57fa445b (commit)

Summary of changes:
 src/procmime.c | 6 ++++--
 src/procmime.h | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)


- Log -----------------------------------------------------------------
commit 623c7399625650d351174de10ea2347f64d7069d
Author: Paul <paul at claws-mail.org>
Date:   Thu May 25 18:08:13 2023 +0100

    recognise font/* and chemical/* mime types

diff --git a/src/procmime.c b/src/procmime.c
index 8a3efefef..2e9570515 100644
--- a/src/procmime.c
+++ b/src/procmime.c
@@ -1,6 +1,6 @@
 /*
- * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2021 the Claws Mail team and Hiroyuki Yamamoto
+ * Claws Mail -- a GTK based, lightweight, and fast e-mail client
+ * Copyright (C) 1999-2023 the Claws Mail team and Hiroyuki Yamamoto
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -1364,7 +1364,9 @@ static struct TypeTable mime_type_table[] = {
 	{"image", MIMETYPE_IMAGE},
 	{"audio", MIMETYPE_AUDIO},
 	{"video", MIMETYPE_VIDEO},
+	{"font",  MIMETYPE_FONT},
 	{"model", MIMETYPE_MODEL},
+	{"chemical", MIMETYPE_CHEMICAL},
 	{"application", MIMETYPE_APPLICATION},
 	{"message", MIMETYPE_MESSAGE},
 	{"multipart", MIMETYPE_MULTIPART},
diff --git a/src/procmime.h b/src/procmime.h
index 8b6859f9b..ba385cca8 100644
--- a/src/procmime.h
+++ b/src/procmime.h
@@ -1,6 +1,6 @@
 /*
- * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2021 the Claws Mail team and Hiroyuki Yamamoto
+ * Claws Mail -- a GTK based, lightweight, and fast e-mail client
+ * Copyright (C) 1999-2023 the Claws Mail team and Hiroyuki Yamamoto
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -50,7 +50,9 @@ typedef enum
 	MIMETYPE_APPLICATION,
 	MIMETYPE_MESSAGE,
 	MIMETYPE_MULTIPART,
+	MIMETYPE_FONT,
 	MIMETYPE_MODEL,
+	MIMETYPE_CHEMICAL,
 	MIMETYPE_UNKNOWN
 } MimeMediaType;
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list