commit 25ae590a464021cf40c0048bd25caa22edb8b892 from: Omar Polo date: Sat Jun 15 11:57:02 2024 UTC mailcap: change the default to run xdg-open in the background commit - 329cd624ab8a6f91ae66a4b8d554a418950926af commit + 25ae590a464021cf40c0048bd25caa22edb8b892 blob - af593b320c54c49656560750b987798cb18cda5f blob + 9f549357ab7fcb8bbd7389b7855b688de9d95cfe --- mailcap.c +++ mailcap.c @@ -31,7 +31,7 @@ #include "compat.h" #include "mailcap.h" -#define DEFAULT_MAILCAP_ENTRY "*/*; xdg-open %s ; needsterminal" +#define DEFAULT_MAILCAP_ENTRY "*/*; xdg-open %s" #define str_unappend(ch) if (sps.off > 0 && (ch) != EOF) { sps.off--; }