talons

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

commit 8f2c1491f848e3f5419bf0f93a07ebd4e08b6d61
parent d6dfb9960cc1c8d25a1dbfaf6958fb82e596c46b
Author: Paul <paul@claws-mail.org>
Date:   Thu, 16 Feb 2017 13:49:00 +0000

use xdg-open as default mime_open_command

Diffstat:
Msrc/prefs_common.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/prefs_common.c b/src/prefs_common.c @@ -790,7 +790,7 @@ static PrefParam param[] = { /* MIME viewer */ {"mime_textviewer", NULL, &SPECIFIC_PREFS.mime_textviewer, P_STRING, NULL, NULL, NULL}, - {"mime_open_command", "gedit '%s'", + {"mime_open_command", "xdg-open '%s'", &SPECIFIC_PREFS.mime_open_cmd, P_STRING, NULL, NULL, NULL}, {"show_inline_attachments", "TRUE", &prefs_common.show_inline_attachments, P_BOOL, NULL, NULL, NULL},