Summary | Folder Inbox not shown in IMP |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | slusarz (at) horde (dot) org |
Requester | patrick (at) spamreducer (dot) eu |
Created | 06/13/2014 (4080 days ago) |
Due | |
Updated | 06/17/2014 (4076 days ago) |
Assigned | 06/17/2014 (4076 days ago) |
Resolved | 06/17/2014 (4076 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit bd5e356cfd780d9548e6171f3ca530e333bd3374
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Jun 17 15:42:46 2014 -0600
[mms] Fix regression where INBOX subscription status was based on
server status, instead of always being treated as subscribed (Bug
#13261)..../Imap_Client/lib/Horde/Imap/Client/Socket.php | 9 ++++++---
framework/Imap_Client/package.xml | 4 ++--
2 files changed, 8 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/bd5e356cfd780d9548e6171f3ca530e333bd3374
State ⇒ Resolved
Bug #13220It works with the following setting?:
./imp/config/prefs.local.php
$_prefs['subscribe']['value'] = 0;
State ⇒ Assigned
1) The INBOX shows prior to the recent changes - with no change in
subscription status.
2) There is no (at least obvious) way to subscribe to the INBOX from
IMP. Right clicking on the INBOX, when showing all folders, does not
show the option to subscribe.
Unfortunately I am currently sitting in a campground in Telluride, so
my computer access is limited.
Priority ⇒ 3. High
Log when building folder list:
Connection to: imap://prod.theupstairsroom.com/
Server connection took 0.0014 seconds.
ENABLE IDLE STARTTLS LOGINDISABLED] Dovecot (Ubuntu) ready.
C: 1 STARTTLS
S: 1 OK Begin TLS negotiation now.
Successfully completed TLS negotiation.
C: 4 NAMESPACE
S: * ENABLED QRESYNC
S: 3 OK Enabled.
S: 4 OK Namespace completed.
C: 5 LIST (SUBSCRIBED) "" (*) RETURN (SUBSCRIBED)
S: * LIST () "/" INBOX
S: 6 OK List completed.
S: * LIST (\Subscribed) "/" Drafts
S: * LIST (\Subscribed) "/" Notes
S: * LIST (\Subscribed) "/" "Sent Messages"
S: * LIST (\Subscribed) "/" Trash
S: * LIST (\Subscribed) "/" "Bad Messages"
S: * LIST (\Subscribed) "/" Archive
S: * LIST (\Subscribed) "/" Templates
S: * LIST (\Subscribed) "/" Spam
S: 5 OK List completed.
S: * BYE Logging out
S: 7 OK Logout completed.
Connection to: imap://prod.theupstairsroom.com/
Server connection took 0.0015 seconds.
ENABLE IDLE STARTTLS LOGINDISABLED] Dovecot (Ubuntu) ready.
C: 1 STARTTLS
S: 1 OK Begin TLS negotiation now.
Successfully completed TLS negotiation.
C: 4 NAMESPACE
S: * ENABLED QRESYNC
S: 3 OK Enabled.
S: 4 OK Namespace completed.
C: 5 LIST (SUBSCRIBED) "" (*) RETURN (SUBSCRIBED)
S: * LIST () "/" INBOX
S: 6 OK List completed.
S: * LIST (\Subscribed) "/" Drafts
S: * LIST (\Subscribed) "/" Notes
S: * LIST (\Subscribed) "/" "Sent Messages"
S: * LIST (\Subscribed) "/" Trash
S: * LIST (\Subscribed) "/" "Bad Messages"
S: * LIST (\Subscribed) "/" Archive
S: * LIST (\Subscribed) "/" Templates
S: * LIST (\Subscribed) "/" Spam
S: 5 OK List completed.
S: * LIST () "/" sent-mail
S: * LIST (\Subscribed \UnMarked) "/" Templates
S: * LIST (\Subscribed \UnMarked) "/" "Bad Messages"
S: * LIST (\Subscribed) "/" Drafts
S: * LIST () "/" "Junk E-mail"
S: * LIST (\Subscribed \UnMarked) "/" Spam
S: * LIST (\Subscribed \Marked) "/" Notes
S: * LIST (\Subscribed) "/" "Deleted Messages"
S: * LIST (\Noselect) "/" storage
S: * LIST (\Subscribed \Marked) "/" Trash
S: * LIST () "/" fun
S: * LIST (\Subscribed \Marked) "/" "Sent Messages"
S: * LIST () "/" Sent
S: * LIST (\Subscribed \UnMarked) "/" Archive
S: * LIST () "/" INBOX
S: 7 OK List completed.
S: * STATUS INBOX (UNSEEN 14)
S: 8 OK Status completed.
S: * BYE Logging out
S: 9 OK Logout completed.
New Attachment: after_show_all_folders.PNG
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
New Attachment: no_inbox_folder.PNG
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Folder Inbox not shown in IMP
Type ⇒ Bug
Updated to GIT master some minutes ago,
now no INBOX folder is visible anymore in folderlist (IMP). (see
attached screenshot).
After clicking on "show all folders" the INBOX folder reappears untill
changing to "kronolith" or any other application; then it disappears
again.
It is just happening to INBOX folder, not the Sent and Trash folders.
Thank you!