Author: Sandro Tosi <morph@debian.org>
Description: Use xdg-open from FreeDesktop tools instead of firefox
--- checkgmail.orig/checkgmail
+++ checkgmail/checkgmail
@@ -412,7 +412,7 @@
 $save_passwd = 0;
 $time_24 = 0;
 $archive_as_read = 0;
-$gmail_command = 'firefox %u';
+$gmail_command = 'xdg-open %u';
 $language = 'English';
 
 # Global variables
