Until a few days/weeks ago, 0.9 stable and 1.0-git behaved different in the
following respect:
0.9.x:
------
When moving the vertical splitter to the left, so that the folder names
couldn't be fully displayed anymore, the folder names have been shortened
such as "debian-sec...announce (524)".
1.0-git:
--------
When moving the vertical splitter to the left, so that the folder names
couldn't be fully displayed anymore, the folder names have NOT been
shortened but e.g. being displayed as "debian-…
[View More]security-anno" (the most right
part of the folder name being truncated in the display).
Today, both versions (0.9.2 [GIT 20130630.1129] and 1.0-git [GIT
20130701.1430]) behave the same as described under "1.0-git" above (folder
name being truncated rather than shortened).
Is this deliberate...?
Browser: IE8
Cheers,
--
Michael Heydekamp
Co-Admin freexp.de
Düsseldorf/Germany
[View Less]
One of my users noticed that while "INBOX" appears in the list of
mailboxes listed under:
Settings => Preferences => Special Folders => Sent
it is not possible to select that folder for sent messages. Any attempt to
do do ends up with the empty value "---".
A bit of digging uncovered program/steps/settings/func.inc:
$select = rcmail_mailbox_select(array(
'noselection' => '---',
'realnames' => true,
'maxlength' => 30,
'…
[View More]folder_filter' => 'mail',
'folder_rights' => 'w',
// #1486114, #1488279
'onchange' => "if ($(this).val() == 'INBOX') $(this).val('')",
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
));
http://trac.roundcube.net/ticket/1486114 explains the problem with Drafts,
which make sense. I have pointed the user in question at
Settings
=> Composing Messages
=> Place replies in the folder of the message being replied to
but that isn't quite what they are looking for: they want incoming and
outgoing email in a single mailbox (this is a shared account).
This is with Roundcube 0.9.2, although I don't think that is particularly
significant. The ticket that I refer to above is a few years old now.
--
David Carter Email: David.Carter(a)ucs.cam.ac.uk
University Computing Service, Phone: (01223) 334502
New Museums Site, Pembroke Street, Fax: (01223) 334679
Cambridge UK. CB2 3QH.
[View Less]