Strange Mail add/save attachments dialog

Folks,
Recently, when I go to add or save an attachment to a message, the (full) dialog box shows multiple copies of the Name and Modified columns. Not sure how this happened (corruption?), but it is extremely annoying. Clicking/right clicking in an open column doesn't seem to allow me to add/drop columns in this dialog to reconfigure it.
Anyone experience this? Is there a way to reconfigure this dialog box?
-geoff

Has anyone found a solution to this problem? It is happening to me on my work computer running 10.5. One minute it was fine the next minute it had added an extra date modified column. Very frustrating. I am beginning to think 10.5 if very unstable. We are having several problems with it at work. I refuse to update my two computers at home running 10.4.11. That's as far as I'm going until Apple gets things straightened out.
Message was edited by: jwm48
Message was edited by: jwm48

Similar Messages

  • Mail Cannot save attachments in Raw Message Source

    When I try to save email as Raw Message Source, Include Attachments is grayed out. It is not grayed out when I choose rtf or plain text files. How come?

    Thank you.
    I saved the email as Raw in a folder on my desktop, then went to file-import mailbox in mail, and tried to import it. I got a message that it saved to an import folder in the mailbox list, but there is no such file. I tried making an Import folder and import it again, but it did not work.
    Then I tried saving as Plain Text and Rich Text Format. I got an error that No valid Mail for Mac OS X files were found.
    I have SpamSieve, could that be a problem?

  • Mail.app save attachement dialog field order changed...

    Now I have 'Date Modified' first, before the filename, and cant see what Im doing. How do I return this dialog to the defaults?

    You should probably post in the Leopard [Mail|http://discussions.apple.com/forum.jspa?forumID=1223] thread, you'll likely get more informed answers.

  • How can I add form field value to the file name in save as dialog box

    I do not want the form to be saved automatically, just want the form to auto populate the "file name" only.
    A little background on the forms I want to use:  My company has 70 retail outlets, I'll use one of our pdf forms called an "Incident Report" as an example.  I would like for a store manager to be able to complete the form, then email the form to the main office (I already have javascript to add field values and form name to the email subject line), once the main office receives it, I want for them to be able to file the pdf electronically on our server.  We have mutliple forms that we use so I do not want any of the forms to automatically save anywhere, (at this time anyway) I just want the office personnel to be able to click "save as" (or whatever they will need to click) and the form automatically add certain field values from the pdf they have received, of which will be different each time the form is sent to the office (Date, store #, employee name etc.) in addition to the name of the form in the "File name" of the "Save As" dialog box.  The main office employees will decide into which server file the pdf should be saved.
    I'm using Acrobat 8 professional, the stores and office personnel use Adobe reader.
    One little note:  We currently print and file a lot of paper on a daily bases, as soon as I can get this to work, we are going green.
    Me and a lot of trees in this will really apprecitate any help you can give with this!  :-)

    You might want to take a look at the document "Developing Acrobat Applications Using JavaScript" (js_developer_guide.pdf) which is part of the Adobe Acrobat SDK, which can be downloaded here. Read the "Privileged versus non-privileged context" (p. 45ff.). You will find an example for "Executing privileged methods in a non-privileged context". Should be almost exactly what you are looking for.
    Small Outline: For security reasons ("the user always has to know what's going on") you are not allowed to use the "Doc.saveAs"-method without the user permission (--> in a non-privileged context). In order to reach the goal of a privileged context you can use a trusted function. You do this by creating a JavaScript file (*.js) in either the Application-JavaScript-Folder (default location on Windows systems: "%ProgramFiles%\Adobe\Acrobat 10.0\Acrobat\Javascripts") or the User-JavaScript-Folder (default location on Windows systems: "%AppData%\Adobe\Acrobat\10.0\JavaScripts"). Add the following content to the new file:
    myTrustedBrowseForDoc = app.trustedFunction( function ( oArgs ) {
         app.beginPriv();
              var myTrustedRetn = app.browseForDoc( oArgs );
         app.endPriv();
         return myTrustedRetn;
    myTrustedSaveAs = app.trustedFunction( function ( doc, oArgs ) {
         app.beginPriv();
              var myTrustedRetn = doc.saveAs( oArgs );
         app.endPriv();
         return myTrustedRetn;
    The developer guide actually wants you to add this content to the existing "config.js" file. I recommend creating a new file, since its easier to deploy in a network. Either way, every client/user who needs to be able to save documents this way, needs this JavaScript Code in his Application/User-JavaScript-Folder.
    Within the Acrobat Document, which you want to obtain a certain file name, you can now use the trusted functions "myTrustedBrowseForDoc" and "myTrustedSaveAs" to store the file. To call the trusted functions and deliver the file name you can either you use a form field (button) or you add a new menu item. Add the following JavaScript Action to the button/menu item and change "Roller Coaster" to the name of the field which contains the value which you want to become the new file name:
    var fileName = this.getField("Roller Coaster").valueAsString;
    try {
         var oRetn = myTrustedBrowseForDoc({bSave: true, cFilenameInit: fileName + ".pdf"});
         try {
              myTrustedSaveAs(this, { cPath: oRetn.cPath, cFS:oRetn.cFS });
         catch(e) {
              console.println("Save not allowed, perhaps readonly.");
    catch(e) {
    console.println("User cancelled Save As dialog box");
    Good Luck!

  • "Save as" dialog box doesn't come up, even though I have "Always ask me where to save files" selected (email attachments)

    Recently, the "save as" dialog box quit appearing when I attempt to download email attachments. I have the "always ask me where to save files" box checked in the tools/options/general/downloads area. The box still appears when I use Chrome, but not when I use Firefox.

    Hello,
    Can you please follow these steps and provide the value for the configuration 'browser.download.useDownloadDir'
    # In the [[Location bar autocomplete|Location bar]], type '''about:config''' and press '''Enter'''. The about:config "''This might void your warranty!''" warning page may appear.
    # Click '''I'll be careful, I promise!''', to continue to the about:config page.
    Can you please provide the values for the following keys
    #browser.download.useDownloadDir
    #browser.download.lastDir
    Thank you

  • Strange folders appearing in "Save As" dialog box

    Hello
    *Description of Problem or Question:
    If you open a Web Intelligence report that has been sent to you from your Inbox I have noticed there are "extra" folders I wouldn't expect to see. As an administrator and can see the following extra "strange" folders:
    Categories
    Inboxes
    Internal Storage Folder
    Personal Categories
    Root Folder
    Temporary Storage
    User Folders
    (Please see attached screenshot)
    As a non-admin user I can only see the extra folder "Root Folder".
    This does look odd for a non-admin user as they see the same folder structure twice. E.g:
    Public Folders
    >>Finance Reports
    >>Operations Reports
    >>Root Folder
    >>>>>Finance Reports
    >>>>>Operations Reports
    Any ideas on how to hide these folders from the "save as" dialog box?
    It does only seems to happen if a report is opened from a users Inbox.
    *Product\Version\Service Pack\Fixpack (if applicable):
    BO XI 3.1 SP3
    *Relevant Environment Information (OS & version, java or .net & version, DB & version):
    Windows Server 2008 R2, Java, Oracle 11g
    *Sporadic or Consistent (if applicable): Consistent for SP3, does not appear on SP2
    Steps to Reproduce (if applicable):
    Send a webintelligence report to your inbox
    Open Webintelligence report sent to inbox in Infoview
    Click Document --> Save As

    Sorry I wasn't clear! When I try to save a 'PDF' file the "save as" dialog box opens. At the bottom the 'file name'is listed and below that it says, "save as type". You then pick what file type you want, like Adobe Reader for PDF. It used to say Adobe Reader as one of the choices but when I downloaded "Rocket PDF" it only says "Rocket PDF or "all files" as the only choices to save the document, no more Adobe Reader as a choice. I have deleted Rocket PDF and under 'default programs (Start button) I have set the "Pdf. files to open with Adobe Reader. Rocket PDF is still listed or' all files', nothing else! How can I get Adobe Reader as a choice back in the 'save as type' box?
    Thanks for any help.

  • Save as dialog on attachments

    Hello, I'm looking to change the behavior of the save button in Mail. In 10.4 Mail would open teh save as dialog box when save was clicked, but under 10.5 there doesn't seem to be any way to get that behavior back.
    Does anyone know of any tips, tricks, or hacks? Even a starting point would be much appreciated.

    Those of us using Leopard routinely learned very quickly to click on the Save button and briefly hold on it. You will then get the Save As dialog you desire, and other options. It is only the quick click that defaults to use the designated Download folder.
    Ernie

  • How do I save attachments with an E Mail?

    How do I save attachments with an E Mail?

    Hover the mouse at the top of an email with an attachment, in the area shown in the image below, and it should reveal the attachments icon - select it and download the attachments to wherever you wish on your HD.

  • "Save attachments" button in Mail has disappeared

    My "Save attachments" button in Mail (6.6/1510) disappeared the other day. It has always been there, sitting on the dividing line between message header and message content. But now it's gone. All of a sudden.
    Sure, it becomes visible if I select detailed header info, but it should be there even with the simplified header view. At least it has been up to a few days ago.
    Any tips on how I get it back? It's a bit annoying to select detalied header info each time I want to save attachments. Dragging and dropping is no option for me, since part of what I want is to se a list of all attachments. The "Save" button provides that feature.

    First of all, in the Compose window, click on View and see if Show Toolbar is available as a Command? If so, click on it.
    Ernie

  • 2 Question: Check mail on launch/Save Attachments

    Hello all.
    I have 2 Questions about Mail 2.0.5 in Tiger:
    1.Start Checking Mail upon Launch
    I have set Mail to check for new mail every 5 minutes, but everytime when I first launch Mail, I have to manually click on 'Get Mail' for the 1st email check, is there a way to start checking email when launch?
    2.Save Attachments into a pre-designated folder
    How do I save attachments into a folder? Do I set a new Rule with this?? Insides Rules, the closest I can find is "Any Attachment Name", but I don't know how to set this up?
    In Entourage, there is 1 rule with Attachments easily set up to move them into another folder or something...
    Thanks and cheers

    I have a similar issue. I have had Leopard installed for a few months with everything working fine. A few days ago mail stopped working. Mail appears on the desktop but crashes after beginning to bring accounts online. Does anyone know what could be wrong.
    report to apple says:Process: Mail [775]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 3.1 (914)
    Build Info: Mail-9140000~1
    Code Type: X86 (Native)
    Parent Process: launchd [94]
    Date/Time: 2008-02-21 21:15:06.653 +1100
    OS Version: Mac OS X 10.5.1 (9B18)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x00000000b0641fdc
    Crashed Thread: 15
    Application Specific Information:
    -[POPAccount fetchSynchronously]
    -[MailApp _synchronouslyTellSyncServicesToRegisterAndSync]
    -[POPAccount fetchSynchronously]
    and a whole lot more...

  • Any way to have Mail save attachments with proper creation dates?

    Whenever I save attachments from Mail they end up with both creation and modification dates that are the time that I saved them out of Mail. I would rather have it be the original dates of the file (if possible) or at the very least the date the email was received. Any way to do this?

    Thank you Mulder...
    So there doesn't appear to be any way to have saved attachments have the correct date...
    Do you (or anyone else) have a favorite utility for quickly setting creation and mod dates for files in OS X? That way I can save the files and then edit them by hand if necessary.

  • OS 10.8.3 Mac mail "Save Attachments" doesn't save attachments?

    I recently got a new imac with 10.8.3, and in mac mail When I try to save attachments to folders nothing shows up in them. What gives?

    Hmm. now it seems to be working. Go figure…

  • Mail in Lion cannot save attachments in rich text format

    I used to be able to save attachments in Mail with Snow Leopard if the "Include Attachments" option is selected and the mail is saved in rich text firmat. When I open the saved files using TextEdit, the attachments are included. However, I just discovered it is no longer the case with Lion, even with the "Include Attachments" option being selected. No attachments are saved with the text. Appreciate any enlightening suggestions. Thanks.

    I share your problem........desperate to find a solution!

  • Mail message "Save as..." doesn't save attachments when "include attachments" is ticked

    Mail message "Save As..." doesn't save attachments when "Include Attachments" is ticked for "Rich Text Format"
    Messages are supposed to be saved as rtfx files (actually folders that include the attchments in seperate files)
    It worked fine in 10.6
    How do I submit a bug report?  I have sent several request through the "Provide Mail Feedback" link since 10.7 - no joy.
    Thanks

    You can use your Apple ID to register with this site and go the Apple BugReporter. Supposedly you will get an answer if you submit feedback.
    Feedback via Apple Developer

  • Automatically save attachments in Mail?

    Tried Automator, as well as Rules in Mail, but I can't figure out how to automatically save attachments in emails sent by certain clients. When an email arrives from a client and the email has attachments, I'd like Mail to automatically save any and all attachments to the default downloads folder. Is this possible using either Mail's Rules or Automator? Rules does have an option for running an AppleScript, but I'm no longer up to speed on AppleScript. I'm hoping for a simpler solution.
    Thanks!

    If it is going to be called from Mail rules, it would need to be wrapped properly. Here is the script it came from. You would'nt need the on run handler.
    AK
    click here to open this script in your editor<pre style="font-family: 'Monaco', 'Courier New', Courier, monospace; overflow:auto; color: #222; background: #DDD; padding: 0.2em; font-size: 10px; width:400px">using terms from application "Mail"
    on perform mail action with messages theMsges
    set theAttachmentPath to (path to desktop) as text
    tell application "Mail"
    repeat with ThisMessage in theMsges
    set Attached to mail attachments of ThisMessage
    repeat with ThisAttach in Attached
    set FileName to name of ThisAttach
    save ThisAttach in theAttachmentPath & (FileName)
    end repeat
    end repeat
    end tell
    end perform mail action with messages
    end using terms from
    using terms from application "Mail"
    on run
    tell application "Mail" to set sel to selection
    tell me to perform mail action with messages (sel)
    end run
    end using terms from
    </pre>

Maybe you are looking for

  • Abap Proxy Convert UTF-8 to ISO-8859-1

    Dear, I have the following scenario: Abap Proxy-> PI -> WebService. I need to change the encondig UTF-8 to ISO-8859-1 when the SAP ECC sends data to the PI. How do I do this? I have a XSLT program that performs the this conversion, UTF-8 to ISO-8859-

  • "WEP, WPA"ing an Airport extreme from XP

    So unfortunatly I have not gotten a replacement for my iBook that had a bad logic board and I am wanting to WEP or WPA my airpot Extreme through XP. I have try different method to no avail. I have all the drivers from the airport since I bought it. I

  • Hello ,, i have a macbook air and forget it's password

    I have a macbook air ,, and forget it's password ,, i was reset the password but when i open my device a got an alert that ask me the keychain password could support me please

  • Where do the Datavisualization files go when not using Flex Builder?

    My application has charting and I use the sdk and ant directly, not flex builder. I know where those files are under FB but where do I place the datavisualization swf, swc and swz files in the sdk in order to have charting without flex builder? Thank

  • Can't open imovie file!

    Oh please help! I am at my wits end. I created a 13 min short movie in Imovie 5.0.2, then copied it and made a shorter version of the film. But now whenever I try to open my original long version, it loads, pops open for a second then shuts down. I t