[Spambayes-checkins] spambayes/scripts sb_imapfilter.py, 1.20, 1.21 sb_pop3dnd.py, 1.8, 1.9

Tim Peters tim_one at users.sourceforge.net
Mon Jan 19 12:58:52 EST 2004


Update of /cvsroot/spambayes/spambayes/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv1021/scripts

Modified Files:
	sb_imapfilter.py sb_pop3dnd.py 
Log Message:
Whitespace normalization.


Index: sb_imapfilter.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/scripts/sb_imapfilter.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** sb_imapfilter.py	15 Jan 2004 03:23:26 -0000	1.20
--- sb_imapfilter.py	19 Jan 2004 17:58:16 -0000	1.21
***************
*** 28,32 ****
              -o section:option:value :
                            set [section, option] in the options database
!                           to value 
  
  
--- 28,32 ----
              -o section:option:value :
                            set [section, option] in the options database
!                           to value
  
  

Index: sb_pop3dnd.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/scripts/sb_pop3dnd.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** sb_pop3dnd.py	15 Jan 2004 03:30:25 -0000	1.8
--- sb_pop3dnd.py	19 Jan 2004 17:58:20 -0000	1.9
***************
*** 213,217 ****
          """Indicate whether this message has subparts."""
          return False
!     
      def getSubPart(self, part):
          """Retrieve a MIME sub-message
--- 213,217 ----
          """Indicate whether this message has subparts."""
          return False
! 
      def getSubPart(self, part):
          """Retrieve a MIME sub-message





More information about the Spambayes-checkins mailing list