~ubuntu-branches/ubuntu/intrepid/mew-beta/intrepid

« back to all changes in this revision

Viewing changes to mew-scan.el

  • Committer: Bazaar Package Importer
  • Author(s): Tatsuya Kinoshita
  • Date: 2006-07-12 21:31:19 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060712213119-rtk16du805eaukdl
Tags: 5.0.53+5.1rc3-1
New upstream release. (CVS trunk on 2006-07-12)

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
            (unless (mew-scan-message-invalidp)
63
63
              (setq duplicated t))
64
64
          (mew-sinfo-set-scan-id (cons id (mew-sinfo-get-scan-id))))))
65
 
    (when mew-summary-form-mark-spam
 
65
    (when (and mew-summary-form-mark-spam
 
66
               (mew-sinfo-get-inboxp))
66
67
      (if (mew-characterp mew-summary-form-mark-spam)
67
68
          (setq mark-spam mew-summary-form-mark-spam))
68
69
      (setq body (MEW-BODY))
829
830
 
830
831
;;; Copyright Notice:
831
832
 
832
 
;; Copyright (C) 1996-2005 Mew developing team.
 
833
;; Copyright (C) 1996-2006 Mew developing team.
833
834
;; All rights reserved.
834
835
 
835
836
;; Redistribution and use in source and binary forms, with or without