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

« back to all changes in this revision

Viewing changes to mew-config.el

  • Committer: Bazaar Package Importer
  • Author(s): Tatsuya Kinoshita
  • Date: 2007-08-18 19:09:07 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070818190907-t4ygobhu4fml2wj2
Tags: 5.2.51~0.20070817-1
New upstream release. (CVS trunk on 2007-08-17)

Show diffs side-by-side

added added

removed removed

Lines of Context:
345
345
(defun mew-inbox-folder (&optional case)
346
346
  (mew-cfent-value case "inbox-folder" mew-inbox-folder))
347
347
 
 
348
(defun mew-imap-inbox-folder (&optional case)
 
349
  (mew-cfent-value case "imap-inbox-folder" mew-imap-inbox-folder))
 
350
 
348
351
(defun mew-nntp-newsgroup (&optional case)
349
352
  (mew-cfent-value case "nntp-newsgroup" mew-nntp-newsgroup))
350
353