Does anyone know how to group messages in Squirrelmail in mailing list fashion? perhaps a plugin or something? Many thanks, Jim Flanagan linuxjim@jjfiii.com
Do you mean threads? Or folders? I think the former is part of the msg_flags plug-in. For the latter, use an MDA like Procmail or Maildrop. Or check the plugins list on the SquirrelMail Web site. Jeffrey Quoting Jim Flanagan <linuxjim@jjfiii.com>:
Does anyone know how to group messages in Squirrelmail in mailing list fashion? perhaps a plugin or something?
Many thanks,
Jim Flanagan linuxjim@jjfiii.com
On Thursday 24 February 2005 5:49 pm, Jeffrey L. Taylor wrote:
Do you mean threads? Or folders? I think the former is part of the msg_flags plug-in. For the latter, use an MDA like Procmail or Maildrop.
Hi Jeffery, Yeah, I mean message threads. I don't see msg_flags in the local plugins, I'll look at squirrelmail.org for it. I do see options in squirrelmai/configure for "allow server thread sort" (true) and "allow server-side sorting" (false). Are thees the options I need to adjust, or do I still need a plugin? Thanks for any tips. Jim Flanagan linuxjim@jjfiii.com
Or check the plugins list on the SquirrelMail Web site.
Jeffrey
Quoting Jim Flanagan <linuxjim@jjfiii.com>:
Does anyone know how to group messages in Squirrelmail in mailing list fashion? perhaps a plugin or something?
Many thanks,
Jim Flanagan linuxjim@jjfiii.com
Quoting Jim Flanagan <linuxjim@jjfiii.com>:
On Thursday 24 February 2005 5:49 pm, Jeffrey L. Taylor wrote:
Do you mean threads? Or folders? I think the former is part of the msg_flags plug-in. For the latter, use an MDA like Procmail or Maildrop.
Hi Jeffery,
Yeah, I mean message threads. I don't see msg_flags in the local plugins, I'll look at squirrelmail.org for it. I do see options in squirrelmai/configure for "allow server thread sort" (true) and "allow server-side sorting" (false). Are thees the options I need to adjust, or do I still need a plugin?
Thanks for any tips.
Jim Flanagan linuxjim@jjfiii.com
I am afraid it has been long enough ago, I've forgotten what I did. I seem to recall that enabling sorting may have been all I needed to do. # grep sort config.php $allow_thread_sort = true; $allow_server_sort = true; HTH, Jeffrey
On Saturday 26 February 2005 10:55 am, Jeffrey L. Taylor wrote:
Quoting Jim Flanagan <linuxjim@jjfiii.com>:
On Thursday 24 February 2005 5:49 pm, Jeffrey L. Taylor wrote:
Do you mean threads? Or folders? I think the former is part of the msg_flags plug-in. For the latter, use an MDA like Procmail or Maildrop.
Hi Jeffery,
Yeah, I mean message threads. I don't see msg_flags in the local plugins, I'll look at squirrelmail.org for it. I do see options in squirrelmai/configure for "allow server thread sort" (true) and "allow server-side sorting" (false). Are thees the options I need to adjust, or do I still need a plugin?
Thanks for any tips.
Jim Flanagan linuxjim@jjfiii.com
I am afraid it has been long enough ago, I've forgotten what I did. I seem to recall that enabling sorting may have been all I needed to do.
# grep sort config.php $allow_thread_sort = true; $allow_server_sort = true;
HTH, Jeffrey
Hi Jeffrey, That did the trick. Made "allow_server_sort" = true and now there is an option in squirrelmail to sort messages by thread. Squirrelmail is pretty amazing! Many thanks, Jim Flanagan linuxjim@jjfiii.com
participants (2)
-
Jeffrey L. Taylor
-
Jim Flanagan