~ubuntu-branches/ubuntu/karmic/mew-beta/karmic

« back to all changes in this revision

Viewing changes to mew-virtual.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:
105
105
  "Create Virtual mode with 'mewl'"
106
106
  (let ((opts (list "-a" "-p" pattern "-b" mew-mail-path))
107
107
        (range (mew-summary-pick-range src-msgs)))
 
108
    (setq pfolder (mew-scan-mewl-folder pfolder))
108
109
    (if range
109
110
        (setq opts (nconc opts (list pfolder range)))
110
111
      (setq opts (nconc opts (list pfolder))))