[openbeos] Re: Query menu for Mail
- From: Simon Taylor <simontaylor1@xxxxxxxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Sun, 19 Aug 2007 09:29:34 +0100
Hi Justin,
Justin O'Dell wrote:
Here is my attempt to satisfy, at least in part, Ticket 1208. I did not
create a button on the toolbar because I don't think drop down buttons
are implemented yet.
http://dev.haiku-os.org/ticket/1208
http://dev.haiku-os.org/attachment/ticket/1208/20070816%20-%20Ticket%
201208.diff
Would any of you mind taking a look and reviewing my code?
Thanks for this and your previous patch about the preference apps.
There's no real need to post patches here though - just attach them in
the relevant bug and add a comment, and everyone who needs to know will
automatically receive an email.
For general development-related questions (if you need to ask anything
about the API or something) I'd recommend the main development list,
information about it here: http://haiku-os.org/community/ml
Simon
To make the query menu actually do something you must create the
"~/mail/queries" directory. After that, you can copy over queries that
are created through tracker's Find feature, but it will hard code the
mime type to be "text/x-email". Since Haiku doesn't put any emails in
the image build, you'll probably want to create a few fake ones.
Thanks,
Justin
- Follow-Ups:
- [openbeos] Re: Query menu for Mail
- From: Simon Taylor
- References:
- [openbeos] Query menu for Mail
- From: Justin O'Dell
Other related posts:
- » [openbeos] Query menu for Mail
- » [openbeos] Re: Query menu for Mail
- » [openbeos] Re: Query menu for Mail
Here is my attempt to satisfy, at least in part, Ticket 1208. I did not create a button on the toolbar because I don't think drop down buttons are implemented yet. http://dev.haiku-os.org/ticket/1208 http://dev.haiku-os.org/attachment/ticket/1208/20070816%20-%20Ticket% 201208.diff Would any of you mind taking a look and reviewing my code?
To make the query menu actually do something you must create the "~/mail/queries" directory. After that, you can copy over queries that are created through tracker's Find feature, but it will hard code the mime type to be "text/x-email". Since Haiku doesn't put any emails in the image build, you'll probably want to create a few fake ones. Thanks, Justin
- [openbeos] Re: Query menu for Mail
- From: Simon Taylor
- [openbeos] Query menu for Mail
- From: Justin O'Dell