![]() |
|
|||||||
| FastMail Forum All posts relating to FastMail.FM should go here: suggestions, comments, requests for help, complaints, technical issues etc. |
![]() |
|
|
Thread Tools |
|
|
#16 |
|
Member
Join Date: Nov 2003
Location: Copenhagen,Denmark
Posts: 79
|
I think you are right, without the spaces you cannot test for any headers at all (except the first) so I assume that copying the quote changed the header, otherwise none of the script would work.
That's me out of ideas. cheers, Bob |
|
|
|
|
|
#17 |
|
Master of the @
Join Date: Apr 2003
Posts: 1,395
Representative of:
Fastmail.FM |
Hm. I cannot quite figure whats going wrong here. It should have set the flag for the message. Can you submit a support ticket. I would like to check this more.
|
|
|
|
|
|
#18 |
|
Senior Member
Join Date: Aug 2002
Location: NorthEast, USA
Posts: 138
|
what do I do to submit the ticket?
|
|
|
|
|
|
#20 |
|
Senior Member
Join Date: Aug 2002
Location: NorthEast, USA
Posts: 138
|
Does anyone know if Setflag requires a fileinto to work?
|
|
|
|
|
|
#21 |
|
Member
Join Date: Nov 2003
Location: Copenhagen,Denmark
Posts: 79
|
No it doesn't, I just tested this as well and it works fine.
|
|
|
|
|
|
#22 |
|
Senior Member
Join Date: Aug 2002
Location: NorthEast, USA
Posts: 138
|
does anyone have list of valid flags, besides seen?
|
|
|
|
|
|
#23 | |
|
Senior Member
Join Date: Aug 2002
Location: NorthEast, USA
Posts: 138
|
ok I've done some testing. My script works fine, changes the flag just great if I use a fileinto.
Saddly I don't want to do that, because then I will have to write so many lines saying which files go where, and I had that covered with sub-domaining my address. I found this Quote:
So I guess what I want is not possible. Unless someone has trick up their sleves. |
|
|
|
|
|
|
#24 |
|
Guest
Posts: n/a
|
Depending on your client and whether there are selected messages in the Web interface, there may be more flags in use; See Section 2.3.2.
Are you quoting this from draft-melnikov-sieve-imapflags-03.txt? |
|
|
|
#25 |
|
Member
Join Date: Nov 2003
Location: Copenhagen,Denmark
Posts: 79
|
If I use addflag as in the code below:
Code:
else {
addflag "$label3";
}
Not sure about all the flags, but FM seems to use: \Seen \Deleted \Flagged \Answered $Forwarded NonJunk Junk hasatt hasnoatt $label1 to $label5 (these can be customised in Tb) Of course most of these you wouldn't want to change and you can add any flag you like but unless your client supports it you won't see it anyway. |
|
|
|
|
|
#26 |
|
Member
Join Date: Nov 2003
Location: Copenhagen,Denmark
Posts: 79
|
Just a couple more flags:
\Drafts Selected if you add the selected flag then when looking through the web interface the checkbox on the message line will be permanently checked (even through different sessions) until you manually uncheck it, not sure if it's of any use to set through Sieve though. Also a bit dangerous a I guess any action will also be done on that message. |
|
|
|
|
|
#27 |
|
Guest
Posts: n/a
|
Junk and NonJunk are used by Thunderbird's bayesian filtering.
|
|
|
|
#28 | |
|
Master of the @
Join Date: Apr 2003
Posts: 1,395
Representative of:
Fastmail.FM |
Quote:
According to the RFC, that shouldn't be the behaviour. Chicorypatch: I will mail you shortly. |
|
|
|
|