This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author TheRegRunner
Recipients TheRegRunner
Date 2015-08-02.10:16:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438510571.11.0.177958370711.issue24778@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe it would be a good idea to do so as run-mailcap does :

theregrunner@mint17 : ~ € run-mailcap --debug "';xterm;#'.txt"
 - parsing parameter "';xterm;#'.txt"
 - Reading mime.types file "/etc/mime.types"...
 - extension "txt" maps to mime-type "text/plain"
 - Reading mailcap file "/etc/mailcap"...
Processing file "';xterm;#'.txt" of type "text/plain" (encoding=none)...
 - checking mailcap entry "text/plain; less '%s'; needsterminal"
 - program to execute: less '%s'
 - filename contains shell meta-characters; aliased to '/tmp/fileV7f2MZ'
 - executing: less '/tmp/fileV7f2MZ'
theregrunner@mint17 : ~ €
History
Date User Action Args
2015-08-02 10:16:11TheRegRunnersetrecipients: + TheRegRunner
2015-08-02 10:16:11TheRegRunnersetmessageid: <1438510571.11.0.177958370711.issue24778@psf.upfronthosting.co.za>
2015-08-02 10:16:11TheRegRunnerlinkissue24778 messages
2015-08-02 10:16:10TheRegRunnercreate