diff options
author | Michael Vogel <icarus@dabo.de> | 2012-03-10 09:52:20 +0100 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-03-10 09:52:20 +0100 |
commit | 15916a2cb717828367fc7e0bb74137942836a772 (patch) | |
tree | b1cdcacab4bb67563d0ff2beb52c67438e9c7b21 /include/poller.php | |
parent | cb1ecf2c5ad649eb372db9eb3bd1da756f207fb6 (diff) | |
download | volse-hubzilla-15916a2cb717828367fc7e0bb74137942836a772.tar.gz volse-hubzilla-15916a2cb717828367fc7e0bb74137942836a772.tar.bz2 volse-hubzilla-15916a2cb717828367fc7e0bb74137942836a772.zip |
Mail: Removing signatures, gpg, unnecessary line breaks
Diffstat (limited to 'include/poller.php')
-rwxr-xr-x | include/poller.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/poller.php b/include/poller.php index cfbc46b87..3be6caebd 100755 --- a/include/poller.php +++ b/include/poller.php @@ -1,7 +1,6 @@ <?php require_once("boot.php"); -require_once("include/quoteconvert.php"); function poller_run($argv, $argc){ @@ -494,7 +493,7 @@ function poller_run($argv, $argc){ logger("Mail: can't fetch msg ".$msg_uid); continue; } - $datarray['body'] = escape_tags(convertquote($r['body'], false)); + $datarray['body'] = escape_tags($r['body']); logger("Mail: Importing ".$msg_uid); |