mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
rcube_vcard.patch
This commit is contained in:
parent
0aba1ce148
commit
3ea0bbaa3b
1 changed files with 11 additions and 0 deletions
11
src/deb/for-download/tools/patches/rcube_vcard.patch
Normal file
11
src/deb/for-download/tools/patches/rcube_vcard.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- /usr/share/roundcube/program/lib/Roundcube/rcube_vcard.php 2018-10-23 13:12:54.000000000 +0200
|
||||
+++ /usr/share/roundcube/program/lib/Roundcube/rcube_vcard.php2 2020-02-06 01:03:34.000000000 +0100
|
||||
@@ -536,7 +536,7 @@
|
||||
'/^item\d*\.X-AB.*$/mi', // remove cruft like item1.X-AB*
|
||||
'/^item\d*\./mi', // remove item1.ADR instead of ADR
|
||||
'/\n+/', // remove empty lines
|
||||
- '/^(N:[^;\R]*)$/m', // if N doesn't have any semicolons, add some
|
||||
+ '/^(N:[^;\r\n]*)$/m', // if N doesn't have any semicolons, add some
|
||||
),
|
||||
array(
|
||||
'\2;type=\5\3:\4',
|
Loading…
Add table
Add a link
Reference in a new issue