Want to add an item to the Mail tool bar?

In Mail I often find a need to toggle "Quote the text of the original message."  Each time I do this means a trip into Mail "preferences."  Is there some way to add this item to the Mail tool bar?
Thanks,
JimH

In Mail I often find a need to toggle "Quote the text of the original message."  Each time I do this means a trip into Mail "preferences."  Is there some way to add this item to the Mail tool bar?
Thanks,
JimH

Similar Messages

  • How can I edit / delete items in the "Ask" tool bar? (e.g. I want to get rid of Facebook and You Tube)

    I would like to control what items appear on the Ask tool bar and in what order they are displayed. In particular, I would like to get rid of the Facebook, YouTube, CNN, and Fun Games buttons which I see on this tool bar.

    Please do the following.<br><br>
    #In the location bar where you normally type in a web address, type '''about:config''' and hit Enter.<br><br>
    #If you see a window which says "This might void your warranty!", click the button which says "I'll be careful, I promise" so you can continue with the next step.<br><br>
    #In the filter at the top, type: '''keyword.URL'''<br><br>
    #Double click it and remove whatever's in there and replace it with http://www.google.com/search?q= and then click OK.<br><br>
    #Close the tab
    The URL to add in "keyword.URL" becomes a link in this post, so right click it and choose "Copy Link Location" to copy it to the Windows clipboard. Then hit CTRL+V to paste it. Saves you having to type the whole thing.
    '''To reset your home page, do the following'''.<br><br>
    * Go to the site you want to set as your homepage.<br><br>
    * Click the Firefox button, go to '''Options '''| '''Options '''| '''General'''.<br><br>
    * Make sure it says "''Show My Homepage''" in the first dropdown menu.<br><br>
    * Click the button called "'''Use Current Pages'''" to set the homepage to the one you have on the screen.<br>
    If this suggestion resolves the problem for you, please click the '''Solved it''' button next to this post after you log in into the forum. This will help others searching for a solution to the same problem.
    Thanks.

  • I want to add Epicurious recipe clipper to my tool bar. The icon is there, but is not doing anything. Can you help?

    I'm trying to add the Epicurious recipe clipper to my toolbar. It shows Epicurious recipe clipper in the tool bar but without the icon. Looks like it is not allowing me to completely add it.

    The Epicurious recipe clipper is not working in general. I tried to use it once I read this and attempted to open it on two different browsers just to test it and both didn't work. Firefox is not causing Epicurious recipe clipper to not work so what I would do is contact them and tell the company that Epicurious recipe clipper is not working so they can fix it.

  • I want to add another line to my bookmarks tool bar

    I already have one line and have filled it to the point of having a drop down on the far right side. I don't want a drop down, I want a second or even a third line showing my bookmarks.

    Look at: Incredible Bookmarks: https://addons.mozilla.org/firefox/addon/50722

  • I want my home page intergrated with the YAHOO tool bar

    I tried numerous times downloading FireFox 33 integrated with Yahoo toolbar, and it will NOT download. I had it loaded in this computer a few weeks ago however lost it when I had infection problems. HELP!

    While on the FireFox site, I opened Yahoo in my search browser and saved it to my FireFox toolbar. Workes like a Champ!! I am old and doody, so i go for the simply way to navigate through this puter!
    THANKS for the help, and have a Great evening!
    Stoney

  • How to add an item  in the combobox list at runtime

    i want to add an item to the list of items in the combobox. How can I do this? I tried to use the methods getselecteditem() and getitem() from the actionlistener but no success.
    so after i add an item, the next time when i run that frame, that item should be displayed in the list of items in the combobox. Can anybody help me with this?

    Thanks Encephalophathic.
    Let me explain you the whole design -
    I have a frame having textfields and comboboxes. Now in the combobox, i have added some fields during design time and some i want the user to add at runtime. After the user clicks the Save button, i want the new string if entered in the combobox by the user at runtime to be added in the list of items of the combobox. So the next time when that frame is run, the item added by the user at runtime previously should be there in the list of items displayed in the combobox.
    What I am trying to do in this code at the combobox is if the user enters a new string in the combobox, then if he presses enter key, the value entered in the list of the combobox should be entered in the list of items of the combobox. Actually i m just trying to get the item typed in by the user, so just testing with enter key, but really i want it on the button click. I tried to add the code for adding an item to the combobox in the actionperformed, but i m not able to add it so confused what to do. Please help me with this.
    Here's the whole code for that -
    import java.awt.BorderLayout;
    import java.awt.FlowLayout;
    import java.awt.GridLayout;
    import java.awt.event.ActionEvent;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    import javax.swing.BorderFactory;
    import javax.swing.JButton;
    import javax.swing.JLabel;
    import javax.swing.JTextField;
    import javax.swing.JMenu;
    import javax.swing.JMenuBar;
    import javax.swing.JMenuItem;
    import javax.swing.JCheckBoxMenuItem;
    import javax.swing.JComboBox;
    import java.awt.event.ActionListener;
    import javax.swing.JOptionPane;
    import javax.swing.JDialog.*;
    import javax.swing.JComboBox;
    public  class EnterFD implements ActionListener{
      private JFrame frame;
       private JPanel mainpanel,menupanel,userinputpanel,buttonpanel;
       private JMenuBar menubar;
       private JMenu menu,submenu;
       private JMenuItem menuitem;
       private JCheckBoxMenuItem cbmenuitem;
       private JLabel fdnumber;
       private JLabel bankname;
       private JLabel beneficiaryname;
       private JLabel entereddate;
       private JLabel maturitydate;
       private JLabel rateofinterest;
       private JLabel amount;
       private JLabel maturityamount;
       private JTextField fdnumbertxtfield;
       private JComboBox banknamecombobox;
       private JTextField beneficiarynametxtfield;
       private JComboBox entereddatecombobox;
       private JComboBox maturitydatecombobox;
       private JTextField rateofinteresttxtfield;
       private JTextField amounttxtfield;
       private JTextField maturityamounttxtfield;
       private JButton savebutton;
       private JButton clearbutton;
    public EnterFD() {
            initComponents();}
        private final void initComponents(){
            fdnumber = new JLabel("FD Number:");
            bankname = new JLabel("Bank Name:");
            beneficiaryname = new JLabel("Beneficiary Name:");
            entereddate = new JLabel("Entered Date:");
            maturitydate = new JLabel("Maturity Date:");
            rateofinterest = new JLabel("Rate Of Interest:");
            amount = new JLabel("Amount:");
            maturityamount = new JLabel("Maturity Amount:");
            fdnumbertxtfield = new JTextField();
            banknamecombobox = new JComboBox();
            banknamecombobox.addItem("State Bank Of India");
            banknamecombobox.addItem("Bank Of Baroda");
            banknamecombobox.addItem("IDBI Bank");
            banknamecombobox.addItem("ICICI Bank");
            banknamecombobox.addItem("Punjab National Bank");
            banknamecombobox.setEditable(true);
            banknamecombobox.setSelectedIndex(-1);
            banknamecombobox.addKeyListener(new java.awt.event.KeyAdapter() {
                @Override
                public void keyTyped(java.awt.event.KeyEvent evt) {
                    banknamecomboboxKeyTyped(evt);
            banknamecombobox.addKeyListener(new java.awt.event.KeyAdapter() {
                @Override
                public void keyReleased(java.awt.event.KeyEvent evt) {
                    banknamecomboboxKeyReleased(evt);
            beneficiarynametxtfield = new JTextField();
            entereddatecombobox = new JComboBox();
            maturitydatecombobox = new JComboBox();
            rateofinteresttxtfield = new JTextField();
            amounttxtfield = new JTextField();
            maturityamounttxtfield = new JTextField();
            menubar = new JMenuBar();
             menu = new JMenu("File");
             menubar.add(menu);
             menuitem = new JMenuItem("New");
             menu.add(menuitem);
             menuitem.addActionListener(this);
             menuitem = new JMenuItem("Save");
             menu.add(menuitem);
             menuitem.addActionListener(this);
             menuitem = new JMenuItem("Close");
             menu.add(menuitem);
             menuitem.addActionListener(this);
             menuitem = new JMenuItem("Exit");
             menu.add(menuitem);
             menuitem.addActionListener(this);
             menu = new JMenu("Edit");
             menubar.add(menu);
             menuitem = new JMenuItem("View FD");
             menu.add(menuitem);
             menuitem.addActionListener(this);
            mainpanel = new JPanel(new BorderLayout());
            menupanel = new JPanel(new BorderLayout());
            menupanel.add(menubar);
             userinputpanel = new JPanel(new GridLayout(8,2,5,20));
            userinputpanel.setBorder(BorderFactory.createEmptyBorder(50,50,80,80));
            userinputpanel.add(fdnumber);
            userinputpanel.add(fdnumbertxtfield);
            fdnumbertxtfield.setColumns(50);
            userinputpanel.add(bankname);
            userinputpanel.add(banknamecombobox);
            userinputpanel.add(beneficiaryname);
            userinputpanel.add(beneficiarynametxtfield);
            beneficiarynametxtfield.setColumns(50);
            userinputpanel.add(rateofinterest);
            userinputpanel.add(rateofinteresttxtfield);
            rateofinteresttxtfield.setColumns(50);
            userinputpanel.add(amount);
            userinputpanel.add(amounttxtfield);
            amounttxtfield.setColumns(50);
            userinputpanel.add(maturityamount);
            userinputpanel.add(maturityamounttxtfield);
            maturityamounttxtfield.setColumns(50);
            savebutton = new JButton("Save");
            clearbutton = new JButton("Clear");
            JPanel buttonpanel = new JPanel(new FlowLayout(FlowLayout.CENTER));
            buttonpanel.add(savebutton);
            buttonpanel.add(clearbutton);
            savebutton.addActionListener(this);
            clearbutton.addActionListener(this);
            mainpanel.add(menupanel,BorderLayout.NORTH);
            mainpanel.add(userinputpanel,BorderLayout.CENTER);
            mainpanel.add(buttonpanel,BorderLayout.SOUTH);
            frame = new JFrame("Enter FD");
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.setSize(3000,3000);
            frame.setContentPane(mainpanel);
            frame.pack();
            frame.setVisible(true); }

  • Modify the Quick Tools bar in Reader XI

    I am an IT administrator looking to customize my deployment of Adobe Reader XI. Specifically, I need a toolbar button from the Comments pane (in this case, the Stamps button) to always display in the top, Quick Tools bar.
    First, before people say it, I understand that Reader does not have a GUI to add items to the Quick Tools bar. However, in Reader X, you could modify the registry and still be able to add items to the Quick Tools bar.
    In fact, Adobe has it documented! In their Enterprise Toolkit for Acrobat Products (ETK), they link to a Preference Reference page, which they describe with "Use this dictionary of 500+ registry and plist preferences to fine tune your product." Well, I am trying to use it, particularly the registry key under HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\11.0\AVGeneral\ under cFavoritesCommandsDesktop. You can find the link for this here - http://www.adobe.com/devnet-docs/acrobatetk/tools/PrefRef/Windows/AVGeneral.html#idkeyname _1_4203 .
    Under supported version number, it clearly states that it works with 10.0 and later. Additionally, it shows both a Reader and Acrobat Pro icon.
    However, it does not work for Reader version 11.
    Despite Adobe's official IT Enterprise guide stating this, I'm thinking this is a typo and they in fact do not support this in version 11.
    I just need some verification:
    Is there a way to customize the top Quick Tools bar in Adobe Reader XI, or was this feature removed when Adobe went from version X to XI?
    To reiterate, I am aware that you can make this change in Acrobat Pro X as well as Acrobat Pro XI, and Arobat Pro X gave you a GUI interface to make those changes (in fact, the Preference Reference site I linked before mentioned that Pro has a GUI interface for this!), but Reader X still let you make this change by modifying the registry.
    Thanks in advance for any help in this.

    Another question I want to throw out there (since it seems very likely that there is not a way to change the Quick Tools bar in Reader XI) is:
    Can you change which "pane" is selected on the right side when Reader XI is launched?
    I'm not 100% sure if pane is the right term, but when you open Reader XI, Tools, Sign, and Comment are shown on the right side. Later, if you open a PDF, Extended is also shown. Right now, Tools is always open when you open a PDF, or open Reader XI. If I can't customize the Quick Tools, at least I should be able to tell Reader which right-side pane to default to when Reader is opened, shouldn't I?
    Again, searching the Preference Reference doesn't turn up anything definitive. A few entries looked slightly promising, bcommentPanelOnImport being one of them, but no matter the combination, Tools always defaults when Reader is opened.
    So, to get more specific,
    Can I have the Comment pane open by default when Reader XI is launched, as opposed to the Tools pane?
    Thanks again in advance.

  • Mail freezes when I want to add an attachment with my mail.

    Since I installed OS 10.9 mail freezes when I want to add an attachment with my mail. How can this be resolved?
    My iMac is from mid 2007 with 4 GB internal memory and 1 TB of diskspace of which 45% is used.

    Go to Settings>Store, tap the ID shown, sign out, sign back in with the ID you want to use.

  • I want to add some fields in the report of FBL5N, Can anybody tell me how ?

    I want to add some fields in the report of FBL5N, Can anybody tell me how to do it?
    The fields are sales order, delivery, order quantity, net value and others.
    I can only find the shipment number in FI document.
    Thank you very much.

    Dear Jie,
    Billing document number can be displayed in customer line item display
    (FBL5N) and not in G/L line item display (FBL3N).
    The value of VBELN is saved in table BSEG. So, this means, you
    have to define the field BSEG-VBELN as a special field in table
    T021S. Then you can use it in FBL3N, because then the report looks
    directly in BSEG-VBELN.
    For further information,please read the SAP note 207436. You don't have to
    implement the coding corrections, if they are already in your system
    with the hotpackage. But it explains very detailed the system
    behaviour. The example in the note with field EBELN could be
    replicated on your field VBELN.
    About the MEINS field, please refer to 1-U_MEINS (bseg-meins field).
    The SAP note 215798 may also be helpful.
    Mauri

  • Dropdown and data provider. I want to add an item to my dropdown

    Hi,
    here my problem. I've a downdrop. It is binded to a data provider. It works fine, all the db rows are displayed.
    Now I want to add an item to my downdrop, programmatically. This because, I need to put a new selection named "ALL" into the dropdown.
    This item should be the first in the dropdown list selections.
    I cant' work with an option array, because it is already binded to a data provider, so how can I add an item to my dropdown programmatically?
    Thank you

    No problem... you're helping me!!
    Well, about the data provider I just find the following code, but nothing about the "option" method. If you need I can provide you also the session bean code.
      private void _init() throws Exception {
            pers_categorieDataProvider.setCachedRowSet((javax.sql.rowset.CachedRowSet)getValue("#{SessionBean1.pers_categorieRowSet}"));
            private DropDown dropDownPersCat = new DropDown();
        public DropDown getDropDownPersCat() {
            return dropDownPersCat;
        public void setDropDownPersCat(DropDown dd) {
            this.dropDownPersCat = dd;
        private CachedRowSetDataProvider pers_categorieDataProvider = new CachedRowSetDataProvider();
        public CachedRowSetDataProvider getPers_categorieDataProvider() {
            return pers_categorieDataProvider;
        public void setPers_categorieDataProvider(CachedRowSetDataProvider crsdp) {
            this.pers_categorieDataProvider = crsdp;
        private LongConverter dropDownPersCatConverter = new LongConverter();
        public LongConverter getDropDownPersCatConverter() {
            return dropDownPersCatConverter;
        public void setDropDownPersCatConverter(LongConverter lc) {
            this.dropDownPersCatConverter = lc;
          public Indirizzario() {
          public void init() {
            // Perform initializations inherited from our superclass
            super.init();
            // Perform application initialization that must complete
            // *before* managed components are initialized
            // TODO - add your own initialiation code here
            // <editor-fold defaultstate="collapsed" desc="Managed Component Initialization">
            // Initialize automatically managed components
            // *Note* - this logic should NOT be modified
            try {
                _init();
            } catch (Exception e) {
                log("Indirizzario Initialization Failure", e);
                throw e instanceof FacesException ? (FacesException) e: new FacesException(e);
            // </editor-fold>
            // Perform application initialization that must complete
            // *after* managed components are initialized
            // TODO - add your own initialization code here
         * <p>Callback method that is called after the component tree has been
         * restored, but before any event processing takes place.  This method
         * will <strong>only</strong> be called on a postback request that
         * is processing a form submit.  Customize this method to allocate
         * resources that will be required in your event handlers.</p>
        public void preprocess() {
         * <p>Callback method that is called just before rendering takes place.
         * This method will <strong>only</strong> be called for the page that
         * will actually be rendered (and not, for example, on a page that
         * handled a postback and then navigated to a different page).  Customize
         * this method to allocate resources that will be required for rendering
         * this page.</p>
        public void prerender() {
         * <p>Callback method that is called after rendering is completed for
         * this request, if <code>init()</code> was called (regardless of whether
         * or not this was the page that was actually rendered).  Customize this
         * method to release resources acquired in the <code>init()</code>,
         * <code>preprocess()</code>, or <code>prerender()</code> methods (or
         * acquired during execution of an event handler).</p>
        public void destroy() {
            pers_categorieDataProvider.close();
         * <p>Return a reference to the scoped data bean.</p>
        protected SessionBean1 getSessionBean1() {
            return (SessionBean1)getBean("SessionBean1");
         * <p>Return a reference to the scoped data bean.</p>
        protected RequestBean1 getRequestBean1() {
            return (RequestBean1)getBean("RequestBean1");
         * <p>Return a reference to the scoped data bean.</p>
        protected ApplicationBean1 getApplicationBean1() {
            return (ApplicationBean1)getBean("ApplicationBean1");
    }

  • Want to add an item at top of Pagelayout

    Hi,
    I want to add an item on top of PageLayout(programatically).I have tried it by making pageLayout bean but it adds the item at bottom.Please help me out.
    Thnx

    Hi,
    If you will add the controls programatically then these will be added at the end of the page, there is one workaround for this.
    Create a region and required controls in it as per your need, after using personalization create one stack layout, and set the path of your newly created region to "Extends" Property.
    again do personalizatio reorder your stack Layout to come at the top.
    I hope it will help.
    Regards,
    Reetesh Sharma

  • Unable to delete email from trash bin.  How do I do this?  If I select and chose delete, it doesn't.  What am I doing wrong?  My grand daughte is using my iPad and I don't want her to see some of the mail there.

    Unable to delete email from trash bin.  How do I do this?  If I select and chose delete, it doesn't.  What am I doing wrong?  My grand daughte is using my iPad and I don't want her to see some of the mail there.

    There are two ways that should work. When you are in the trash folder, you can swipe on the email in the list - left to right - and a red Delete button should pop up. Or you can select - Edit - at the top of the list of messages and then select the message and tap delete.
    Not sure exactly how this works - but if you have restrictions enabled - especially since you let your grandchild use the device - that may be restricting what you can do in the mail app. Go to Settings>General>Restrictions. If you have it set to on - turn it off or see if you have mail restricted.

  • HT5622 I've downloaded the app clash of clans and I want to purchase an item on the game but when I go to purchase it something pops up and says I cannot connect to iTunes Store. Having said that I have a valid credit card entered into my iCloud account

    I've downloaded the app clash of clans and I want to purchase an item on the game but when I go to purchase it something pops up and says I cannot connect to iTunes Store. Having said that I have a valid credit card entered into my iCloud account.

    toshiro-99 wrote:
    when I try to make a purchase within Clash of Clans a box comes up saying my purchase cannot be completed, and another saying cannot connect to itunes store. HELP!
    To Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • How to add an item into the Newsstand

    How to add an item into the Newsstand.  Please do NOT reply using  "tech-language." Use standard- normal everyday English. Thanks,
    Don Otlin
    Franklin Square, NY

    Open Newsstand. Tap on the "Store" button in the upper right. Any newspaper or magazine you download from the store will appear in Newsstand.

  • Add an item to the Apple menu

    I would like to know how to add an item to the Apple menu using OSX Lion, any help would be more than appreciated.
    Thanks in advance
    Ron

    1. You don't need to use Apple Menu Options for this; to add the item, double-click your hard disk's icon in the Finder and then open the System Folder. You can change the contents of the Apple Menu Items folder as if it was any other folder.
    2. Open the Preferences folder in the System Folder and drag the item named Apple Menu Options Prefs inside to the desktop. Try opening the control panel again.
    (17477)

Maybe you are looking for

  • How do you remap the Fn key on windows for gaming?

    As many of you know on the macbook pro the bottom row of keys is in this order: [fn][control][alt][command] instead of the more logical [control][fn][alt][command]. This can be a huge problem in gaming which requires the use of the control key. Most

  • Checking for Palindrome, is there a better way?

    Hi all, i m pasting the code which checks whether its a Palindrome or not. I am sure someone here could come up with some better way. I'll be obliged if they point out the changes. //Class PalindromeBeta public class PalindromeBeta{      private stat

  • Problem with 3.5x2.5 softcover iPhoto book

    When I try to create a book in iphoto09 v8.12 the 3.5" x 2.5" softcover book is not available. Although I have actually done this once previously.

  • The effect of cube and rollup function

    1. For under 500,000 in Oracle 9i, rollup is faster than cube. But above 1,000,000, cube is faster than rollup. Right? 2. Why do rollup(a) and cube(a) all have a parameter? 3. Under only one parameter, the compute process of cube and rollup is not th

  • Learning Solution

    Hello, i want to integrate LSO in Portal, i follows https://websmp106.sap-ag.de/~sapidb/011000358700004942762004/, but i havent idea how to find "SAP Learning Solution iView", because iviewstudio is not working, 2. Edit the Web Application Server --