From 12e6c3c5a0f3d2cac44569fd19a7b0c467cb7ef9 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 17 Jun 2010 08:33:49 +0000 Subject: made user-agent string configurable from plug-ins. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2577 ee746299-78ed-0310-b773-934348b2243d --- libsylph/prefs_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libsylph') diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h index 88cd41f9..1ce4724d 100644 --- a/libsylph/prefs_common.h +++ b/libsylph/prefs_common.h @@ -315,6 +315,8 @@ struct _PrefsCommon gboolean recipients_autoreg; /* Send */ gboolean enable_address_completion; /* Compose */ gboolean fullauto_completion_mode; /* Compose */ + + gchar *user_agent_str; }; extern PrefsCommon prefs_common; -- cgit v1.2.3