Commit Graph

8 Commits

Author SHA1 Message Date
Tilo Prütz c288749631 Gentoo's date header patch; adds date headers to e-mail 2013-10-11 11:39:08 +02:00
Lars Immisch 2e06b64e1a Merge pull request #6 from cloph/pr_sendmail
subprocess module raises OSError instead of IOError
2013-06-17 14:29:27 -07:00
Christian Lohmaier 0a04dbdeeb subprocess module raises OSError instead of IOError 2013-05-28 11:18:10 +02:00
Lars Immisch af6d6be317 Merge pull request #2 from cloph/pr_tiff2pdf
use tiff2pdf instead of converting first to ps and then to pdf
2013-05-26 05:54:49 -07:00
Christian Lohmaier bd7cf7e855 default to sendmail command again to allow for lightweight MTAs
probably the reason why people had problems with the sendmail-command
method was because the code passed an invalid envelope-from string. Fix
that by removing the envelope from and have it set by the MTA.

Also switch from the deprecated popen2 to using corresponding methods of
the subprocess module.
2013-05-25 11:32:05 +02:00
Christian Lohmaier 5effa4059f use tiff2pdf instead of converting first to ps and then to pdf
this is not only a lot faster, but also allows lossless conversion.
Along that line, don't try to alter the pagesize during conversion to
PDF. PDF-viewer applications do a great job adjusting to the paper-size
as the user wants it, so let the user make the decision. After all when
having the PDF, it is unlikely that it will be printed out anyway.
2013-05-25 11:25:40 +02:00
Lars Immisch 4775a92ad3 sox: the parameter -w was deprecated in 13.0.0 and removed in 14.1.0 2012-03-23 23:56:31 +01:00
Lars Immisch f75255640c Python layout changes.
Install capisuite python module in pkgpython_PYTHON, this puts capisuite as
a module into the standard python path.

cs_helpers.py(in) was renamed to helpers.py(in) and also put into
the capisuite module. The old autoconf code put cs_helpers into
site-packages, and that is not part of the default sys.path any more.
That may be a Debian issue, but having the capisuite python code in two
different directories seemed undesirable enough to warrant this change.
2012-03-07 10:57:02 +01:00