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

(Created page with "=Steps_to_fix_message_view_issue_on_webclient= <br> ==Problem:== Webclient not showing any message preview where Inbox showing total number of unread mails. File:Screensh...")
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=Steps_to_fix_message_view_issue_on_webclient=
__FORCETOC__
<br>
<div class="col-md-12 ibox-content">
=Steps to fix message view issue on webclient=
<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 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.   


<pre>su - zimbra  
<pre>
su - zimbra  
zmprov ma USERNAME@DOMAIN.COM zimbraFeatureConversationsEnabled TRUE   
zmprov ma USERNAME@DOMAIN.COM zimbraFeatureConversationsEnabled TRUE   
zmprov fc -a all</pre>
zmprov fc -a all  
</pre>
 
{{SubmittedBy|Heera Singh Koranga}}

Revision as of 01:58, 26 May 2022

Steps to fix message view issue on webclient


   KB 23401        Last updated on 2022-05-26  




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