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.

作者 TheRegRunner
收信人 TheRegRunner
日期 2015-08-02.10:16:10
SpamBayes Score -1.0
Marked as misclassified
Message-id <1438510571.11.0.177958370711.issue24778@psf.upfronthosting.co.za>
In-reply-to
内容
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 : ~ €
历史
日期 用户 动作 参数
2015-08-02 10:16:11TheRegRunner修改recipients: + TheRegRunner
2015-08-02 10:16:11TheRegRunner修改messageid: <1438510571.11.0.177958370711.issue24778@psf.upfronthosting.co.za>
2015-08-02 10:16:11TheRegRunner链接issue24778 messages
2015-08-02 10:16:10TheRegRunner创建