Displaying 3 results from an estimated 3 matches for "test_3".
Did you mean:
test3
2007 Nov 06
1
User keywords limit to 26
...ywords limit ?
Or perhaps the new dbox storage format can fix that ?
By the way, the comportement of Dovecot when we try to add a new flag
while the limit is exceeded is strange :
(C: is client and S: Dovecot)
The store of the flags is ok :
C: RUBY0094 UID STORE 89 +FLAGS (test_0 test_1 test_2 test_3 test_4
test_5 test_6 test_7 test_8 test_9 test_10 test_11 test_12 test_13
test_14 test_15 test_16 test_17 test_18 test_19 test_20 test_21
test_22 test_23 test_24 test_25 test_26)
S: * 81 FETCH (UID 89 FLAGS (\Seen test_1 test_2 test_3 test_4 test_5
test_6 test_7 test_8 test_9 test_10 test_1...
2010 Jun 30
2
plain text in Chinese can not be set
...39;hello' in Chinese", font = 1) # normal
dev.off()
pdf("test_2.pdf", fonts = c("GB1"))
plot(1:10)
text(5,4, "\u4F60\u597D", family="GB1", font = 2) ## italic
text(5,5, "is 'hello' in Chinese", font = 2) # bold
dev.off()
pdf("test_3.pdf", fonts = c("GB1"))
plot(1:10)
text(5,4, "\u4F60\u597D", family="GB1", font = 3) ## bold italic
text(5,5, "is 'hello' in Chinese", font = 3) # italic
dev.off()
pdf("test_4.pdf", fonts = c("GB1"))
plot(1:10)
text(5,4, &quo...
2007 Nov 06
1
UTF-8 in dovecot-sieve ?
...contains "subject" "filtre") {
addflag "test_1";
}
if allof(header :contains "subject" "l?") {
addflag "test_2";
}
if allof(header :comparator "i;ascii-casemap" :contains "subject"
"h?") {
addflag "test_3";
}
----------
Only the first of the three rules do work.
When I try to match a subject string with accent encoded in ISO-8859
like "h?l?" : "=?ISO-8859-1?Q?h=E9l=E0?=" there is no match
Am I doing something wrong ?