Skip to content

Commit edc6a3a

Browse files
author
Richard Jones
committed
hrm
1 parent d45b321 commit edc6a3a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

roundup/mailgw.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class node. Any parts of other types are each stored in separate files
7373
an exception, the original message is bounced back to the sender with the
7474
explanatory message given in the exception.
7575
76-
$Id: mailgw.py,v 1.69 2002-05-06 23:37:21 richard Exp $
76+
$Id: mailgw.py,v 1.70 2002-05-06 23:40:07 richard Exp $
7777
'''
7878

7979

@@ -823,6 +823,7 @@ def parseContent(content, keep_citations, keep_body,
823823
# ditch the stupid Outlook quoting of the entire original message
824824
break
825825

826+
826827
# and add the section to the output
827828
l.append(section)
828829
# we only set content for those who want to delete cruft from the
@@ -833,6 +834,10 @@ def parseContent(content, keep_citations, keep_body,
833834

834835
#
835836
# $Log: not supported by cvs2svn $
837+
# Revision 1.69 2002/05/06 23:37:21 richard
838+
# Tweaking the signature deletion from mail messages.
839+
# Added nuking of the "-----Original Message-----" crap from Outlook.
840+
#
836841
# Revision 1.68 2002/05/02 07:56:34 richard
837842
# . added option to automatically add the authors and recipients of messages
838843
# to the nosy lists with the options ADD_AUTHOR_TO_NOSY (default 'new') and

0 commit comments

Comments
 (0)