imap: Enabled custom requests in imap_select_resp()
authorJiri Hruska <jirka@fud.cz>
Sun, 3 Mar 2013 10:27:18 +0000 (11:27 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 3 Mar 2013 13:10:34 +0000 (13:10 +0000)
commitc03cad3a61a005c6e91779139484db4dd2ce98d4
tree8793c6c469f572032b24091a59cf27dc8fe1b593
parentad8b76d094b4c68cb78a78ad126e60d631f05960
imap: Enabled custom requests in imap_select_resp()

Changed imap_select_resp() to invoke imap_custom() instead of
imap_fetch() after the mailbox has been selected if a custom
command has been set.
lib/imap.c