Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default list view mode #3157

Closed
rcubetrac opened this issue Nov 28, 2010 · 11 comments
Closed

Default list view mode #3157

rcubetrac opened this issue Nov 28, 2010 · 11 comments

Comments

@rcubetrac
Copy link

Reported by markedwards on 28 Nov 2010 02:14 UTC as Trac ticket #1487312

There should be a setting for "default list view mode". Right now, it seems that the default is forced to "list" and I would like it to be able to change it to "threads", so users do not have to specifically set this per-folder.

Migrated-From: http://trac.roundcube.net/ticket/1487312

@rcubetrac
Copy link
Author

Milestone changed by @thomascube on 4 Jan 2011 21:12 UTC

0.5-stable => 0.6-beta

@rcubetrac
Copy link
Author

Comment by xim on 27 Apr 2011 21:33 UTC

Because I don't like patching software that is managed by a packaging system, I made this a plugin. Tested only a bit, but status is worksforme. Hard coded for "." as delimiter, a bit inefficient, and settings are kept forever (not deleted on folder delete/unsubscribe).

The best, as far as I can see, would be to make a user option Make my folder view X unless I have explicitly set it otherwise. This just forces threading down everybody's throat and allows them to unset it for single mailboxes. (Which is what makes the most sense to me.)

https://github.com/xim/threading_as_default/blob/master/threading_as_default.php

@rcubetrac
Copy link
Author

Milestone changed by @thomascube on 4 Apr 2012 11:47 UTC

0.8-rc => 0.9-beta

@rcubetrac
Copy link
Author

Comment by @alecpl on 19 Nov 2012 08:49 UTC

I'd like to have per-folder settings implemented first. Postpone to later.

@rcubetrac
Copy link
Author

Milestone changed by @alecpl on 19 Nov 2012 08:49 UTC

0.9-beta => later

@rcubetrac
Copy link
Author

Milestone changed by @alecpl on 5 Jun 2014 07:37 UTC

later => 1.1-beta

@rcubetrac
Copy link
Author

Comment by @alecpl on 21 Jun 2014 13:40 UTC

default_list_mode option implemented in cd01dc0.

@rcubetrac
Copy link
Author

Status changed by @alecpl on 21 Jun 2014 13:40 UTC

new => closed

@flanagan
Copy link

Why was this feature request closed?
I can't find the option in the settings...

@alecpl
Copy link
Member

alecpl commented Feb 26, 2020

// Default messages listing mode. One of 'threads' or 'list'.
$config['default_list_mode'] = 'list';

is still there.

@flanagan
Copy link

Wonderful! Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants