[Commits] [SCM] claws branch, master, updated. 4.2.0-67-g894a209d9
mones at claws-mail.org
mones at claws-mail.org
Mon Mar 18 00:14:03 UTC 2024
The branch, master has been updated
via 894a209d9d9b20db5c6799cf551c4264afc502cf (commit)
from 305e170b46d2d20c407367e35ba3cf1c2d4f7a1b (commit)
Summary of changes:
src/common/defs.h | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 894a209d9d9b20db5c6799cf551c4264afc502cf
Author: Ricardo Mones <ricardo at mones.org>
Date: Mon Mar 18 01:11:56 2024 +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.
diff --git a/src/common/defs.h b/src/common/defs.h
index a0c3c50b5..60b3c8d8c 100644
--- 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'"
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list