mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Added "word-break: break-word" for plain text messages. (#824)
This commit is contained in:
parent
87887373c1
commit
c69faa4264
6 changed files with 6 additions and 5 deletions
|
|
@ -313,7 +313,7 @@ Enables caching in the system'),
|
|||
'use_imap_force_selection' => array(false),
|
||||
'use_imap_list_subscribe' => array(true),
|
||||
'use_imap_thread' => array(true),
|
||||
'use_imap_move' => array(true),
|
||||
'use_imap_move' => array(false),
|
||||
'use_imap_auth_plain' => array(false),
|
||||
'use_imap_expunge_all_on_delete' => array(false),
|
||||
'imap_forwarded_flag' => array('$Forwarded'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue