search for: label3

Displaying 20 results from an estimated 58 matches for "label3".

Did you mean: labels
2008 Dec 02
3
boxplot via plot command
...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
2010 May 01
1
My dovecot does not store Thunderbird flags
Hi all, my Dovecot 1.1.20 does not store flags (I mean, Thunderbird Labels like ToDo, Important and so on..) When logging in via telnet, I get: . examine INBOX * FLAGS (\Answered \Flagged \Deleted \Seen \Draft NonJunk $MDNSent Junk $Forwarded NotJunk receipt-handled $Label7 $label1 $label2 $label3 $label4 $label5 expired_2w expired_2m delete rimandata forwarded) * OK [PERMANENTFLAGS ()] Read-only mailbox. As per Thunderbird mozillazine page about tags (http://kb.mozillazine.org/Tags#IMAP) that's what the issue is. PERMANENTFLAGS should allow /* while in my server it's empty. Could...
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 fl[[1]] gives "label2" so no problem here... While wf$label1 works fine. -- View this message in context: http://www.nabb...
2018 Dec 04
2
BUG: sieve does not set seen-Flag
...h thunderbird drag&drop Dec 04 17:22:24 mymail dovecot[16982]: imap(user.name)<17010><XtHsqjR8JqbV0J0m>: copy from INBOX/Arbeiten/bla: box=INBOX, uid=849, msgid=<a133b9b2-6913-14e8-f509-b6c81750e076 at bla.com>, from=Full Name <user at bla.com>, subject=TEST005, flags=($label3 NonJunk) Dec 04 17:22:24 mymail dovecot[16982]: imap(user.name)<17010><XtHsqjR8JqbV0J0m>: expunge: box=INBOX/Arbeiten/bla, uid=7, msgid=<a133b9b2-6913-14e8-f509-b6c81750e076 at bla.com>, from=Full Name <user at bla.com>, subject=TEST005, flags=(\Seen $label3 NonJunk) So i...
2004 Apr 13
1
Problem with flags
...ing right is Thunderbird's Label feature, which uses custom IMAP flags. I noticed that once I labeled a message, I couldn't un-label it. I recorded this exchange between Thunderbird and Dovecot while using the Label/None command on a message: 5235 uid store 35 -Flags ($Label1 $Label2 $Label3 $Label4 $Label5) * 35 FETCH (FLAGS (\Answered \Seen NonJunk $Label4 $Label5) UID 35) 5235 OK Store completed. Even though Thunderbird is sending the -Flags command for all its custom flags, the message is still retaining two of those flags. Just out of curiousity, I tried changing the flag of th...
2007 Jan 16
2
[LLVMdev] Indirect branch instruction
On Tue, 16 Jan 2007, Nicolas Geoffray wrote: >> Can you give a compilable C function as an example? >> >> > Well I'm not sure on how to do this in C, but in x86 assembly a simple > jmp %eax does it. I don't understand. You're making a claim that the C compiler isn't producing optimal code for some case. Can you give an example of a C function that llvm
2007 Jan 16
0
[LLVMdev] Indirect branch instruction
...uming that when using a SwitchInst, the just in time compiler generates two jumps, one to jump to the right case, and then one to jump to the correct label. Typically, I understood that, to make indirect branches, the (pseudo-) code generated is: label1: instructions label2: instructions label3: instructions my_value = @ of a label switch(my_value) { case label1: jump label1 case label2: jump label2 case label3: jump label3 default: abort("invalid label") } What I was asking is : what is the assembly code generated by llvm for this kind of code? My guess...
2015 Oct 01
0
Does fts_lucene need fts_squat?
...SPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS BINARY MOVE SEARCH=FUZZY NOTIFY SPECIAL-USE COMPRESS=DEFLATE QUOTA] Logged in as marcin at mejor.pl > * FLAGS (\Answered \Flagged \Deleted \Seen \Draft NonJunk Old $label1 $label2 $label3 $label4 $label5 ae_autoextract) > * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft NonJunk Old $label1 $label2 $label3 $label4 $label5 ae_autoextract \*)] Flags permitted. > * 5311 EXISTS > * 0 RECENT > * OK [UNSEEN 4910] First unseen. > * OK [UIDVALIDITY 1246465819] UI...
2013 Mar 02
1
panic in dovecot when using fts with solr
...TORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS SPECIAL-USE SEARCH=FUZZY QUOTA ACL RIGHTS=texk] Logged in 2 select Inbox * FLAGS (\Answered \Flagged \Deleted \Seen \Draft NonJunk $labels_4f9cce7caf4df $Forwarded $MDNSent Junk $labels_50f53a5862fb9 $label2 $label1 $label4 $label3 announce announces $ulabels_50f548e03429e feedback) * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft NonJunk $labels_4f9cce7caf4df $Forwarded $MDNSent Junk $labels_50f53a5862fb9 $label2 $label1 $label4 $label3 announce announces $ulabels_50f548e03429e feedback \*)] Flags permitted...
2018 Dec 04
2
BUG: sieve does not set seen-Flag
...e last month it did not recognize, that this rules won't work any > longer. Today i played around a little, then i saw, it won't work to set > the \Seen-Flag... > > Please be aware, i can set Junk-Flag, and Thunderbird shows me the > Emails marked as Junk. > I can set the $label3-Flag, and Thunderbird shows me the Message marked > as personal. > > Only the \Seen-Flag is not able to be set. Messages are always shown as > Unseen. Sometimes also as Recent... > > Not when i set it in an own line with addflag. > Not when i set it with setflag as the only Fla...
2018 Dec 04
0
BUG: sieve does not set seen-Flag
...bird drag&drop > > Dec 04 17:22:24 mymail dovecot[16982]: imap(user.name)<17010><XtHsqjR8JqbV0J0m>: copy from INBOX/Arbeiten/bla: box=INBOX, uid=849, msgid=<a133b9b2-6913-14e8-f509-b6c81750e076 at bla.com>, from=Full Name <user at bla.com>, subject=TEST005, flags=($label3 NonJunk) > Dec 04 17:22:24 mymail dovecot[16982]: imap(user.name)<17010><XtHsqjR8JqbV0J0m>: expunge: box=INBOX/Arbeiten/bla, uid=7, msgid=<a133b9b2-6913-14e8-f509-b6c81750e076 at bla.com>, from=Full Name <user at bla.com>, subject=TEST005, flags=(\Seen $label3 NonJunk) &g...
2008 Nov 25
1
Unable to use imapflags in sieve
...6 with libsieve 2.2.5 and I can't use the imapflags extension. Here's the begginning of my .dovecot.sieve file : require ["fileinto"]; #require "imapflags"; #require "reject"; #if header :contains "X-DSPAM-Probability: 0.9" { # addflag "$label3"; #} # On d?place le spam dans le dossier Spam et on s'arr?te l? if header :contains "X-DSPAM-Result" "Spam" { fileinto "Spam"; # addflag "\\Seen"; stop; } # Si le destinataire est l'user apache, on discarde le mail if add...
2011 Apr 08
1
Encoding dovecot keywords
...39;+BEIENQQ6BEEEQg-'; echo iconv('UTF-7', 'UTF-8', $str); ?> But I can't understand what encoding use dovecot for keywords? I set "????" (number 5) keyword: cat dovecot-keywords 0 &bcienqrbbeiepgqybdaetw-_&bdwenqrcbdoema- 1 test 2 $label1 3 $label2 4 $label3 5 &beienqq6beeeqg- but "&beienqq6beeeqg-" do not convert to "????". Why?
2018 Dec 05
4
BUG: sieve does not set seen-Flag
* Jakobus Sch?rz: > 1543935543.M447415P13997.mymail,S=726,W=748:2,Sa > > Then i move this email to another IMAP-Folder, and then there is the > filename > > 1543935543.M447415P13997.mymail,S=726,W=748:2, > > As expected, the seen-flag disappeared... the same as thunderbird > shows. And what about the "dovecot-keywords" files in both folders? Do they match?
2012 Nov 12
1
problem with Erlang function
...ance = CDate(TbDn.Text) Dim age As Integer age = CInt(Now.Year - datedenaissance.Year) If (datedenaissance.Month > Now.Month) Then age = age - 1 End If If ((datedenaissance.Month = Now.Month) And (datedenaissance.Day > Now.Day)) Then age = age - 1 End If Me.Label3.Text = " Age : " & age & " ans" End Sub So I need to find the equivalent of this function with R language so I think that I will start by : affichage<-function() { print( "enter the first name" ) firstname <- scan(nmax=1) print( "enter t...
2013 Sep 30
1
[LLVMdev] Will it be slow much if a lot of BasicBlock been created?
...ad i32* %v1 %3 = add i32 %2, -1 store i32 %3, i32* %v1 %4 = load i32* %v0 ret i32 %4 I want to know that if I create a basic block for every instruction in IR, like: Label0: ; No predecessors! %v1 = alloca i32 store i32 10, i32* %v1 Label2: ; No predecessors! %v0 = alloca i32 store i32 0, i32* %v0 Label3: ; preds = %Label9 Label5: ; No predecessors! %0 = load i32* %v0 %1 = add i32 %0, 1 store i32 %1, i32* %v0 Label7: ; No predecessors! %2 = load i32* %v1 %3 = add i32 %2, -1 store i32 %3, i32* %v1 Label9: ; No predecessors! br label %Label3 Label10: ; No predecessors! %4 = load i32* %v0 ret i32 %4...
2018 Dec 05
0
BUG: sieve does not set seen-Flag
Does it matter, if the keyword-files do not match? In one of the two folders is the content of dovecot-keywords 0 $label3 1 Junk 2 NonJunk in the other folder: 0 $label3 1 NonJunk 2 Junk 3 redirected 4 $label2 5 $label4 6 Seen As i said, i use $labes[1-4] from thunderbird. And i use as MUA Thunderbird, Androids Gmail-App, Horde webmail, somtimes samsungs mail-app on android, k9mail on android (not now), and evoluti...
2018 Dec 04
3
BUG: sieve does not set seen-Flag
...>> if environment :matches "imap.email" "*" { > >> >> set "email" "${1}"; > >> >> } > >> >> addflag "Junk"; > >> >> addflag "\\seen"; > >> >> addflag "$label3"; > >> >> pipe :copy "learn-spam.sh"; > >> >> pipe :copy "learn-spam-sa.sh" [ "${email}" ]; > >> >> > >> >> When i move an unflagged email to Folder Junk, it is shown in > >> Thunderbird > &gt...
2018 Aug 17
0
imapsieve: Change message flags on COPY
...s). - Choose a message from INBOX (in this case without any flags assigned): 23423 SELECT INBOX imap(stephan)<15247><fmJGKYEsd1uPOwAAmoV78g>: Mailbox INBOX: Debug: Mailbox opened because: SELECT * FLAGS (\Answered \Flagged \Deleted \Seen \Draft $MailFlagBit1 $label1 Flagged FreeBSD $Label3 $Label5 $Label4 $Label2) * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft $MailFlagBit1 $label1 Flagged FreeBSD $Label3 $Label5 $Label4 $Label2 \*)] Flags permitted. * 57 EXISTS * 0 RECENT * OK [UNSEEN 6] First unseen. * OK [UIDVALIDITY 1415917190] UIDs valid * OK [UIDNEXT 430] Pred...
2011 Aug 30
5
Message flags
How do I set message flags in sieve rules in such a way that e.g. Thunderbird is displaying the mail as "important"? Is there a list of hwo flags are interpreted by different IMAP clients? -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: