#!/bin/sh # #A wrapper to call Vimprobable when using Privoxy # #In some situations (as when called by Alpine as a URL reader) the #http_proxy environment variable is not taken into account if the browser #is called directly. # #This approach also allows the email client to continue working without #closing the browser. # # export http_proxy=http://localhost:8118/ /usr/bin/vimprobable2 "$@" 2> /dev/null &