Simple formatting question for mail-script

I would like to edit the script below, so that theSubject ends up on a line of it's own,
and messageURL indented on a new line below. It's important that it's indented.
As it is now, the sixth line from the bottom counted; "make new entry with properties
{name:theSubject & messageURL}" puts everything on the same line.
tell application "Mail"
try
set theSelection to the selection
repeat with theMessage in theSelection
my importMessage(theMessage)
end repeat
end try
end tell
on importMessage(theMessage)
tell application "Mail"
try
set theSubject to subject of theMessage
set messageURL to "message://%3C" & (message id of theMessage) & "%3E"
tell application "TaskPaper"
tell front document
make new entry with properties {name:theSubject & messageURL}
end tell
end tell
end try
end tell
end importMessage
Thanks in advance,
Hakan
Message was edited by: swedishstargazer

How do I create a new entry with messageURL indented?
Here's an approximate example of what I get with TaskPaper when I run your script as modified in my previous post:
Cyberlettre du 19-01-2011 - Pétition - Tunisie
     message://%3C20110120170231.7BEB23D619@pmta4-1-fe10%3E
Haïti : un an après le séisme
     message://%3C5464456.3052551294847006313.JavaMail.root@server8565%3E
Surely I don't understand what you mean by “indented", since I would have considered lines 2 and 4 above as “indented”.

Similar Messages

  • Using OD as a simple contact list for mail

    Hello,
    A probably stupid question but ... : is it possible to add, in Open Directory, informations like e-mail or mobile phone number WITHOUT creating an account in Open Directory ?
    This is what i'm trying to do :
    we have an OS X server with Open Directory and mail configured. Users access to their mail trough imap, are authenticated through the OD, and are using Thunderbird as a mail client. These users are new in our company, and we had to host their mailboxes on a separate system, not linked in any manner to our coporate mail system and -that's the problem- our corporate directory.
    Thunderbird can be configured to access the LDAP directory on the OSX server, but the directory contains only the informations we entered for each account created in OD.
    The question is then : is it possible to populate OD with informations extracted from our corporate directory WITHOUT having to create an account in OD for each contact ?
    I've seen a thread speaking about passenger utility. This might be a workaround if I finally have to create an account for each, but it is too powerfull :)) my problem is very simple, I don't have any problem of password migration and so on ! I just want to populate OD with the name, firstname, mail adress and phone number of ... let's say .... 1200 persons !
    Thanks,
    PhC.
    Message was edited by: cubenotdead

    I've seen a thread speaking about passenger utility. This might be a workaround if I finally have to create an account for each, but it is too powerfull... let's say .... 1200 persons !
    If you have 1200 accounts to create, Passenger is going to save you a huge amount of time on that task. As to it being too powerful, it would be nice if there were a few more features added to it to provide a bit more functionality.
    To answer your question about account creation, yes you must create an account to be able to store user info such as e-mail addresses. You don't have to assigned home directories to the users, passwords, or even allow them to login to the account, but you must create the container object to hold the user information.

  • Format question for a ABAP report

    Hi experts,
          Exist a way to create or use a format to print an output of an ABAP report that adjust to the screen? I have a Abap report that in the output have some subtrees for the information displayed.... but if the user expand a lot the subtrees when he or she print the document they see the leters and numbers very small or whitout some columms.... How can I create a format to fix this or what is the way ?
    Thanks for the help!

    Please.... I need help in this topic.... any suggestions?
    Thanks!

  • Simple bash question: how to script into new shell?

    I want to have a script that opens a new terminal and calls some commands. I am to stupid. :oops:

    Pink Chick wrote:
    *Smack*
    This should be ok. I was tired of typing "makepkg foobar", and so I wrote a tiny dirty nautilus script to do that for me. Unfortunately, it worked in the background. Not bad, if you KNOW your package is ok, but in case of errors.
    Thank you all. 
    hmm sounds like an interesting idea... i don't use nautilus myself... but i could see it being cool to double click a PKGBUILD file and have it run makepkg...

  • Want more formatting features for Mail.app

    Hi everyone,
    Wouldn't it be nice if Apple made Mail.app as feature rich as Thunderbird?
    Wow! You'd think they'd want Mail to be fully formattable and customizable with all the features available.
    I can't believe we can't control background color for example.
    Thanks

    IMO, no.
    I'm not a fan of using HTML for email message composition and I'm not interested in changing the background color of my messages or adding animated gifs or smileys and I don't enjoy receiving messages with the same.
    Using HTML for email message composition increased the cost to exchange electronic messages and also causes a wide range of problems including major security issues - primarily for Windows users.

  • Simple Swing Question for HTML

    I am trying to load a web page and I know how to do that using JEditorPane or JTextPane, but what I need to do is for the program to be able to load the page, enter a username and password in 2 of the <input> text fields and then submit it.
    IMPORTANT: I don't mean that I or a user would login, I mean the program I write would auto login.
    Does anyone know how this is accomplished?
    I do know how to do it with Javascript, but this needs to be a Java application.
    Once loaded I would then do some web scraping, again with Java, this I think I know how to do.
    Thanks,
    Dan

    Hi!
    Maybe you can find one part of the solution here (Reply 2,3,4)
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=285307
    or here
    http://forum.java.sun.com/thread.jspa?threadID=786631&messageID=4470190#4470190
    This would be the part for getting the username and password.
    How to submit it I do not know. I would look at class HttpURLConnection and the tutorial: http://java.sun.com/docs/books/tutorial/networking/urls/index.html

  • Simple format question, Maybe

    I need to print out an array of integers a certain number on each line and have them show like this 8.00. I don't know if there is a way to convert the whole array or just format the print output thanks

    This doesn't work, this the result
    2.00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 12.00 .00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 12.00 24.00 .00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 12.00 24.00 19.00 .00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 12.00 24.00 19.00 4.00 .00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 12.00 24.00 19.00 4.00 25.00 .00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 12.00 24.00 19.00 4.00 25.00 8.00 .00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 12.00 24.00 19.00 4.00 25.00 8.00 19.00 .00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 12.00 24.00 19.00 4.00 25.00 8.00 19.00 41.00 .00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 12.00 24.00 19.00 4.00 25.00 8.00 19.00 41.00 19.00
    .00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 12.00 24.00 19.00 4.00 25.00 8.00 19.00 41.00 19.00
    49.00 .00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 12.00 24.00 19.00 4.00 25.00 8.00 19.00 41.00 19.00
    49.00 14.00 .00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 12.00 24.00 19.00 4.00 25.00 8.00 19.00 41.00 19.00
    49.00 14.00 22.00 .00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 12.00 24.00 19.00 4.00 25.00 8.00 19.00 41.00 19.00
    49.00 14.00 22.00 10.00 .00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 12.00 24.00 19.00 4.00 25.00 8.00 19.00 41.00 19.00
    49.00 14.00 22.00 10.00 21.00 .00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 12.00 24.00 19.00 4.00 25.00 8.00 19.00 41.00 19.00
    49.00 14.00 22.00 10.00 21.00 8.00 .00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 12.00 24.00 19.00 4.00 25.00 8.00 19.00 41.00 19.00
    49.00 14.00 22.00 10.00 21.00 8.00 33.00 .00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 12.00 24.00 19.00 4.00 25.00 8.00 19.00 41.00 19.00
    49.00 14.00 22.00 10.00 21.00 8.00 33.00 45.00 .00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 12.00 24.00 19.00 4.00 25.00 8.00 19.00 41.00 19.00
    49.00 14.00 22.00 10.00 21.00 8.00 33.00 45.00 32.00 .00
    2.00 6.00 40.00 20.00 11.00 7.00 46.00 1.00 3.00 13.00
    15.00 19.00 17.00 33.00 38.00 18.00 18.00 32.00 .00 37.00
    20.00 35.00 42.00 18.00 48.00 6.00 28.00 38.00 11.00 24.00
    37.00 12.00 24.00 19.00 4.00 25.00 8.00 19.00 41.00 19.00
    49.00 14.00 22.00 10.00 21.00 8.00 33.00 45.00 32.00 5.00

  • Simple/silly question: how do I set/change default font/color for outgoing mail messages?

    Simple/silly question: how do I set/change default font/color for outgoing mail messages?

    Just a suggestion..........
    Download Thunderbird.  Easier to use when it comes to what you want to do w/your emails. 

  • Simple question; Mac Server Setup for Mail, iCal and Address Book Services.

    Hi Guys;
    I'm new to the Mac Server world and need a few questions answered.
    I have purchased a new Mac mini Server for hosting File, Web, Mail, iCal and Address Book Services.
    I’m comfortable setting up File and Web Services however I’m a bit uneasy setting up Mail, iCal and Address Book services to be access locally and remotely(via the internet).
    My current setup is;
    Internet connection (Dynamic IP) -> Router -> Mac mini Server.
    I have purchased a domain name (Thornton-net.com) from DynDns.com + a custom DNS service as I can setup my router to update my domain’s IP address automatically.
    I can access File and Web Services remotely (thortnon-net.com) perfectly without any issues via the Port Forwarding feature of the Router.
    If I setup Mail, iCal and Address Book Services -> will Mail, iCal and Address Book clients be able to access these services hosted by the server via Thornton-net.com?
    Message was edited by: Allan.Thornton

    Welcome to the forums.
    For mail services (and specifically for your outbound mail to be accepted by other mail servers) your mail server needs to have a static IP address and matching forward and reverse and MX records, or a tunnel to a static IP (with matching DNS), or you need another mail server where you have an authorized relay. Without that, your mail will be considered a spam engine, and dropped.
    Additionally, your particular tier of service with your ISP (with a static IP) will generally allow server-oriented access and server-oriented network traffic, where a residential or other tier of service (with a dynamic IP addresses) can be firewalled.
    The ISP controls the "high ground" of the network connections here, so you pretty much get to play by their rules and requirements. If they don't offer static IP, then (presuming their T&Cs permit it) you get to tunnel (via IPv6, for instance) to a tunnel broker, and receive your network traffic via that (and with matching DNS) point of presence. That could well be a tunnel for your mail at whichever your DNS provider is here, because you'll have issues with your dynamic address. (You get to sort out if they offer that.)
    Far and away the easiest approach (if you want to host this stuff yourself) is to work with the ISP. They're inherently involved in your network, and they and they alone have full control over your reverse DNS configuration.

  • Script format question: Title over

    Question: In the script format when using a "TITLE OVER" is it a General, Shot or an Action format. Appreciate any input here, thanks.
    Rich

    It a good question, as it is worth thinking how the elements in our screenplays will be used down the line. So for example, although the formatting of making it a Shot certainly would put TITLE OVER in caps, and making it Action would allow the paragraph it is in to be lower and upper case, it better to think how the elements may be used as metadata when you move on from writing, rather than how they look on the page. The tags and elements will be used by others in many different ways as the script moves through the planning and shooting steps.
    Shot elements will be processed by an application like Adobe OnLocation which will create a placeholder shot for it for the shoot. That could be theoretically correct in this case as the title will need to be shot. However to answer your question I think General is the appropriate element, just as the Title and Author are General on the titlle page.
    Are there other elements of the screenplay that will need to be tagged in special ways so they are available as the right kind of metadata later in the production process?

  • Scripting Question for Remote & Command list

    There must be some info on the commands / functions allowed for DVDSP scripting. For instance, how does one know ran = random. div = divide. Can you please point me in that direction. Note: already looked at the 2 tutorial sites suggested and the book authors mentioned, and while those were helpful looking for a comprehensive list, or at least some list like so many of my other programming books contain.
    More advanced question: Does anyone know the scripting conversion for the remote control. For example
    if remote = play jump end....
    or
    if controller = next jump start...
    Not sure what the code would look like, but it must be fairly simple, and someone must know the answer:)
    Thanks!!!

    No probs. If you're more specific we could maybe help more. I mean you could write a script and then make the button target that script, or make all buttons target a script and make decisions based on which button was pressed... but there isn't always much point cause you dont have the interactivity level you do with Flash/Director,
    -jake
    P.S Thanks for coming back to the thread. To help the new system, when you feel the question has been answered can you mark it answered/helpful etc, cheers.

  • Applescript for Mail Question

    Is it possible to create an Applescript for Mail, that, when an email with a specific subject line arrives in my inbox, an attached photograph would get sent immediately in response to the person who sent the email.  The subject lines would vary (e.g., people_1, or, places_16).  Every subject line would have a corresponding photo located somewhere on my hard drive (there would be hundreds of possibilities - the catalogue would be concentrated in one place).  So, for example, when "places_21" hits my Mail in box, an email would be generated in response, automatically, with a photo (places_21) attached.  Thank you!  Marcos

    Actually, it's not that hard to do, it's just that there are a lot of use cases, and a lot of caveats to consider.
    For example, do you intend/expect to work from a predefined list of image file names? Or do you want/expect to react to any filename that's requested?
    You say that the files would be 'somewhere on my hard drive'... how does the script know where to look? How does it resolve filename conflicts? What should happen if a file can't be found?
    As fane suggests, you should also consider an audit log, so you can see who asked for what, and when, along with errors that occurred on the way.
    So it's entirely do-able, just a lot of questions to answer before you get started.

  • SOME SIMPLE QUESTIONS FOR ALL OF YOU

    hi,
    I have some questions for all of you.
    1. Oracle uses cgi (even asp!!! I've seen an asp page somewhere on an Oracle's site but this moment I don't remember where perhaps it is asp->cgi). Why ?
    Oracle doesn't support their techologies
    (Pl/SQL, Jsevlets,XML) ?
    2. Oracle says that has just released a
    new product for mobiles called "Portal2Go".
    I tried to install this product on NT with OAS 4.8.1.
    I had many problems during the installation and after many tries finally I did it(thanks God). but the problems continue...
    many Jsp errors (from the "tested" supplied apps). My question is:
    a. This product is in an early stage (many installation errors.. just a baby) and I think is stable for Sun Solaris but not on NT.
    b. You Oracle "experts" (i.e. oracle staff, NOT YOU guys) tell me ONE advantage to use you product (I'm an oracle developer for 6 years now):
    You say that I can PORT my existing app in any device and Web (through XML). This is a joke. Mobiles,PalmPCs,Web etc. have different requirements (content,display etc).The scope is different.. so this is absolutely FALSE (to use a boolean).
    This release is user unfrienlty. Why.. tell me WHY to pay for a product and for extra hardware (read the product technical reqs!!) to do the SAME THINK
    I do NOW with existing sources.
    I've developed an app for my company's employees using existing version of DB (8.0.5),pure pl/sql and a WAP GATEWAY.NOTHING LESS NOTHING MORE.
    please answer. Any comment welcomed...
    maybe I'm wrong maybe I'm not.
    PS.WHERE THE WAP GATEWAY/SERVER IS. I searced the cd and..nothing :-) ?
    thanks
    thanasis j.a.
    B.A. in Informatics
    M.Sc. in IS

    Portal-to-Go is a wireless portal server, the first version was released November 1999.
    The problems you describe that mobiles, Palm devices, etc all have different characteristics is one of the key reasons for Portal-to-Go. It allows any service to be displayed on any device by generating content in an appropriate format for specific devices. This way you can take into consideration the size of the screen, the display characteristics, etc.
    It is 'stable' on Solaris and NT, though it is true that the installation procedure of the CD is for Solaris only. The product is not currently available on OTN, so the installer restrictions should have been explained to you when you obtained the CD.
    Why Portal-to-Go? Here's three reasons:
    1. Inherent problems of the User Interface for a wireless device, so we provide a way personalise the UI to improve navigation and allow commonly used parameters to be saved as stored preferences through the portal.
    2. Differences in the characteristics between wireless devices make it hard to support all type without re-creating content and applications for each specific case. With Portal-to-Go, the same service can be accessed from any device.
    3. Lack of content available for WAP and other wireless devices. We have tools to quickly create wireless services from existing Web sites as well as an application platform for creating new Java or database applications for wireless devices.
    You are correct that the product does not have a WAP gateway.
    I'm not sure where you are located, but feel free to contact me offline. I can answer any specific questions, or get you contact with a local Oracle representative.
    At the moment, if anyone wants to obtain a copy of Portal-to-Go, you should contact your local Oracle representatives.
    Paul

  • HT5621 I am being prompted for the questions for my apple ID. I have put what I think are the answers and it is still not letting me purchase games from my account. I try to send the answers to my e-mail and I am not getting them.

    I am being prompted for the questions for my apple ID. I have put what I think are the answers and it is still not letting me purchase games from my account. I try to send the answers to my e-mail and I am not getting them.  I had account issues about a year ago where my id was spelled wrong. Could this be associated with that?
    <Email Edited by Host>

    Hi gymdad1959,
    This article has instructions for resetting security questions:
    Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/HT5312
    Cheers!
    - Ari

  • Having trouble with the security questions for iTunes.  Tried to reset them, but the mail from Apple never comes . . .

    Having trouble with the security questions for iTunes.  Tried to reset them, but the mail from Apple never comes . . .

    You need to ask Apple to reset your security questions; ways of doing so include clicking here and picking a method for your country, and filling out and submitting this form.
    (96290)

Maybe you are looking for