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

« back to all changes in this revision

Viewing changes to mew-pick.el

  • Committer: Bazaar Package Importer
  • Author(s): Tatsuya Kinoshita
  • Date: 2007-11-29 22:05:35 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20071129220535-g1s8e3pe8vloobhu
Tags: 5.2.51+0.20071129-1
New upstream release. (CVS trunk on 2007-11-29)

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
 
152
152
(defun mew-summary-pick-with-mewl (pattern folder src-msgs)
153
153
  "A function to pick messages matching PATTERN with 'mewl'"
154
 
  (let ((pfolder (mew-expand-folder2 folder))
 
154
  (let ((pfolder (mew-scan-mewl-folder (mew-expand-folder2 folder)))
155
155
        (range (mew-summary-pick-range src-msgs))
156
156
        (opts (list "-b" mew-mail-path
157
157
                    "-l" (number-to-string mew-scan-max-field-length)