talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 49bdcb026ff97edddf031e8b2ee5fda240d85d26
parent e6503663b06663e366a045fa45848ed967023e41
Author: Oliver Lowe <o@olowe.co>
Date:   Fri, 15 Aug 2025 14:43:17 +1000

Unused plugin enum

Diffstat:
Msrc/folder_item_prefs.h | 6+-----
Msrc/mainwindow.c | 2--
2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/src/folder_item_prefs.h b/src/folder_item_prefs.h @@ -31,11 +31,7 @@ typedef enum { HTML_RENDER_NEVER, HTML_RENDER_ALWAYS } HTMLRenderType; -typedef enum { - INVOKE_PLUGIN_ON_HTML_DEFAULT=0, - INVOKE_PLUGIN_ON_HTML_NEVER, - INVOKE_PLUGIN_ON_HTML_ALWAYS -} InvokePluginOnHTMLType; + typedef enum { HTML_PROMOTE_DEFAULT=0, HTML_PROMOTE_NEVER, diff --git a/src/mainwindow.c b/src/mainwindow.c @@ -333,8 +333,6 @@ static void create_filter_cb (GtkAction *action, gpointer data); static void create_processing_cb (GtkAction *action, gpointer data); -static void open_urls_cb (GtkAction *action, - gpointer data); static void prefs_template_open_cb (GtkAction *action, gpointer data);