Steps to fix message view issue on webclient: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
__FORCETOC__
<div class="col-md-12 ibox-content">
=Steps to fix message view issue on webclient=
=Steps to fix message view issue on webclient=
<br>
<hr>
{{KB|{{WIP}}|{{ZCS 8.8}}|{{ZCS 9.0}}}}
<hr>


==Problem:==
====Problem====
Webclient not showing any message preview where Inbox showing total number of unread mails.  
Webclient is not showing any message preview, where Inbox showing total number of unread mails.  


[[File:Screenshot.png|Type|Border|Location|left|Screenshot.png|link=Link|alt=Alt|lang=Langtag|Caption]]
[[File:Screenshot.png|Type|Border|Location|left|Screenshot.png|link=Link|alt=Alt|lang=Langtag|Caption]]


<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
==Solution:==
====Solution====
 
 
 
This type of issue occurs where conversation feature is disabled for the user.   
This type of issue occurs where conversation feature is disabled for the user.   


We need to set "'''zimbraFeatureConversationsEnabled=TRUE'''" to fix this issue.   
We need to set "'''zimbraFeatureConversationsEnabled'''" attribute value to "'''TRUE'''" to fix this issue.   
 
su - zimbra
zmprov ma USERNAME@DOMAIN.COM zimbraFeatureConversationsEnabled TRUE 
zmprov fc -a all
 
 


<pre>
su - zimbra
zmprov ma USERNAME@DOMAIN.COM zimbraFeatureConversationsEnabled TRUE 
zmprov fc -a all
</pre>


Submitted by:  Heera Singh Koranga
{{SubmittedBy|Heera Singh Koranga}}

Revision as of 22:07, 16 November 2021

Steps to fix message view issue on webclient


   KB 23401        Last updated on 2021-11-16  




0.00
(0 votes)

Problem

Webclient is not showing any message preview, where Inbox showing total number of unread mails.

Alt



















Solution

This type of issue occurs where conversation feature is disabled for the user.

We need to set "zimbraFeatureConversationsEnabled" attribute value to "TRUE" to fix this issue.

su - zimbra 
zmprov ma USERNAME@DOMAIN.COM zimbraFeatureConversationsEnabled TRUE  
zmprov fc -a all 
Submitted by: Heera Singh Koranga
Jump to: navigation, search