| Comments: |
Are 'importance' high, low and neither an outlook extension to email or are they standard? If standard, that could be 2 of the bits.
Importance flags are in the headers.
probably flag for follow-up combined with date/time follow-up is due eats up some of those bits. MS has color-enabled flags too -not sure if Mac cares about that though --maybe something similar.
![[User Picture]](http://p-userpic.livejournal.com/5887295/515656) | From: jwz Mon, 4-Jul-2005 1:28 PM (UTC)
| (Link)
|
Yes, I too can guess what these might be used for.
Mail doesn't use follow-up flags.
Mail allows for color-coding of messages, but it uses an NSColor for that, which would be 24 bits alone.
Unless it was storing an index value, and keeping the colours in a list elsewhere. (Be a bit of a pain changing every Important! email from Code Red to Code Pink status, if every message stored its own colour.)
Except that there isn't any way to change the color of all messages from the UI. Colors are just colors. They aren't indexed in any way - they're just... color.
![[User Picture]](http://p-userpic.livejournal.com/5887295/515656) | From: jwz Mon, 4-Jul-2005 2:00 PM (UTC)
| (Link)
|
Shut up.
Hooks for Spotlight, looks like. Read the man pages for mdfind and mdls.
![[User Picture]](http://p-userpic.livejournal.com/5887295/515656) | From: jwz Mon, 4-Jul-2005 2:00 PM (UTC)
| (Link)
|
Fascinatingly irrelevant.
Okay, straightforward answer: No, there is no documentation.
In order to exaust your administrative remedies, i.e., before faxing a photocopy of your anatomy polite letter to Steve Jobs (408-996-0275), you must ask here.
![[User Picture]](http://p-userpic.livejournal.com/20212195/3256134) | From: zetawoof Tue, 5-Jul-2005 12:50 AM (UTC)
Re: message framework header | (Link)
|
BINGO! Impressive find.
![[User Picture]](http://p-userpic.livejournal.com/5887295/515656) | From: jwz Tue, 5-Jul-2005 2:51 AM (UTC)
Re: message framework header | (Link)
|
Perfect! Thanks...
![[User Picture]](http://p-userpic.livejournal.com/4576544/868831) | From: wfaulk Tue, 5-Jul-2005 9:19 AM (UTC)
Re: message framework header | (Link)
|
Has someone decided that only jwz gets to see this answer? Or am I the only one for whom the parent post is missing?
From: fleshmeatstg Tue, 5-Jul-2005 12:20 PM (UTC)
Re: message framework header | (Link)
|
It's not just you. I saw it there this morning, but it's gone away since then.
![[User Picture]](http://p-userpic.livejournal.com/20212195/3256134) | From: zetawoof Tue, 5-Jul-2005 5:28 PM (UTC)
Re: message framework header | (Link)
|
Strange. If anyone still has this in their cache (it's fallen out of mine), can they repost it?
![[User Picture]](http://p-userpic.livejournal.com/20212195/3256134) | From: zetawoof Wed, 6-Jul-2005 12:24 AM (UTC)
Re: message framework header | (Link)
|
Our anonymous benefactor says that there's "an issue with some content that caused [him] to want to delete it".
![[User Picture]](http://p-userpic.livejournal.com/37171748/6963687) | From: reesesx Tue, 5-Jul-2005 9:06 PM (UTC)
Bits above 31? | (Link)
|
Out of curiosity, is there a spec for bits > 31? I have a largeish number of messages with bits 34 and 35 set.
![[User Picture]](http://p-userpic.livejournal.com/28912577/6864217) | From: emexgee Tue, 5-Jul-2005 9:04 PM (UTC)
slightly bemused... | (Link)
|
i've been watching this conversion to mac-dom with some bemusement: surely the point of using a mac is that "it just works" and that you're supposed to spend more time doing things rather than trying to recompile the kernel & hack your applications so that you can do things...? and if that isn't what you actually get from using a mac (and my observation is that you're not getting that) then what's the point?
some people are not happy unless they're hacking with something. admit this and be at peace.
![[User Picture]](http://p-userpic.livejournal.com/5887295/515656) | From: jwz Tue, 5-Jul-2005 9:37 PM (UTC)
Re: slightly bemused... | (Link)
|
Well, the reason I'm looking at these flags at all is because I gave up on trying to install an IMAP server on my Linux machine, which leaves me with no easy way to read my mail when I'm not sitting in front of my Mac. (This is not a huge problem, but sometimes it would be nice.) So I thought, if I could just hack up a little script to dump any "unread" messages in my few inbox-ish folders to stdout, that would probably be just about good enough. (Certainly better than running "more" on the /var/spool/mail file on the server, since the spam and mailing lists would be omitted.) And for the record, I am positively giddy with how much of an improvement MacOS is over Linux. It's the bee's knees, as the kids say.
![[User Picture]](http://p-userpic.livejournal.com/20212195/3256134) | From: zetawoof Wed, 6-Jul-2005 12:46 AM (UTC)
Re: slightly bemused... | (Link)
|
Hmm. You could probably do some sort of cleverness with Applescript if you can be certain that you'll be logged into the console. Here's a first stab at it. #!/bin/sh
osascript <<EOF
on run argv
set l to {}
tell application "Mail"
repeat with acct in every account
set l to l & (subject of messages of \
(mailboxes of acct whose name is "Inbox") \
whose was read is false)
end repeat
end tell
set r to ""
repeat with i in l
set r to r & i & "\n"
end repeat
return r
end run
EOF
From: kfringe Wed, 6-Jul-2005 8:13 AM (UTC)
Re: slightly bemused... | (Link)
|
I am positively giddy with how much of an improvement MacOS is over Linux.
Giddy? Oh dear. That can't be a good sign.
![[User Picture]](http://p-userpic.livejournal.com/20212195/3256134) | From: zetawoof Wed, 6-Jul-2005 12:26 AM (UTC)
Re: slightly bemused... | (Link)
|
Just to be contrary, I'll note that you can compile and use your own Mach kernel if you really want to. It's just not necessary very often.
![[User Picture]](http://p-userpic.livejournal.com/19028942/3580096) | From: larryklug Wed, 6-Jul-2005 6:48 AM (UTC)
Thank you Mask Man! | (Link)
|
Lenny Bruce rocks!
Wait... a message can be junk and not junk? Reminds me of the tea and no tea in the old Hitchiker's Guide game...
![[User Picture]](http://p-userpic.livejournal.com/5887295/515656) | From: jwz Wed, 6-Jul-2005 4:33 PM (UTC)
| (Link)
|
Well, there are 4 states: explicitly junk, explicitly not junk, implicitly junk, implicitly not junk. So you need two bits for that. It's unclear how exactly those two bits are used in flags, though.
10-15 attachment count 3F << 10 (6 bits)
16-22 priority level 7F << 16 (7 bits)
How many attachments in a single message and priority levels do they anticipate ever existing, anyway?
![[User Picture]](http://p-userpic.livejournal.com/5887295/515656) | From: jwz Thu, 7-Jul-2005 10:59 AM (UTC)
| (Link)
|
I believe the answer to that is obvious!
I would say it’s easy for a complex HTML mail to reach that limit on attachments.
That's just another reason HTML e-mail is devil-spawned. | |