folder list sidebar refactoring

This commit is contained in:
Eugene Korbut 2009-02-08 08:14:00 +10:00
parent 5bd2ac5197
commit e7d134fa28
3 changed files with 23 additions and 25 deletions

View file

@ -498,4 +498,8 @@ class IMAPFolder
def subscribe
@mailbox.imap.subscribe(@utf7_name)
end
def trash?
self.name == CDF::CONFIG[:mail_trash]
end
end