Hello, list
I'd like to use threaded view as default view for all users, but I couldn't
find any option in conf file.
Is it possible to do it?
Thanks
--
David Garabana Barro
jabber & google talk ID: david(a)garabana.com
Clave pública PGP/GPG: http://davide.garabana.com/pgp.html
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/pD/qCYyyCvp/signature.asc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
These are updated files of Lithuanian (lt) translation.
Also, per previous thread ("deleted" and "purged" difference), please
fix the English messages.inc as follows:
folderpurged = Folder successfully emptied
folderexpunged = Folder successfully compacted
Regards,
Rimas Kudelis
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/8N/jwDfqi8i/messages.inchttp://detached.gigo.com/rc/8N/jwDfqi8i/labels.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
When creating a folder it just hangs at "Creating folder..." eventually
timing out. Firebug shows a 404 error and response "Invalid Request"
Keepalives on this page also have the same problem.
Looking at the request and the source of index.php it looks like the
problem is the folder creation action isn't sending the
X-Roundcube-Request header, causing an error from the CSRF prevention code.
How can I fix this so it includes the missing header?
--
Chris St Denis
Programmer
SmarttNet (www.smartt.com)
Ph: 604-473-9700 Ext. 200
-------------------------------------------
"Smart Internet Solutions For Businesses"
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hei LDAP gurus listening on RCD
I try to write a howto for a simple LDAP server setup, such that LDAP dummies
out there should be able to setup a server from scratch working with RC "out
of the box". (No, I do not write it for you if you are knowing how to setup a
LDAP server yourself! Just for beginners how I have been some month ago:-)
My first question is, what structure should such a server have... I know, there
exist a plenty of professional solutions, but what I want is just:
- a verry good RC support, including especially groups
- good support for other clients (Thunderburd, Kaddressbook, Outlook, ...)
( if they do not support groups as we do, it sould at least be possible to
read/write contacts)
- RC must stay compatible with other LDAP servers as it is today
Now, what structure do I propose? I prefere two different directory trees:
1) Addressbook directory with grouping subdirectories:
# the base
dn: ou=rcaddrbook,dc=localhost
# some groups:
dn: ou=Group1,ou=rcaddrbook,dc=localhost
dn: ou=Group2,ou=rcaddrbook,dc=localhost
# some contacts
dn: cn=Conact 1,ou=Group1,ou=rcaddrbook,dc=localhost
dn: cn=Conact 2,ou=Group1,ou=rcaddrbook,dc=localhost
dn: cn=Conact 3,ou=Group2,ou=rcaddrbook,dc=localhost
-> this structure works fine with one restriction: having a contact in two
groups means having duplicates, and this is bad
but this is easy to use in RC and even in Kaddressbook while crating a static
addressbook per group (RC will learn to read the group-list soon if needed)
2) Addressbook directory with seperate group list in a sub, contacts and
groups are connected with the member attribute:
# the base
dn: ou=rcaddrbook,dc=localhost
# group and member dirs
dn: ou=Groups,ou=rcaddrbook,dc=localhost
dn: ou=Members,ou=rcaddrbook,dc=localhost
# some groups (not all attributes shown here!)
dn: cn=Group1,ou=Groups,ou=rcaddrbook,dc=localhost
member: cn=Contact 1,ou=Members,ou=rcaddrbook,dc=localhost
member: cn=Contact 2,ou=Members,ou=rcaddrbook,dc=localhost
dn: cn=Group2,ou=Groups,ou=rcaddrbook,dc=localhost
member: cn=Contact 3,ou=Members,ou=rcaddrbook,dc=localhost
# some members
dn: cn=Contact 1,ou=Members,ou=rcaddrbook,dc=localhost
dn: cn=Contact 2,ou=Members,ou=rcaddrbook,dc=localhost
dn: cn=Contact 3,ou=Members,ou=rcaddrbook,dc=localhost
-> this structure works fine on my server, including memberOf search just in
the "Members" subdir. I do not know the restrictions of this structure yet,
clients like RC and Kaddressbook again can access at least with "addressbook
per group", but again, RC will learn to get the grouplist soon (if wanted)
What do you think about that? Is there any chance to access even the group
feature with other modern clients? how?
thank you for your feedback
Andreas
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hello all,
Today at the University of Florida, we began offering Roundcube for one
of our major e-mail systems offered to students. We have around 60,000
IMAP users in an average week, and probably about a quarter of that
number that visit our webmail during an average week.
We're hoping to contribute back to the project in terms of patches, bug
reports, and feature requests. We're already amassing quite a body of
usability feedback from our beta testing.
I apologize in advance if you get some Trac tickets or feedback directly
from users, as we have such a large population of them that some folks
invariable find the wrong place to send feedback & report problems; feel
free to direct them to helpdesk.ufl.edu if you do hear from any.
I look forward to working with the people in the community here :)
--
Martin B. Smith
smithmb(a)ufl.edu - (352) 273-1374
CNS/Open Systems Group
University of Florida
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/sV/udWB3yFT/smime.p7s
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi all,
One of the first things I do whenever I get the new version of RC is to go into the login form and remove "autocomplete=off". With RC0.5 it seems that the form elements are now called as an include and I can no longer do that.
Where are these now? Is there a way to let skins control this rather than the program or at least as a config setting?
For some of us, where security is not as critical or already have to login to our computers, it would make sense to let the user choose whether to let the browsers save usernames/passwords. In my case, I open my email several times a day and being able to click "login" was simple enough (I would actually like to be able to select a checkbox to bypass this altogehter, but that's another story). Now I have to type in my username and password every time.
Thanks!
// Andrés.
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
The first string is for deletion of a folder itself.
To understand purge you should know a few things about IMAP:
When you delete a message in IMAP, messages may not be immediately
deleted from the mailbox, but instead "marked as deleted" but left
inside the mail box. Client programs either do not show these marked
messages or show them with strikethrough.
Purge (or commonly called Expunge) goes over the mailbox and *really*
deletes all the messages marked for deletion.You should translate it
accordingly, a good guide should be what Thunderbird uses for your
language, so uniformity can be achieved.
Note: I see that in the English translation
folderpurged = Folder successfully purged
folderexpunged = Folder successfully emptied
isn't there a misnaming here ?
On 19-12-2010 18:04, dev-request(a)lists.roundcube.net wrote:
> Hi, all
>
> What is the principal difference between "Folder successfully deleted"
> and "Folder
> successfully purged" in messages.inc?
>
> Thank you.
--
Gökdeniz Karadağ
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Dear List,
Please find the Hungarian localization update attached, ready to commit.
Regards,
ikkhares
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/8M/n3QhPxDc/rc_hu_v5.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80