Programming Languages: Perl
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics svn co https://muttprint.svn.sourceforge.net/svnroot/muttprint muttprint
Muttprint produced no result but did not complain when I tried to set FONT="Latex-bright" although I did not have CM Modern Bright fonts installed (because I did not have the texlive-fonts-extra package). This was difficult to debug because there was no error message visible inside Mutt.
2012-03-26 06:50:04 PDT by chrpietsch
Here is the original error message. Even with my patch applied, it still appears on screen if the scripts aborts prematurely due to unrelated errors: Cannot remove path when cwd is /tmp/muttprint-W7c_zk for /tmp/muttprint-W7c_zk: at /usr/lib/perl5/5.14.2/File/Temp.pm line 902.
2012-03-26 06:26:42 PDT by chrpietsch
When running muttprint with Perl v5.14.2 (and probably other versions, too) I get a warning from File::Temp saying it cannot remove a temporary directory when this directory is the cwd (current working directory). This leaves one muttprint-?????? file in the /tmp directory after each printing. According to its documentation, File:Temp automatically removes a temporary directory when the...
2012-03-26 04:28:36 PDT by chrpietsch