[Bug 275952] Re: Unread search folder removes messages as soon as their unread flag is toggled

2011-06-22 Thread Andrew Simmonds
This affects me as well. Ubuntu 10.10/Evolution 2.30.3. I have a search folder with 3 conditions and a selector of "if any conditions are met". None of the conditions are about unread messages. The three are:- Recipients contains word Subject contains word Message Body contains word Source is "

[Bug 761829] Re: Problems with order of operations

2011-04-15 Thread Andrew Simmonds
Using the exact sequence shown I get the same incorrect result. Inserting a multiply between the 2 and ( gives the correct result. ** Changed in: gcalctool (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is su

[Bug 761829] Re: Problems with order of operations

2011-04-15 Thread Andrew Simmonds
There's nothing in the help that describes this situation but a look at the equation parser in the source would seem to agree with the behaviour you have described. So 48÷2(9+3) is equivalent to 48÷(2x(9+3)) i.e. the precedence of the multiplication is raised in this situation. -- You received t

[Bug 761829] Re: Problems with order of operations

2011-04-15 Thread Andrew Simmonds
** Changed in: gcalctool (Ubuntu) Status: Confirmed => New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gcalctool in Ubuntu. https://bugs.launchpad.net/bugs/761829 Title: Problems with order of operations -- desktop-bugs

[Bug 761829] Re: Problems with order of operations

2011-04-16 Thread Andrew Simmonds
Since help currently makes no mention of this, I suggest adding it to the "Basic Equations" page. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gcalctool in Ubuntu. https://bugs.launchpad.net/bugs/761829 Title: Problems with order

[Bug 761829] Re: Problems with order of operations

2011-04-16 Thread Andrew Simmonds
** Also affects: gcalctool Importance: Undecided Status: New ** Changed in: gcalctool (Ubuntu) Status: New => Confirmed ** Changed in: gcalctool Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subsc

[Bug 756277] Re: Incorrect Evaluation Order for Implied Multiplication

2011-04-20 Thread Andrew Simmonds
There's nothing in the help that describes this situation but a look at the equation parser in the source would seem to agree with the described behaviour. In this case 48÷2(9+3) is equivalent to 48÷(2x(9+3)) i.e. the precedence of the multiplication is raised in this situation. This is the same a