X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fplugins%2Flitehtml_viewer%2Flh_prefs.h;h=cd73f8152c32d78207f62633404bbd70281564c4;hp=25dcbd245d6c1860a8d7c4353d9b0340308bd787;hb=HEAD;hpb=3ba2202c25887951503f1ab4a341d9046fdab874 diff --git a/src/plugins/litehtml_viewer/lh_prefs.h b/src/plugins/litehtml_viewer/lh_prefs.h index 25dcbd245..310725b8d 100644 --- a/src/plugins/litehtml_viewer/lh_prefs.h +++ b/src/plugins/litehtml_viewer/lh_prefs.h @@ -1,5 +1,5 @@ /* - * Claws Mail -- A GTK+ based, lightweight, and fast e-mail client + * Claws Mail -- A GTK based, lightweight, and fast e-mail client * Copyright(C) 2019 the Claws Mail Team * * This program is free software; you can redistribute it and/or modify @@ -29,6 +29,8 @@ typedef struct _LHPrefs LHPrefs; struct _LHPrefs { gboolean enable_remote_content; + gint image_cache_size; + gchar *default_font; }; LHPrefs *lh_prefs_get(void);