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

No edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
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|{{Archive}}|{{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 whereas Inbox shows 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.   
Set the "'''zimbraFeatureConversationsEnabled'''" attribute value to "'''TRUE'''" to fix this issue.   


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


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

Latest revision as of 12:48, 9 May 2023

Steps to fix message view issue on webclient


   KB 23401        Last updated on 2023-05-9  




0.00
(0 votes)

Problem

Webclient is not showing any message preview whereas Inbox shows total number of unread mails.

Alt



















Solution

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

Set the "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