Displaying 20 results from an estimated 100 matches similar to: "IMAP flags and dovecot-keywords not working as expected"
2016 Nov 06
9
[Bug 98609] New: Firefox right click corrupted with DRI3
https://bugs.freedesktop.org/show_bug.cgi?id=98609
Bug ID: 98609
Summary: Firefox right click corrupted with DRI3
Product: Mesa
Version: unspecified
Hardware: All
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2010 Nov 02
2
Problem with excel and word attachements ?
Hello
We are in (random) troubles with some emails that contains
word and excel attachements ( others attachements are OK )
I don't really think Dovecot is implied in this trouble but I want
to be sure ...
The problem is users cannot open attachements from their clients
( thunderbird 3.1 ) it stays in "download" mode until timeout.
Maybe there is a Dovecot's workaround to
2016 Mar 24
6
Centos in the Browser string ?
> Date: Thursday, March 24, 2016 14:10:41 +0000
> From: Always Learning <centos at u64.u22.net>
>
> On Wed, 2016-03-23 at 22:29 -0700, Alice Wonder wrote:
>
>> What purpose does it serve? I don't object to it being there
>> but I also don't see a benefit to it being there.
>>
>> Ubuntu btw is not exactly a distribution I want
2016 Aug 24
19
[Bug 97462] New: Graphics deadlock "ILLEGAL_MTHD" in nouveau with mesa version 11.2.2 when visiting Google Maps with firefox 49.0b5
https://bugs.freedesktop.org/show_bug.cgi?id=97462
Bug ID: 97462
Summary: Graphics deadlock "ILLEGAL_MTHD" in nouveau with mesa
version 11.2.2 when visiting Google Maps with firefox
49.0b5
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
2008 Oct 01
3
lapply where each list object has multiple parts
Hi. I have a list where each object in the list has multiple parts. I'd
like to take the mean of just one part of each object. Is it possible to do
this with lapply? If not, can you recommend another function? Thanks.
eric
> x1 <- c(0,1,2,3)
> x2 <- c(7,8)
> x3 <- c(2,6,6,8)
> x4 <- c(4,8)
>
> Lst1 <- list(label1 = x1,label2 = x2)
> Lst2 <-
2008 Mar 13
0
[LLVMdev] Subversion head: build problem on cygwin?
On Mar 11, 2008, at 8:10 PM, Sam Bishop wrote:
> Sam Bishop wrote:
>> What LLVM is trying to do here is determine its own path. I don't
>> know
>> if the approach being used will work on Cygwin. (The code is very
>> new,
>> and it's never worked on Cygwin.) You could try reading the
>> /proc/$$/exe symlink. I don't know how long Cygwin
2013 Feb 17
6
histogram
HI Elisa,
You could use ?cut()
vec1<-c(33,18,13,47,30,10,6,21,39,25,40,29,14,16,44,1,41,4,15,20,46,32,38,5,31,12,48,27,36,24,34,2,35,11,42,9,8,7,26,22,43,17,19,28,23,3,49,37,50,45)
label1<-unlist(lapply(mapply(c,lapply(seq(0,45,5),function(x) x),lapply(seq(5,50,5),function(x) x),SIMPLIFY=FALSE),function(i) paste(i[1],"<x<=",i[2],sep="")))
2017 May 23
2
[imaptest] Explaining errors
Hi,
I'm an Apache James committer and we are curious to use imaptest in
order to validate our IMAP protocol implementation.
I'm using the nightlybuild : imaptest-20170506
I follow the examples given in the /T/ /est IMAP server compliancy/
examples https://imapwiki.org/ImapTest/Examples.
And I wanted to analyse the errors reported, here are some:
Error: user1 at james.org[11]: seq too
2016 Mar 24
2
Centos in the Browser string ?
On Thu, 2016-03-24 at 10:56 -0500, g wrote:
> > See the EFF testing site for more details:
> >
> > <https://panopticlick.eff.org/>
> aware of panopticlick.
It states (calculator needed)
11.6% of browsers have time zone 0 (GMT)
10.0% of browsers have "Linux x86_64" (note this excludes Android)
4.0% of browsers have "en-GB"
> if you have a
2008 Mar 12
3
[LLVMdev] Subversion head: build problem on cygwin?
Sam Bishop wrote:
> What LLVM is trying to do here is determine its own path. I don't know
> if the approach being used will work on Cygwin. (The code is very new,
> and it's never worked on Cygwin.) You could try reading the
> /proc/$$/exe symlink. I don't know how long Cygwin has been emulating
> /proc, though.
The dladdr() code won't work on Cygwin; the
2007 Nov 18
4
set background label to transparent??
I just use wxRuby and I have problem
I use background image on my app and when I create label it seem look
background of label is gray, how can I change it into transparent????
--
Posted via http://www.ruby-forum.com/.
2011 Feb 10
2
[LLVMdev] Hazard recognizers & basic blocks
I am working on a target which has some structural hazards.
To detect these hazards, I implemented a sub-class of
PostRAHazardRecognizer.
PostRAHazardRecognizer resets the hazard state on a basic block basis.
So, how to detect hazards that may occur between the end of a basic block
and the beginning of another basic block ?
Thanks !
-------------- next part --------------
An HTML
2008 May 07
3
use list elements to subtract values from the dataframe
Hi,
I have a dataframe wf existing of a header with different labels and beneath
the values of those labels :
wf:
label1 label2 ...
0,45 0,21
0,10 0,45
.... ....
I have a list
fl <- c("label2","label3",..)
Isn't possible to use the list elements in the list in order to subtract
values from the dataframe? like :
wf$fl[[1]]
When I do in R I get :NULL
2017 Apr 25
4
Pigeonhole / Bug with "duplicate" ?
Hello,
Previously, while running Dovecot 2.2.27/Pigeonhole 0.4.16 the following
code snippet was working as one would expect:
if duplicate {
addflag ["\\seen", "Duplicate"];
fileinto "Duplicate";
stop;
}
if address :contains "to" "user.email at example.com" {
addflag "$label1";
}
After upgrading to
2006 Apr 25
6
Searching over multiple MySQL tables
I am racking my brain over this, probably because I only know very
simple mysql functions.
Basically I''ve got a few tables, ex:
Albums (id,name,band_id); Bands (id,name,label_id), and Label (id,name)
I want to search through both album.name, band.name, and label.name
throwing all results into a variable, with no redundant info.
I think what I need to be doing is setting up some
2015 Jan 26
4
Thunderbird: improper command pipelining after EHLO
I couldn't find working solutions for this anomalie on the net. What
does this mean and does someone know how to fix this?
postfix/smtpd[18757]: improper command pipelining after EHLO from
unknown[192.168.10.233]: QUIT\r\n
Thanks
Best Regards,
Leander
2015 Mar 25
3
Courier-dovecot migration issue: Forward and Junk flags
Hello.. Another courier -> dovecot migrater here.. I ham having a bit of
trouble converting the courier maildir correctly, or actually i'm almost
there. The only thing i experience is that forwarded messages and
messages marked as junk (in thunderbird) are downloaded again (i am
using thunderbird and caching) after running the
courier-dovecot-migrate.pl script and connecting to the
2013 Feb 17
1
addition in the initial question
Dear Elisa,
Try this:
vec1<-c(33,18,13,47,30,10,6,21,39,25,40,29,14,16,44,1,41,4,15,20,46,32,38,5,31,12,48,27,36,24,34,2,35,11,42,9,8,7,26,22,43,17,19,28,23,3,49,37,50,45)
vec2<-vec1[1:26]
names(vec2)<-LETTERS[1:26]
label1<-unlist(lapply(mapply(c,lapply(seq(0,45,5),function(x) x),lapply(seq(5,50,5),function(x) x),SIMPLIFY=FALSE),function(i)
2008 Dec 02
3
boxplot via plot command
Hi folks,
I've just discovered that the following code leads to boxplot (surprisingly to me).
Can anybody explain to me why? Is this documented somewhere? I've never
consider this option before.
x <- rnorm(300)
l <- c(rep("label1",100), rep("label2",50), rep("label3",150))
df <- data.frame(as.factor(l), x)
plot(df)
Thank you!
Antje
2017 Aug 16
2
Cannot login with method=GSSAPI
I am migrating an existing dovecot server to a new server. The existing
server uses pam_krb5 and works with the plain and gssapi methods. The new
server plain/pam_krb5 normal password authentication works. However, the
gssapi (tickets) authentication is producing the following error:
=== Begin Error ====
imap-login: Disconnected (no auth attempts in 0 secs): user=<>,
rip=192.168.7.61,