search for: degenerative

Displaying 20 results from an estimated 20 matches for "degenerative".

2015 Feb 12
2
dovecot 2.2.15 script_after not executed
On 2015-02-12 01:01, Stephan Bosch wrote: > On 2/11/2015 10:37 PM, Portase Florin wrote: On 2/11/2015 8:41 PM, Stephan Bosch wrote: On 2/11/2015 7:34 PM, Florin Portase wrote: Hello guys, > > I'm having troubles making "script_after" to exec sieve scripts:: > > Keep in mind that the sieve_after script is only executed when the > "keep" action [1 [1]]
2015 Feb 11
2
dovecot 2.2.15 script_after not executed
On 2/11/2015 8:41 PM, Stephan Bosch wrote: > On 2/11/2015 7:34 PM, Florin Portase wrote: >> Hello guys, >> >> I'm having troubles making "script_after" to exec sieve scripts:: >> > Keep in mind that the sieve_after script is only executed when the > "keep" action [1] is executed or when the implicit "keep" [2] is still >
2016 Mar 21
3
sieve - editheader - edit in place
Hello, i do some tests with sieve editheader extensions. deleteheader and addheader are working, but i noticed that new headerlines are always prepended to current header. So new lines can be found always on top. I am looking for a possibility to edit a headerline in place, without moving the new line to top of stack(replaceheader?). It is not looking good if a Subject-Line suddenly moves to
2015 Feb 15
0
dovecot 2.2.15 script_after not executed
On 2/12/2015 2:12 AM, Florin Portase wrote: > > On 2015-02-12 01:01, Stephan Bosch wrote: > >> On 2/11/2015 10:37 PM, Portase Florin wrote: >>> On 2/11/2015 8:41 PM, Stephan Bosch wrote: >>>> On 2/11/2015 7:34 PM, Florin Portase wrote: >>>>> Hello guys, >>>>> >>>>> I'm having troubles making
2013 Jan 29
4
[LLVMdev] [RFC] Attributes Rewrite (Final)
...waysinline nounwind alignstack=4 } void @foo() #1 { ret void } An object may refer to more than one attribute group. In that situation, the attributes are merged. Attribute groups are important for keeping `.ll' files readable, because a lot of functions will use the same attributes. In the degenerative case of a `.ll' file that corresponds to a single `.c' file, the single `attrgroup' will capture the command line flags used to build that file. Target-Dependent Attributes in IR --------------------------------- The front-end is responsible for knowing which target-dependent options...
2015 Feb 11
2
dovecot 2.2.15 script_after not executed
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello guys, I'm having troubles making "script_after" to exec sieve scripts:: So: plugin { quota = maildir quota_rule2 = INBOX.Trash:ignore quota_rule3 = INBOX.Sent:ignore sieve = ~/Maildir/sieve/dovecot1.sieve sieve_before = /etc/dovecot/sieve/global.sieve sieve_after =
2013 Feb 03
0
[LLVMdev] [RFC] Attributes Rewrite (Final)
...sense to me to make it one of a hard-coded list of well-known stuff we know about (like align) plus double-quoted strings, used for target-specific stuff. > Attribute groups are important for keeping `.ll' files readable, because a lot > of functions will use the same attributes. In the degenerative case of a `.ll' > file that corresponds to a single `.c' file, the single `attrgroup' will capture > the command line flags used to build that file. It's worth noting that the structure of attribute groups is an .ll file syntax thing, they aren't reflected in the IR once...
2012 Nov 21
1
[LLVMdev] [RFC] Passing Options to Different Parts of the Compiler Using Attributes
...{ ret void } >> >> An object may refer to more than one attribute group. In that situation, the >> attributes are merged. >> >> Attribute groups are important for keeping `.ll' files readable, because a lot >> of functions will use the same attributes. In the degenerative case of a `.ll' >> file that corresponds to a single `.c' file, the single `attrgroup' will capture >> the command line flags used to build that file. > > A few comments on the new syntax: > > 1. I think most folks will understand what 'attrgroup' mean...
2012 Nov 20
0
[LLVMdev] [RFC] Passing Options to Different Parts of the Compiler Using Attributes
...@foo() attrgroup(#1) { ret void } > > An object may refer to more than one attribute group. In that situation, the > attributes are merged. > > Attribute groups are important for keeping `.ll' files readable, because a lot > of functions will use the same attributes. In the degenerative case of a `.ll' > file that corresponds to a single `.c' file, the single `attrgroup' will capture > the command line flags used to build that file. A few comments on the new syntax: 1. I think most folks will understand what 'attrgroup' means, but it is a little cryp...
2004 Sep 10
0
What's the best way to install wine as an ordinary user?
Hi all, I haven't installed wine in a while, so please help me here. I've implemented a very simple package management system on my LFS system. All the system dir's where programs install are sticky and group writable by a special group called packages. Therefore i never install as root anymore, and i can uninstall a program simply by removing all files from that user.
2004 Aug 02
3
debug channels
hello winers! has anyone a kind of debug channels documentation? i mean that parameters after "--debugmsg" like: "+relay,+loaddll,+reg"... i need to see network stuff in the debug messages. thanx, cheers! rxon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20040802/0b9fca0a/attachment.htm
2015 Feb 11
0
dovecot 2.2.15 script_after not executed
On 2/11/2015 7:34 PM, Florin Portase wrote: > > Hello guys, > > I'm having troubles making "script_after" to exec sieve scripts:: > Keep in mind that the sieve_after script is only executed when the "keep" action [1] is executed or when the implicit "keep" [2] is still active, meaning that the user didn't give the mail an explicit destination.
2015 Feb 12
0
dovecot 2.2.15 script_after not executed
On 2/11/2015 10:37 PM, Portase Florin wrote: > On 2/11/2015 8:41 PM, Stephan Bosch wrote: >> On 2/11/2015 7:34 PM, Florin Portase wrote: >>> Hello guys, >>> >>> I'm having troubles making "script_after" to exec sieve scripts:: >>> >> Keep in mind that the sieve_after script is only executed when the >> "keep" action
2012 Nov 13
9
[LLVMdev] [RFC] Passing Options to Different Parts of the Compiler Using Attributes
...ounwind, alignstack=4 } void @foo() attrgroup(#1) { ret void } An object may refer to more than one attribute group. In that situation, the attributes are merged. Attribute groups are important for keeping `.ll' files readable, because a lot of functions will use the same attributes. In the degenerative case of a `.ll' file that corresponds to a single `.c' file, the single `attrgroup' will capture the command line flags used to build that file. Target-Dependent Attributes in IR --------------------------------- The front-end is responsible for knowing which target-dependent options...
2003 Aug 22
0
mangia a colori (PR#3914)
...school and enterprises that have to cooperate in a net of mutual exchange and responsibility. The WHO (Worl Health Organizition) has individualized in the promotion of the health the winning strategy to cope with the actual epidemiological conditions, that see to prevail as cause of death and the degenerative chronic illnesses, the tumors, and with finally, the road accidents. During these last 30 years a lot of our habits are changed: more comforts! We have learned to eat more, as consequence of the great quantity of food and medicines! We have learned to prefer softer foods, that do not tire the mas...
2009 Mar 04
3
set \Seen flag on mail
I'm looking for a way to set the \Seen flag on certain mail no matter what. Currently I'm using a global sieve script to do this. From what I've read, there is no way to enforce the global script if the user creates their own sieve script. More details: I have a postfix transport that along with sender_bcc_maps and recipient_bcc_maps uses deliver to create a read only archive of
2013 Feb 03
2
[LLVMdev] [RFC] Attributes Rewrite (Final)
...coded list of well-known stuff we know about (like align) plus double-quoted strings, used for target-specific stuff. > That sounds reasonable. >> Attribute groups are important for keeping `.ll' files readable, because a lot >> of functions will use the same attributes. In the degenerative case of a `.ll' >> file that corresponds to a single `.c' file, the single `attrgroup' will capture >> the command line flags used to build that file. > > It's worth noting that the structure of attribute groups is an .ll file syntax thing, they aren't reflect...
2012 Nov 13
0
[LLVMdev] [RFC] Passing Options to Different Parts of the Compiler Using Attributes
...attrgroup(#1) { ret void } > > An object may refer to more than one attribute group. In that situation, > the > attributes are merged. > > Attribute groups are important for keeping `.ll' files readable, because a > lot > of functions will use the same attributes. In the degenerative case of a > `.ll' > file that corresponds to a single `.c' file, the single `attrgroup' will > capture > the command line flags used to build that file. > > Target-Dependent Attributes in IR > --------------------------------- > > The front-end is responsible...
2012 Nov 26
3
[LLVMdev] [RFC] Passing Options to Different Parts of the Compiler Using Attributes
...ret void } >> >> An object may refer to more than one attribute group. In that situation, the >> attributes are merged. >> >> Attribute groups are important for keeping `.ll' files readable, because a lot >> of functions will use the same attributes. In the degenerative case of a `.ll' >> file that corresponds to a single `.c' file, the single `attrgroup' will capture >> the command line flags used to build that file. > > A few comments on the new syntax: > > 1. I think most folks will understand what 'attrgroup' mea...
2004 Jan 28
1
smbmount and filesystem images
Hi Please CC me as I'm not on the list! I have a share mounted to my linux box using smbmount, I can create and read files okay. The share is exported from a Win2K server. On the share I have a ext2 filesystem image which I am mounting with "mount -o loop". This all worked like a charm under linux 2.4 but after upgrading to 2.6.1 it has stopped working, the mount command just