commit 894a209d9d9b20db5c6799cf551c4264afc502cf
parent 305e170b46d2d20c407367e35ba3cf1c2d4f7a1b
Author: Ricardo Mones <ricardo@mones.org>
Date: Mon, 18 Mar 2024 01:11:56 +0100
Remove unused define
Support for metamail was dropped in 2.5.0 according to NEWS file.
Removed also two comments, very likely debugging remnants.
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/common/defs.h b/src/common/defs.h
@@ -1,6 +1,6 @@
/*
* Claws Mail -- a GTK based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2021 the Claws Mail team and Hiroyuki Yamamoto
+ * Copyright (C) 1999-2024 the Claws Mail team and Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -115,12 +115,9 @@
#define DEFAULT_INC_PATH "/usr/bin/mh/inc"
#define DEFAULT_INC_PROGRAM "inc"
-/* #define DEFAULT_INC_PATH "/usr/bin/imget" */
-/* #define DEFAULT_INC_PROGRAM "imget" */
#define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t -i"
#define DEFAULT_BROWSER_CMD "firefox '%s'"
#define DEFAULT_EDITOR_CMD "gedit '%s'"
-#define DEFAULT_MIME_CMD "metamail -d -b -x -c %s '%s'"
#define DEFAULT_IMAGE_VIEWER_CMD "display '%s'"
#define DEFAULT_AUDIO_PLAYER_CMD "play '%s'"