update copyright year
[claws.git] / src / plugins / litehtml_viewer / lh_prefs.h
index 25dcbd245d6c1860a8d7c4353d9b0340308bd787..310725b8dbbf5ecf26cb7d1f51282c27d2eaa5ad 100644 (file)
@@ -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
  * 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;
 struct _LHPrefs
 {
        gboolean enable_remote_content;
+       gint image_cache_size;
+       gchar *default_font;
 };
 
 LHPrefs *lh_prefs_get(void);
 };
 
 LHPrefs *lh_prefs_get(void);