Add w3m to browser options.
This commit is contained in:
		@@ -44,7 +44,8 @@ initialize_directory()
 | 
				
			|||||||
        links\
 | 
					        links\
 | 
				
			||||||
        lynx\
 | 
					        lynx\
 | 
				
			||||||
        midori\
 | 
					        midori\
 | 
				
			||||||
        seamonkey
 | 
					        seamonkey\
 | 
				
			||||||
 | 
					        w3m
 | 
				
			||||||
        do
 | 
					        do
 | 
				
			||||||
            unset browserPath
 | 
					            unset browserPath
 | 
				
			||||||
            browserPath="$(command -v $i)"
 | 
					            browserPath="$(command -v $i)"
 | 
				
			||||||
@@ -64,7 +65,7 @@ initialize_directory()
 | 
				
			|||||||
            "elinks")
 | 
					            "elinks")
 | 
				
			||||||
                echo "text/html; $browserPath -dump -force-html -dump-charset utf-8 -no-numbering %s; nametemplate=%s.html; copiousoutput" > "$muttHome/mailcap"
 | 
					                echo "text/html; $browserPath -dump -force-html -dump-charset utf-8 -no-numbering %s; nametemplate=%s.html; copiousoutput" > "$muttHome/mailcap"
 | 
				
			||||||
            ;;
 | 
					            ;;
 | 
				
			||||||
            "lynx")
 | 
					            "lynx|w3m")
 | 
				
			||||||
                echo "text/html; $browserPath -dump %s; nametemplate=%s.html; copiousoutput" > "$muttHome/mailcap"
 | 
					                echo "text/html; $browserPath -dump %s; nametemplate=%s.html; copiousoutput" > "$muttHome/mailcap"
 | 
				
			||||||
            ;;
 | 
					            ;;
 | 
				
			||||||
            *)
 | 
					            *)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user