ports/mail/sylpheed/files/extra-patch-src_main.c
Emanuel Haupt 2bc541da68 - Provide an optional patch to hide the OS and GTK signature in the
mail header [1]
- Enable GnuPG support by default to encourage people to use crypto

PR:		207214 [1]
Submitted by:	admin@vladiom.com.ua [1]
2016-02-24 18:55:57 +00:00

15 lines
419 B
C

--- src/main.c.orig 2014-11-20 03:16:13 UTC
+++ src/main.c
@@ -280,10 +280,8 @@ int main(int argc, char *argv[])
colorlabel_read_config();
prefs_common.user_agent_str = g_strdup_printf
- ("%s (GTK+ %d.%d.%d; %s)",
- prog_version,
- gtk_major_version, gtk_minor_version, gtk_micro_version,
- TARGET_ALIAS);
+ ("%s",
+ prog_version);
#if defined(G_OS_WIN32) || defined(__APPLE__)
fix_font_setting();