folder list sidebar refactoring
This commit is contained in:
parent
5bd2ac5197
commit
e7d134fa28
3 changed files with 23 additions and 25 deletions
|
@ -498,4 +498,8 @@ class IMAPFolder
|
|||
def subscribe
|
||||
@mailbox.imap.subscribe(@utf7_name)
|
||||
end
|
||||
|
||||
def trash?
|
||||
self.name == CDF::CONFIG[:mail_trash]
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue