Edit As New has no format options

When I use Edit AS New on an e-mail I often find that the email has no format options ("BOLD", etc.). Also the Format and Insert tabs in the menu bar went. The effect seems completely random and unpredictable - sometimes the options are not there and they are sometimes and I can continue to compose email, everything as I have a clean start. Anyone know why this happens and how to solve the problem? I use the 24.6.0 version.

What is the use case that stops you using to forward or reply? Edit As New is somehow a little weird to generate a new message. Or maybe a model or project would be a useful starting point, instead of tweaking an old message? Or a mailing list?

Edit As New allows you to save a lot of time to correct/change a message already sent. The other options, that everything I use, take more time to achieve the same result with the possibility of errors.

As you say, Zenos, there doesn't seem to be a way for old messages "rep [air" but hopefully now, with the option changes send that I did, that this problem will not occur again.

Thanks Matt for your help. I will close this topic now.

Tags: Thunderbird

Similar Questions

  • never had a disc of windows vista with the new laptop and no option to make a recovery disk, and I need to format my laptop to factory / clean, help!

    never had a disc of windows vista with the new laptop and no option to make a recovery disk, and I need to format my laptop to factory / clean, help!

    How to get Vista recovery Media and/or to use the Vista recovery Partition on your computer.

    There is no Vista free download legal available.

    Contact your computer manufacturer and ask them to send a recovery disk/s Vista set.

    Normally, they do this for a cost of $ small.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    In addition, ask them if you have a recovery Partition on your computer/laptop to restore it to factory settings.

    See if a manual provided with the computer or go to the manufacturer's website, email or you can call for information on how to make a recovery.

    Normally, you have to press F10 or F11 at startup to start the recovery process...

    Another way I've seen on some models is press F8 and go to a list of startup options, and launch a recovery of standards of plant with it, by selecting the repair option.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Ask them if you can also make recovery disk/s for the recovery Partition in case of a system Crash or hard drive failure.

    They will tell you how to do this.

    Every computer manufacturer has their way of doing recovery disk/s.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Or borrow a good Microsoft Vista DVD (not Dell, HP, etc).
    A good Vista DVD contains all versions of Vista.
    The product key determines which version of Vista is installed.

    There are 2 disks of Vista: one for 32-bit operating system, and one for 64-bit operating system.

    If install a cleaning is required with a good DVD of Vista (not HP, Dell recovery disks):

    Go to your Bios/Setup, or the Boot Menu at startup and change the Boot order to make the DVD/CD drive 1st in the boot order, then reboot with the disk in the drive.

    At the startup/power on you should see at the bottom of the screen either F2 or DELETE, go to Setup/Bios or F12 for the Boot Menu

    http://support.Microsoft.com/default.aspx/KB/918884

    MS advice on the conduct of clean install.

    http://www.theeldergeekvista.com/vista_clean_installation.htm

    A tutorial on the use of a clean install

    http://www.winsupersite.com/showcase/winvista_install_03.asp

    Super Guide Windows Vista Installation

    After installation > go to the website of the manufacturer of your computer/notebook > drivers and downloads Section > key in your model number > get latest Vista drivers for it > download/install them.

    Save all data, because it will be lost during a clean installation.

    See you soon.

    Mick Murphy - Microsoft partner

  • Whenever I try to answer or write a new e-mail, the "Attachment ID has wrong format" message appears and I can't send emails.

    whenever I try to answer or write a new e-mail, the "Attachment ID has wrong format" message appears and I can't send email, how do I fix?

    original title: problem sending e-mails

    Hello Pamwolfe,

    What program of e-mail that you use or sign in a service such as Windows Live Mail Webmail?
    If you use Windows Live Mail I suggest to take a look at this site:
  • When I right click on the new disc of no. Format Option available for a conversion of NTFS.

    Original title: No available for a Convertion from NTFS Format Option

    I want to clone my new hard drive. Due to a VSS error, I have to convert it to NTFS to resolve the problem. When I right click on the new pilot to open the Format option what I see is the properties and help options. Is there another way to solve this problem?

    Hello

    What is the full error message?
     
     
    Reference:

    How to convert FAT to NTFS disks:

  • Try to send new e-mail messages or responses and all I get is that attachment Id has wrong format

    The attachment ID has wrong format? Not the signature file, not cache is empty?

    Try to send new e-mail messages or responses, and all I get is that attachment Id has wrong format?
    Do not use signature file already checked. Clear the cache of cookies. What is my next step?
    Thank you

    Finally, a good anwer.  I deleted everything that was related to Silverlight and I can now finally send attachments!  Thank you!

  • Off topic: TOAD formatting options

    Sorry, I know I'm going to probably get shot down in flames for this announcement.

    I already sought help via TOAD community forums via:
    http://toadfororacle.com/thread.jspa?threadID=37857 & tstart = 0

    I am using TOAD 10.6.1.3

    This is my query:

    I have moved to a new job and didn't not copy file format options "FmtPlus.opt" when I left the previous job.

    On my old TOAD, if I did CTRL + SHIFT + F, the following SQL would look like this:
    SELECT DISTINCT fat.application_name
                  , fdfv.title
                  , fdfcv.descriptive_flexfield_name
               FROM apps.fnd_descriptive_flexs_vl fdfv
                  , apps.fnd_descr_flex_contexts_vl fdfcv
                  , applsys.fnd_application_tl fat
              WHERE fdfv.application_id = fdfcv.application_id
                AND fdfv.descriptive_flexfield_name = fdfcv.descriptive_flexfield_name
                AND fdfv.application_id = fat.application_id
                AND fat.application_name = 'Receivables'
                AND fdfv.title = 'Address';
    But on the new facility, it comes out as:
    SELECT DISTINCT fat.application_name
                  , fdfv.title
                  , fdfcv.descriptive_flexfield_name
      FROM apps.fnd_descriptive_flexs_vl fdfv
         , apps.fnd_descr_flex_contexts_vl fdfcv
         , applsys.fnd_application_tl fat
     WHERE fdfv.application_id = fdfcv.application_id
       AND fdfv.descriptive_flexfield_name = fdfcv.descriptive_flexfield_name
       AND fdfv.application_id = fat.application_id
       AND fat.application_name = 'Receivables'
       AND fdfv.title = 'Address';
    I have changed many settings in the options for formatting into a TOAD, but may not work, how to get the SQL to align as directed by my old version.

    Any advice on how to get the formatter to generate the output as in the first example would be much appreciated.

    Thank you

    Sorry, can't seem to do.

    My guess is that your previous Toad was an older version. No doubt someone in the meantime put in a request-for-enhancement indicating, this aligned keyword formatting right must use the keyword SELECT for alignment and not SEPARATE. Probably someone who doesn't like not formatting you like ;-)

    My Toad version 11.6.0.43 has two different options aligned right for the DML statements - "Key words fixed RIGHT" and "key words fixed RIGHT except high-end." I would have guessed the difference could be the difference you are looking for, but I see no difference no matter which of these two options, I chose.

    If your 10.6 version has the same options two and both give the same result - maybe you can produce a bug with the quest ;-)
    Or file a request-for-improvement it should be an option (but this would require that if they do a day, then you need to upgrade.)

  • If you use Hotmail, I try to send an e-mail, I get a message error that says 'attachment Id has wrong format", and if the message will not be sent.

    "Attachment Id has wrong format", we hear wat!

    If you use Hotmail, I try to send an e-mail, I get a message error that says 'attachment Id has wrong format", and if the message will not be sent.  I use the Google Chrome or internet explore and cannot send new or respond to emails without getting the same message... help plsssssemai

    View all Windows Live and Hotmail questions in the appropriate forum found here:
    http://windowslivehelp.com/

  • I get no answer to by clicking "Edit" in the dialog box indexing options. ;

    original title: indexation of dialog options change

    I recently followed instructions from this forum on the removal of invalid index locations; I have rebuilt the index. Unfortunately, an external drive that had been indexed throughout without asking me, is not be indexed now.  When I followed the instructions from Microsoft on the addition of the search location, I get no answer to by clicking "Edit" in the dialog box indexing options. ; nothing happens.

    Help!

    Hello

    Method 1: Let flow the fixit available in the link below and then check

    Fix Windows Search when it crashes or shows no results

    http://support.Microsoft.com/mats/windows_search/en-us

     

    Method 2: If a Protection of resources Windows (WRP) file is missing or is damaged, Windows may not behave as expected. Auditor of file system (CFS) scan to fix all of the corrupted system files. To do this, follow the steps mentioned in the link below:

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    http://support.Microsoft.com/kb/929833

     

    Method 3:  Select the boot and then check if the problem persists

    Follow step 1 in the link below,
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    If everything works well after a clean boot, you can deduce that some third-party services are at the origin of the problem.

    Continue with the remaining steps to pin-point on the third party service.

    After find you the program that is causing the problem, you will have to perhaps to update or install a newer version of the program, if you rarely use that you should consider uninstalling the software.

    Important: n ' forget not to put the computer to a normal startup follow step 7 in the link.

  • When I try to create a restoration political group has disabled the option.

    I have never tried to create a restore point on the computer. I assumed that this was done automatically.
    When I tried to create that told me that group policy has disabled this option.
    I have this computer again, and it was never part of a network.
    This is a private computer and I am the administrator.
    Operating system is Vista service pack 2

    Hi Jackson,

    You can check out the following link and try the steps by Mouneshwar R, Support Engineer and check if it helps.

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_vista-security/system-restore-has-been-turned-off-by-group-policy/9505e5e8-37b5-440A-ad38-51a08720ac42

    Note: This link contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs.

    For more information about how to back up and restore the registry, see the following link:

    Back up the registry

    Hope this information is useful.

  • Change in 2013 Excel formatting Options are not visible when using high Windows - why contrast themes?

    I am currently using the theme of white high contrast Win 7.  However, in Excel 2013, many formatting options do NOT work, when using this theme:

    1. Fill color
    2. Font color
    3. Conditional formatting
    4. Colors tab

    To reproduce this problem, using Excel 2013 with a Windows high-contrast theme, whatever we have to do is:

    1. Select a cell and try to change the fill color.  It does not work.
    2. Type the text in the cell, and then try to change the color of the font.  It does not work.
    3. To implement conditional formatting for this cell.  It does not work.
    4. Try changing the color of the tab the active tab at the bottom of the worksheet.  It does not work.

    It would seem that, if the high contrast themes have been made to ease of use for those who have poor vision, whereas they should be able to change the options in shape in Excel to make things more visible within their own documents.

    I understand very well that changes in the end formatting options will appear if the user switches to another theme of Windows, but who certainly defeated the purpose of using a theme of contrast in the first place.  Why should they play this user switch to a different theme of Windows just to see the changes he made, using the Windows high contrast theme?  Why the user does NOT agree to see the changes that he or she has filed in formatting options in Excel 2013, when you use a high-contrast theme?

    The user with special vision must assets concerns of colors.  Excel will meet your needs for a higher contrast (black and white pure) at all costs in order to ensure the highest possible contrast.

    Microsoft do not escalate this, it works as expected.

    I don't think you are right to say that this is normal.  When you use OneNote in high contrast black it allows indeed to the colors of different fonts, it is just an oversight or a bug of Microsoft on not supporting the themes of their office software.

  • How can I retrieve a Partition and its data, which has been formatted and remove, HELP

    THIS TOPIC IS CURRENTLY: [RESOLVED]

    can I recover a partition that has been formatted and deleted... I had some very important images on a new partition I created. I went to format the partition that my windows was on and I accidentally formatted and deleted the wrong partition, Please HELP

    THIS TOPIC IS CURRENTLY: [RESOLVED]

    Thank you for helping

    Well, I return it illuminates... I got it on the C drive and I got it on the disc that I formatted and deleted

  • "Edit as new" loses all the addresses of the CCI, which makes it almost useless to return to large groups. Solution? Or perhaps add this feature?

    Unless I am mistaken, "Edit as new" does not fulfill the same purpose as "Send again" (see question). Please either help me see where I am going wrong or add this problem to the list of patch.

    Waiting - I think I just found my mistake...

    Thanks for your help.

  • Response of local folders looks like the answer to the discussion group. No signature or formatting options. How can I change the local folders meets regularly?

    Please see image attached. Responses from the eyes of local folders as responses to the discussion groups. No signature or formatting options. How can I change the local folders meets regularly, as they are in the Inbox?

    I don't think that the format of replies to the messages in the local folders are linked with focus groups or to individual account settings. As local folders can contain messages between several accounts or identities, it is more likely that formatting uses the setting of the account or identity appearing in the: field when you reply.

    This is how I think it should work. How this works in practice may be different.

  • Is it necessary to use separate external hard drive or external hard drive new or freshly formatted for backup time machine.

    Is it necessary to use separate external hard drive or external hard drive new or freshly formatted for backup time machine.

    Both fresh and freshly, can use as a Time Machine backup HARD drive, although I personally prefer to use newly formatted disk.

  • Pages: Open Office has a checkbox option to return to the previous step, such as get back a deleted row. Y at - it such an option with Pages?

    Open Office has a verification option to bring back a deleted word or a line. Y at - it such an option with Pages?

    Raymond,

    Try using the hotkey (⌘Z)

Maybe you are looking for