From 0f017a97098824c9680c625f496edce25bcee32f Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Mon, 28 Dec 2020 22:33:21 -0500 Subject: [PATCH] rm mutt/offlineimap --- Makefile | 6 +- aliases | 1 - msmtprc | 16 ---- mutt/accounts/seaturtle | 7 -- mutt/colors | 161 ---------------------------------------- mutt/mailcap | 18 ----- mutt/muttrc | 52 ------------- mutt/offlineimap.py | 8 -- mutt/runmutt.sh | 3 - mutt/view-attachment.sh | 127 ------------------------------- mutt/xdg-utils.txt | 23 ------ offlineimaprc | 33 -------- urlview | 29 -------- 13 files changed, 3 insertions(+), 481 deletions(-) delete mode 100644 aliases delete mode 100644 msmtprc delete mode 100644 mutt/accounts/seaturtle delete mode 100644 mutt/colors delete mode 100644 mutt/mailcap delete mode 100644 mutt/muttrc delete mode 100644 mutt/offlineimap.py delete mode 100644 mutt/runmutt.sh delete mode 100644 mutt/view-attachment.sh delete mode 100644 mutt/xdg-utils.txt delete mode 100644 offlineimaprc delete mode 100644 urlview diff --git a/Makefile b/Makefile index 8379bcc..774ad1b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ LN_FLAGS = -sfnv MKDIR_FLAGS = -pv -home_symlinks = aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt vimrc vim Xmodmap tmux.conf gitconfig bashrc +home_symlinks = Xresources xbindkeysrc xinitrc vimrc vim Xmodmap tmux.conf gitconfig bashrc config_copy = @@ -10,11 +10,11 @@ config_symlinks = termite dircolors-solarized i3 gnupg_symlinks = gpg-agent.conf -local_install: aliases Xresources xbindkeysrc xinitrc offlineimaprc urlview msmtprc mutt vimrc vim termite dircolors-solarized i3 gitconfig gpg-agent.conf bashrc +local_install: Xresources xbindkeysrc xinitrc vimrc vim termite dircolors-solarized i3 gitconfig gpg-agent.conf bashrc mac_local_install: vimrc vim dircolors-solarized gpg-agent.conf tmux.conf bashrc -remote_install: vim vimrc dircolors-solarized aliases tmux.conf +remote_install: vim vimrc dircolors-solarized tmux.conf ctrl_install: Xmodmap diff --git a/aliases b/aliases deleted file mode 100644 index aeba6b1..0000000 --- a/aliases +++ /dev/null @@ -1 +0,0 @@ -alias mutt="~/.mutt/runmutt.sh" diff --git a/msmtprc b/msmtprc deleted file mode 100644 index b2de505..0000000 --- a/msmtprc +++ /dev/null @@ -1,16 +0,0 @@ -defaults -auth on -tls on -tls_starttls -tls_trust_file /etc/ssl/certs/ca-certificates.crt -logfile ~/.mutt/msmtp.log - -account seaturtle -host smtp.mailbox.org -port 465 -tls_starttls off -user paul@seaturtle.pw -passwordeval pass "mailbox.org-paul@seaturtle.pw" -from paul@seaturtle.pw - -account default: seaturtle diff --git a/mutt/accounts/seaturtle b/mutt/accounts/seaturtle deleted file mode 100644 index 1e1f478..0000000 --- a/mutt/accounts/seaturtle +++ /dev/null @@ -1,7 +0,0 @@ -set from = "paul@seaturtle.pw" -set imap_user = "paul@seaturtle.pw" -set sendmail = "/usr/bin/msmtp -a seaturtle" -set mbox = "+seaturtle/Archive" -set postponed = "+seaturtle/Drafts" - -color status blue default diff --git a/mutt/colors b/mutt/colors deleted file mode 100644 index 4e01c01..0000000 --- a/mutt/colors +++ /dev/null @@ -1,161 +0,0 @@ -# Slightly edited solarized theme http://ethanschoonover.com/solarized -# Colors -# vim: filetype=muttrc - -mono index bold ~N -mono index bold ~F -mono index bold ~T -mono index bold ~D -# -# make sure that you are using mutt linked against slang, not ncurses, or -# suffer the consequences of weird color issues. use "mutt -v" to check this. - -# custom body highlights ----------------------------------------------- -# highlight my name and other personally relevant strings -#color body color136 color234 "(ethan|schoonover)" -# custom index highlights ---------------------------------------------- -# messages which mention my name in the body -#color index color136 color234 "~b \"phil(_g|\!| gregory| gold)|pgregory\" !~N !~T !~F !~p !~P" -#color index J_cream color230 "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~N !~T !~F !~p !~P" -#color index color136 color37 "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~T !~F !~p !~P" -#color index color136 J_magent "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~F !~p !~P" -## messages which are in reference to my mails -#color index J_magent color234 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" !~N !~T !~F !~p !~P" -#color index J_magent color230 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~N !~T !~F !~p !~P" -#color index J_magent color37 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~T !~F !~p !~P" -#color index J_magent color160 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~F !~p !~P" - -# for background in 16 color terminal, valid background colors include: -# base03, bg, black, any of the non brights - -# basic colors --------------------------------------------------------- -color normal color244 color234 -color error color160 color234 -color tilde color235 color234 -color message color37 color234 -color markers color160 color254 -color attachment color254 color234 -color search color61 color234 -#color status J_black J_status -color status color241 color235 -color indicator color234 color136 -color tree color136 color234 # arrow in threads - -# basic monocolor screen -mono bold bold -mono underline underline -mono indicator reverse -mono error bold - -# index ---------------------------------------------------------------- - -# color index color160 color234 "~D(!~p|~p)" # deleted -# color index color235 color234 ~F # flagged -# color index color166 color234 ~= # duplicate messages -# color index color240 color234 "~A!~N!~T!~p!~Q!~F!~D!~P" # the rest -# color index J_base color234 "~A~N!~T!~p!~Q!~F!~D" # the rest, new -color index color160 color234 "~A" # all messages -color index color166 color234 "~E" # expired messages -color index color015 color027 "~N" # new messages -color index color33 color234 "~O" # old messages -color index color61 color234 "~Q" # messages that have been replied to -color index color246 color234 "~R" # read messages -color index color015 color027 "~U" # unread messages -color index color015 color027 "~U~$" # unread, unreferenced messages -color index color241 color234 "~v" # messages part of a collapsed thread -color index color241 color234 "~P" # messages from me -color index color37 color234 "~p!~F" # messages to me -color index color015 color027 "~N~p!~F" # new messages to me -color index color015 color027 "~U~p!~F" # unread messages to me -color index color246 color234 "~R~p!~F" # messages to me -color index color160 color235 "~F" # flagged messages -color index color160 color235 "~F~p" # flagged messages to me -color index color160 color017 "~N~F" # new flagged messages -color index color160 color017 "~N~F~p" # new flagged messages to me -color index color160 color017 "~U~F~p" # new flagged messages to me -color index color235 color160 "~D" # deleted messages -color index color245 color234 "~v~(!~N)" # collapsed thread with no unread -color index color136 color234 "~v~(~N)" # collapsed thread with some unread -color index color64 color234 "~N~v~(~N)" # collapsed thread with unread parent -# statusbg used to indicated flagged when foreground color shows other status -# for collapsed thread -color index color160 color235 "~v~(~F)!~N" # collapsed thread with flagged, no unread -color index color136 color235 "~v~(~F~N)" # collapsed thread with some unread & flagged -color index color64 color235 "~N~v~(~F~N)" # collapsed thread with unread parent & flagged -color index color64 color235 "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged -color index color37 color235 "~v~(~p)" # collapsed thread with unread parent, no unread inside, some to me directly -color index color136 color160 "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial) -#color index color136 color234 "~(~N)" # messages in threads with some unread -#color index color64 color234 "~S" # superseded messages -color index color076 color234 "~T" # tagged messages -color index color136 color160 "~=" # duplicated messages - -# message headers ------------------------------------------------------ - -#color header color240 color234 "^" -color hdrdefault color240 color234 -color header color241 color234 "^(From)" -color header color33 color234 "^(Subject)" - -# body ----------------------------------------------------------------- - -color quoted color33 color234 -color quoted1 color37 color234 -color quoted2 color136 color234 -color quoted3 color160 color234 -color quoted4 color166 color234 - -color signature color240 color234 -color bold color235 color234 -color underline color235 color234 -color normal color244 color234 -# -color body color245 color234 "[;:][-o][)/(|]" # emoticons -color body color245 color234 "[;:][)(|]" # emoticons -color body color245 color234 "[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\ - |FWIW|vbg|GD&R|HTH|HTHBE|IMHO|IMNSHO|\ - |IRL|RTFM|ROTFL|ROFL|YMMV)[*]?" -color body color245 color234 "[ ][*][^*]*[*][ ]?" # more emoticon? -color body color245 color234 "[ ]?[*][^*]*[*][ ]" # more emoticon? - -## pgp - -color body color160 color234 "(BAD signature)" -color body color37 color234 "(Good signature)" -color body color234 color234 "^gpg: Good signature .*" -color body color241 color234 "^gpg: " -color body color241 color160 "^gpg: BAD signature from.*" -mono body bold "^gpg: Good signature" -mono body bold "^gpg: BAD signature from.*" - -# yes, an insance URL regex -color body color160 color234 "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]" -# and a heavy handed email regex -#color body J_magent color234 "((@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]),)*@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\])" - -# Various smilies and the like -#color body color230 color234 "<[Gg]>" # -#color body color230 color234 "<[Bb][Gg]>" # -#color body color136 color234 " [;:]-*[})>{(<|]" # :-) etc... -# *bold* -#color body color33 color234 "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)" -#mono body bold "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)" -# _underline_ -#color body color33 color234 "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)" -#mono body underline "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)" -# /italic/ (Sometimes gets directory names) -#color body color33 color234 "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)" -#mono body underline "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)" - -# Border lines. -#color body color33 color234 "( *[-+=#*~_]){6,}" - -#folder-hook . "color status J_black J_status " -#folder-hook gmail/inbox "color status J_black color136 " -#folder-hook gmail/important "color status J_black color136 " - - -## Colour definitions when on a mono screen -mono bold bold -mono underline underline -mono indicator reverse diff --git a/mutt/mailcap b/mutt/mailcap deleted file mode 100644 index c981380..0000000 --- a/mutt/mailcap +++ /dev/null @@ -1,18 +0,0 @@ -# MS Word documents -application/msword; ~/.mutt/view_attachment.sh %s "-" '/usr/bin/libreoffice' - -# Images -image/jpg; ~/.mutt/view_attachment.sh %s jpg -image/jpeg; ~/.mutt/view_attachment.sh %s jpg -image/pjpeg; ~/.mutt/view_attachment.sh %s jpg -image/png; ~/.mutt/view_attachment.sh %s png -image/gif; ~/.mutt/view_attachment.sh %s gif - -# PDFs -application/pdf; ~/.mutt/view_attachment.sh %s pdf - -# HTML -text/html; ~/.mutt/view_attachment.sh %s html - -# Unidentified files -application/octet-stream; ~/.mutt/view_attachment.sh %s "-" diff --git a/mutt/muttrc b/mutt/muttrc deleted file mode 100644 index b1c360e..0000000 --- a/mutt/muttrc +++ /dev/null @@ -1,52 +0,0 @@ -# Compose things -set realname = "Paul Walko" -set sendmail = "/usr/bin/msmtp" -set sendmail_wait = 0 -set editor = "vim" - -# General things -set folder = ~/.mail -set mailcap_path = ~/.mutt/mailcap -set tmpdir = /tmp - -set wait_key = no -set mbox_type = Maildir -set timeout = 3 -set mail_check = 0 -unset move -set delete -unset confirmappend -set quit -source ~/.mutt/colors -set crypt_use_gpgme = yes - -# Sidebar thigns -set sidebar_visible = yes -set sidebar_width = 14 -bind index sidebar-next -bind index sidebar-prev -bind index sidebar-open - -# Indexing -bind index g noop -bind index gg first-entry -bind index G last-entry -bind index R group-reply -bind index sync-mailbox - -# Pager bindings -bind pager g noop -bind pager gg top -bind pager G bottom -bind pager R group-reply -bind attach view-mailcap - -# Macros -macro pager \Cu "|urlview" "call urlview to open links" - -# Account Settings -set spoolfile = +seaturtle/INBOX - -mailboxes +seaturtle/INBOX - -folder-hook seaturtle/* source ~/.mutt/accounts/seaturtle diff --git a/mutt/offlineimap.py b/mutt/offlineimap.py deleted file mode 100644 index ad38a50..0000000 --- a/mutt/offlineimap.py +++ /dev/null @@ -1,8 +0,0 @@ -from subprocess import check_output -import os - -def get_pass(entry): - gpg = [ - 'pass', entry - ] - return check_output(gpg).strip() diff --git a/mutt/runmutt.sh b/mutt/runmutt.sh deleted file mode 100644 index 63b3daa..0000000 --- a/mutt/runmutt.sh +++ /dev/null @@ -1,3 +0,0 @@ -export CURR_DIR=`echo $PWD` -mutt -cd $CURR_DIR diff --git a/mutt/view-attachment.sh b/mutt/view-attachment.sh deleted file mode 100644 index 2d5d38d..0000000 --- a/mutt/view-attachment.sh +++ /dev/null @@ -1,127 +0,0 @@ -#!/bin/bash -# -# Author: Eric Gebhart -# -# Purpose: To be called by mutt as indicated by .mailcap to handle mail attachments. -# -# Function: Copy the given file to a temporary directory so mutt -# Won't delete it before it is read by the application. -# -# Along the way, discern the file type or use the type -# That is given. -# -# Finally use 'open' or 'open -a' if the third argument is -# given. -# -# -# Arguments: -# -# $1 is the file -# $2 is the type - for those times when file magic isn't enough. -# I frequently get html mail that has no extension -# and file can't figure out what it is. -# -# Set to '-' if you don't want the type to be discerned. -# Many applications can sniff out the type on their own. -# And they do a better job of it too. -# -# Open Office and MS Office for example. -# -# $3 is open with. as in open -a 'open with this .app' foo.xls -# -# Examples: These are typical .mailcap entries which use this program. -# -# Image/JPEG; /Users/vdanen/.mutt/view_attachment %s -# Image/PNG; /Users/vdanen/.mutt/view_attachment %s -# Image/GIF; /Users/vdanen/.mutt/view_attachment %s -# -# Application/PDF; /Users/vdanen/.mutt/view_attachment %s -# -# #This HTML example passes the type because file doesn't always work and -# #there aren't always extensions. -# -# text/html; /Users/vdanen/.mutt/view_attachment %s html -# -# # If your Start OpenOffice.org.app is spelled with a space like this one, <-- -# # then you'll need to precede the space with a \ . I found that too painful -# # and renamed it with an _. -# -# Application/vnd.ms-excel; /Users/vdanen/.mutt/view_attachment %s "-" '/Applications/OpenOffice.org1.1.2/Start_OpenOffice.org.app' -# Application/msword; /Users/vdanen/.mutt/view_attachment %s "-" '/Applications/OpenOffice.org1.1.2/Start_OpenOffice.org.app' -# -# -# Debugging: If you have problems set debug to 'yes'. That will cause a debug file -# be written to /tmp/mutt_attach/debug so you can see what is going on. -# -# See Also: The man pages for open, file, basename -# - -# the tmp directory to use. -tmpdir="$HOME/Desktop/.tmp/mutt_attach" - -# the name of the debug file if debugging is turned on. -debug_file=$tmpdir/debug - -# debug. yes or no. -#debug="no" -debug="yes" - -type=$2 -open_with=$3 - -# make sure the tmpdir exists. -mkdir -p $tmpdir - -# clean it out. Remove this if you want the directory -# to accumulate attachment files. -rm -f $tmpdir/* - -# Mutt puts everything in /tmp by default. -# This gets the basic filename from the full pathname. -filename=`basename $1` - -# get rid of the extenson and save the name for later. -file=`echo $filename | cut -d"." -f1` - -if [ $debug = "yes" ]; then - echo "1:" $1 " 2:" $2 " 3:" $3 > $debug_file - echo "Filename:"$filename >> $debug_file - echo "File:"$file >> $debug_file - echo "===========================" >> $debug_file -fi - -# if the type is empty then try to figure it out. -if [ -z $type ]; then - file $1 - type=`file -bi $1 | cut -d"/" -f2` -fi - -# if the type is '-' then we don't want to mess with type. -# Otherwise we are rebuilding the name. Either from the -# type that was passed in or from the type we discerned. -if [ $type = "-" ]; then - newfile=$filename -else - newfile=$file.$type -fi - -newfile=$tmpdir/$newfile - -# Copy the file to our new spot so mutt can't delete it -# before the app has a chance to view it. -cp $1 $newfile - -if [ $debug = "yes" ]; then - echo "File:" $file "TYPE:" $type >> $debug_file - echo "Newfile:" $newfile >> $debug_file - echo "Open With:" $open_with >> $debug_file -fi - -# If there's no 'open with' then we can let preview do it's thing. -# Otherwise we've been told what to use. So do an open -a. - -if [ -z $open_with ]; then - xdg-open $newfile -else - xdg-open -a "$open_with" $newfile -fi diff --git a/mutt/xdg-utils.txt b/mutt/xdg-utils.txt deleted file mode 100644 index d156563..0000000 --- a/mutt/xdg-utils.txt +++ /dev/null @@ -1,23 +0,0 @@ -xdg-utils - -xdg-utils provides the official utilities for managing MIME types and default applications according to the #XDG standard. Most importantly, it provides /usr/bin/xdg-open which many applications use to open a file with its default application. It is desktop-environment-independent in the sense that it attempts to use each environment's native default application tool and provides its own mechanism if no known environment is detected. Examples: - -# determine a file's MIME type -$ xdg-mime query filetype photo.jpeg -image/jpeg - -# determine the default application for a MIME type -$ xdg-mime query default image/jpeg -gimp.desktop - -# change the default application for a MIME type -$ xdg-mime default feh.desktop image/jpeg - -# open a file with its default application -$ xdg-open photo.jpeg - -# shortcut to open all web MIME types with a single application -$ xdg-settings set default-web-browser firefox.desktop - -# shortcut for setting the default application for a URL scheme -$ xdg-settings set default-url-scheme-handler irc xchat.desktop diff --git a/offlineimaprc b/offlineimaprc deleted file mode 100644 index d48eb5a..0000000 --- a/offlineimaprc +++ /dev/null @@ -1,33 +0,0 @@ -[general] -ui = ttyui -accounts = seaturtle -maxsyncaccounts = 4 -pythonfile = ~/.mutt/offlineimap.py - -############################ -### Accounts -# seaturtle -[Account seaturtle] -localrepository = seaturtle-local -remoterepository = seaturtle-remote -autorefresh = 0.5 -quick = 10 - -########################### -### Repositories -## seaturtle -[Repository seaturtle-local] -type = Maildir -localfolders = ~/.mail/seaturtle - -[Repository seaturtle-remote] -sslcacertfile = /etc/ssl/certs/ca-certificates.crt -maxconnections = 1 -type = IMAP -remotehost = imap.mailbox.org -ssl = yes -keepalive = 60 -holdconnectionopen = yes -remoteuser = paul@seaturtle.pw -remotepasseval = get_pass("mailbox.org-paul@seaturtle.pw") -realdelete = no diff --git a/urlview b/urlview deleted file mode 100644 index add6279..0000000 --- a/urlview +++ /dev/null @@ -1,29 +0,0 @@ -############################################################################### -# Urlview configuration file. -# man urlview -# -# Put this file in: $HOME/.urlview -# Put url_handler.sh in: /usr/bin -# -# You can call 'urlview' while in 'mutt' by pressing the Ctrl b keys. -# Put these macros in your $HOME/.muttrc file. -# -# macro index \cb |urlview\n -# macro pager \cb |urlview\n -# -# You can call 'urlview' while in 'tin' by pressing | then a for article, -# put urlview as the pipe command. -# -# Regular expression to use to match URLs. - -#REGEXP (((http|https|ftp|gopher)|mailto):(//)?[^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):] -REGEXP (((http|https|ftp|gopher)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):] - -# Command to invoke for selected URL. Use lynx, netscape, or url_handler.sh -# shell script. Alternatively, you can leave COMMAND unset and set the BROWSER -# environment variable instead. - -#COMMAND lynx %s -#COMMAND netscape -remote 'openURL(%s)' -COMMAND url_handler.sh -