aboutsummaryrefslogtreecommitdiff
path: root/libsylph
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-06-17 08:33:49 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-06-17 08:33:49 +0000
commit12e6c3c5a0f3d2cac44569fd19a7b0c467cb7ef9 (patch)
treede91ff381b2b2fcd2654a8135b5775b6bb0c2420 /libsylph
parent1b0c5d09e2259d5156131c5cdea688b064c6dbe4 (diff)
made user-agent string configurable from plug-ins.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2577 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph')
-rw-r--r--libsylph/prefs_common.h2
1 files changed, 2 insertions, 0 deletions
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;