search for: myflags

Displaying 16 results from an estimated 16 matches for "myflags".

Did you mean: mflags
2015 Mar 05
4
[LLVMdev] global variable
Hi all, I am newbie for llvm. I just create a global variable, there are some statements in my pass like: LoadInst* int64_64 = new LoadInst(pthreadPID, "", false, OptAplusOne); int64_64->setAlignment(8); int64_64->dump(); LoadInst* int32_65 = new LoadInst(gvar_int32_myFlag, "", false, OptAplusOne); int32_65->setAlignment(4);
2019 Aug 30
1
Sieve Header question.
I'm trying to make my github processing better, but I'm missing something. I have the following: if address :all :contains "from" ["github.com"] { addflag "github"; addflag "MyFlags" "github"; set "mailbox" "GitHub"; if address :matches :user "to" "*" { set "GHUser" "${1}"; addflag "${GHUser}"; addflag "MyFlags" "${GHuser}"; } if header :match...
2018 Dec 04
2
BUG: sieve does not set seen-Flag
Which version of dovecot are you using? jakob Am 04.12.18 um 15:44 schrieb Larry Rosenman: > I have the following, and it works: > require ["include","fileinto","imap4flags","variables"]; > global "MyFlags"; > if header :contains ["X-LERCTR-Spam-Flag","X-TNTSCAN-Spam-Flag"] "YES" > { > redirect "spamtrap at spambouncer.org"; > addflag "MyFlags" "\\Seen Junk"; > fileinto :flags "${MyFlags}" "SPAM&q...
2019 Aug 30
0
Re: [Qemu-devel] [PATCH 1/5] nbd: Improve per-export flag handling in server
...+458,13 @@ static int nbd_negotiate_handle_export_name(NBDClient *client, >> return -EINVAL; >> } >> >> - trace_nbd_negotiate_new_style_size_flags(client->exp->size, >> - client->exp->nbdflags | myflags); >> + myflags = client->exp->nbdflags; >> + if (client->structured_reply) { >> + myflags |= NBD_FLAG_SEND_DF; >> + } > > > why we cant do just > client->exp->nbdflags |= NBD_FLAG_SEND_DF ? Because myflags is the runtime flags fo...
2018 Dec 04
2
BUG: sieve does not set seen-Flag
...n of dovecot are you using? > > > jakob > > Am 04.12.18 um 15:44 schrieb Larry Rosenman: > > I have the following, and it works: > > require ["include","fileinto","imap4flags","variables"]; > > global "MyFlags"; > > if header :contains > ["X-LERCTR-Spam-Flag","X-TNTSCAN-Spam-Flag"]? "YES" > > { > >? ? redirect "spamtrap at spambouncer.org > <mailto:spamtrap at spambouncer.org>"; > >? ? addflag "M...
2018 Dec 04
3
BUG: sieve does not set seen-Flag
...gt; > >> jakob > >> > >> Am 04.12.18 um 15:44 schrieb Larry Rosenman: > >> > I have the following, and it works: > >> > require ["include","fileinto","imap4flags","variables"]; > >> > global "MyFlags"; > >> > if header :contains ["X-LERCTR-Spam-Flag","X-TNTSCAN-Spam-Flag"] "YES" > >> > { > >> > redirect "spamtrap at spambouncer.org"; > >> > addflag "MyFlags" "\\Seen Junk"; &gt...
2018 Dec 04
2
BUG: sieve does not set seen-Flag
Now i tried an additional rule in my "normal" working sieve-filter: if address :domain :matches "from" "company.example" ? { setflag "\\seen"; fileinto :create "INBOX/foo/test"; stop; } and sent an email from my company-account. The folder INBOX/foo/test gets created, but the message inside is not marked as seen. So i think, this is a bug in
2018 Dec 04
0
BUG: sieve does not set seen-Flag
...: > Which version of dovecot are you using? > > > jakob > > Am 04.12.18 um 15:44 schrieb Larry Rosenman: > > I have the following, and it works: > > require ["include","fileinto","imap4flags","variables"]; > > global "MyFlags"; > > if header :contains ["X-LERCTR-Spam-Flag","X-TNTSCAN-Spam-Flag"] "YES" > > { > > redirect "spamtrap at spambouncer.org"; > > addflag "MyFlags" "\\Seen Junk"; > > fileinto :flags "${My...
2018 Dec 04
0
BUG: sieve does not set seen-Flag
I have the following, and it works: require ["include","fileinto","imap4flags","variables"]; global "MyFlags"; if header :contains ["X-LERCTR-Spam-Flag","X-TNTSCAN-Spam-Flag"] "YES" { redirect "spamtrap at spambouncer.org"; addflag "MyFlags" "\\Seen Junk"; fileinto :flags "${MyFlags}" "SPAM"; stop; } FWIW....
2019 Aug 23
22
cross-project patches: Add NBD Fast Zero support
This is a cover letter to a series of patches being proposed in tandem to four different projects: - nbd: Document a new NBD_CMD_FLAG_FAST_ZERO command flag - qemu: Implement the flag for both clients and server - libnbd: Implement the flag for clients - nbdkit: Implement the flag for servers, including the nbd passthrough client If you want to test the patches together, I've pushed a
2015 Mar 24
2
[LLVMdev] Propagate clang attribute to IR
Hi, I want to *tag* some functions with some *flags*. I was using annotate((“myFlag”)) and everything was working fine until I tried on ObjC method. It seems that clang just ignore it. So, to be able to *flag* my functions I’m trying to add a *real* attribute to clang. I’ve added a new attribute to clang in tools/clang/include/clang/Basic/Attr.td: def NoFLA : Attr { let Spellings =
2018 Jan 03
2
sieve/internal error/detail subaddress and IMAP4FLAGS.
...scripts (including master.sieve) are at http://www.lerctr.org/~ler/sieve. require ["fileinto","imap4flags","include","mailbox", "envelope","subaddress","variables"]; require "vnd.dovecot.debug"; global "MyFlags"; if envelope :detail "to" "freebsd" { addflag "FreeBSD"; addflag "MyFlags" "FreeBSD"; } if envelope :matches :detail "to" "*" { set "detail" "${1}"; addflag "${detail}"; addflag &...
2018 Dec 04
0
BUG: sieve does not set seen-Flag
...are you using? >> >> >> jakob >> >> Am 04.12.18 um 15:44 schrieb Larry Rosenman: >> > I have the following, and it works: >> > require ["include","fileinto","imap4flags","variables"]; >> > global "MyFlags"; >> > if header :contains ["X-LERCTR-Spam-Flag","X-TNTSCAN-Spam-Flag"] "YES" >> > { >> > redirect "spamtrap at spambouncer.org"; >> > addflag "MyFlags" "\\Seen Junk"; >> > filein...
2018 Dec 04
0
BUG: sieve does not set seen-Flag
...;> jakob >>>> >>>> Am 04.12.18 um 15:44 schrieb Larry Rosenman: >>>>> I have the following, and it works: >>>>> require ["include","fileinto","imap4flags","variables"]; >>>>> global "MyFlags"; >>>>> if header :contains ["X-LERCTR-Spam-Flag","X-TNTSCAN-Spam-Flag"] "YES" >>>>> { >>>>> redirect "spamtrap at spambouncer.org"; >>>>> addflag "MyFlags" "\\Seen Junk"; &g...
2015 Mar 24
2
[LLVMdev] Propagate clang attribute to IR
> On 24 Mar 2015, at 14:55, Aaron Ballman <aaron at aaronballman.com> wrote: > > On Tue, Mar 24, 2015 at 9:48 AM, Rinaldini Julien > <julien.rinaldini at heig-vd.ch> wrote: >> Hi, >> >> I want to *tag* some functions with some *flags*. I was using annotate((“myFlag”)) and everything was working fine until I tried on ObjC method. It seems that clang just
2018 Dec 04
2
BUG: sieve does not set seen-Flag
...>>> >>>>> Am 04.12.18 um 15:44 schrieb Larry Rosenman: >>>>>> I have the following, and it works: >>>>>> require ["include","fileinto","imap4flags","variables"]; >>>>>> global "MyFlags"; >>>>>> if header :contains ["X-LERCTR-Spam-Flag","X-TNTSCAN-Spam-Flag"] "YES" >>>>>> { >>>>>> redirect "spamtrap at spambouncer.org"; >>>>>> addflag "MyFlags" "\\See...