Mail not allowing to delete aliases

Mail is not allowing to delete aliases, my aliases are not listed in Mail/preferences/accounts.  I verified and they are all active.
If I try to add an alias, I tells me thatI have to wait a week for the last deletion to clear and I have not deleted any yet and I have not used all my aliases yet.
HELP !!!!!

This posting shows how to prevents lines of code from being removed.
http://www.jroller.com/page/santhosh/Weblog/document_guard?catname=
You might be able to customize it for your requirements.

Similar Messages

  • Hotmail will not allow contact delete before forward, recent problem how do I restore that feature

    e-mail being forwarded will not allow contact deletion software is mining contact information Hotmail or ??????

    unfortunately it is not possible to restore the close button to have only one (customizable) close button on the Tab bar without using an extension.
    The extension is necessary because you need to create a new toolbar button and bind the proper code to it to make the button act as a tab close button (command: BrowserCloseTabOrWindow()).
    *tabs closebutton restored: https://addons.mozilla.org/firefox/addon/tabs-closebutton-restored/
    * http://cat-in-136.blogspot.co.uk/2014/05/note-do-same-without.html

  • System should not allow to delete PO line Item after GR/IR

    Hi,
    I am working on a SAP Retail Implementation project.
    Currently the system is allowing us to delete the PO line items after doing GR or IR against that PO line item. But the clients requirement is that the system should not allow to delete PO line item after doing GR/IR.
    We are using Account Assignment Category-N, Item Category-S.
    Please let me know if you have the solution for this requirement.
    Thanks in advance
    Thanks & Regards,
    Suresh

    Hi,
    Standard SAP will not allowed the PO to be deleted once it was GR done. The controlled is on the attributes of message to set as "E"
    Message no. 06115
    But if invoiced takes place, the is the point that PO can be deleted.
    You have to do have a Enhancement using MM06E005, insert you logic here to check PO history tables like EKBE, then check if invoice " Q" (BEWTP) exist, the PO cannot be deleted once the user delete the PO line and SAVE it. Ask you developer to help you on the following coding.
    Use MM06E005 and EXIT_SAPMM06E_012
    IF SY-TCODE = 'ME22N'.
    IF sy-ucomm = 'MESAVE' OR SY-UCOMM = 'YES'..
    LOOP AT TEKPO.
    IF TEKPO-LOEKZ = 'L'.
    SELECT SINGLE BELNR FROM EKBE INTO BELNR1 WHERE EBELN = TEKPO-EBELN AND EBELP = TEKPO-EBELP AND BEWTP = 'E'.
    IF SY-SUBRC = 0.
    SELECT SINGLE BELNR FROM EKBE INTO BELNR2 WHERE EBELN = TEKPO-EBELN AND EBELP = TEKPO-EBELP AND BEWTP = 'Q'.
    IF SY-SUBRC = 0.
    Regards,

  • Not allowing to delete in certain text in JTextPane

    I want to create a program that Inserts some text AUTOMATICALLY into JTextPane and the user is not allowed to Delete that Code.

    This posting shows how to prevents lines of code from being removed.
    http://www.jroller.com/page/santhosh/Weblog/document_guard?catname=
    You might be able to customize it for your requirements.

  • I was not allowed to deleted them pdf's until I had restarted CF

    I have my CF server generate lots of pdfs but when I got to around 270 lying in a folder I was not allowed to deleted them pdf's until I had restarted CF,
    any ideas why this could have occured?

    I'm late to the conversation, but I had the same problem with populating a PDF form with data, saving that PDF, then flattening the PDF.
    Here's how I solved it in CF9:
    <cfset path = "#GetDirectoryFromPath(GetCurrentTemplatePath())#doc\">
    <cfset srcFile = "template\myPDFtemplate.pdf">
    <cfset destFile = "yourPDF.pdf">
    <!--- Using NAME instead of DESTINATION tells Coldfusion to create PDF in memory --->
    <cfpdfform action="populate" source="#path##srcFile#" name="#destFile#">
        <cfpdfformparam name="field1" value="some value">
    </cfpdfform>
    <!--- Using the variable in the SOURCE tells Coldfusion to read PDF from memory --->
    <cfpdf action="write" destination="#path##destFile#" source="#destFile#" flatten="yes" overwrite="yes" />
     Hope this helps others.  
    Mark

  • Mail not allowing quit

    Not allowing quit,
    Got imap and pop folders,
    on one impa one i wanted to delete the 3000 spam messages and then sync with imap server but i cant tell if its not quitting because of that, as i cant see where it is communicating (i knew on outlook)
    Any advice or tips would be helpful

    Since Mail does respond to user input, it'd be better to try to quit it by normal means. Try canceling the synchronizing process by clicking on the red stop icon at the right of the progress indicator of that activity in the Activity Viewer window. It may take a few minutes (not hours) for Mail to actually cancel the synchronizing process.

  • Why does Skype do not allow to delete conversation with single contact?

    IT is a simple question only if Skype can be HONEST and answer it truthfully.. What is the reason that we can not have a feature where we can delete the single conversation with one contact. Now the option skype has does not allow that. You either delete your entire history with all contacts or you have to keep the conversation history you do not want to keep.. I mean It has to be on purpose that Skype has not allowed this option. If you absolutely do not care and will not allow this option, then at least be honest and tell us this is the reason and we can either shut up or move on to some other service... I doubt I will get an honest ansewer

    Ever since MS bought Skype, it has gone to craps.. but I guess just like anything else in corporate America, Ethics is not the words, Executives want to hear.. I AM SURE  Mr. Sweden was not so " I do not give a S&&%T " kinda guy when he developed the Skype but then money came in and he said, WHY NOT? let us do whatever makes us most money and here we are , perfect exploitations of users just because we use free product so we have no right to complain

  • BD54 not allowing to delete logical system

    Hi,
    We did system refersh from Prod to Quality and further we found that while starting BDLS it was not allowing to do so. We got message like <Target> logical system already existing . Further checks revealed that in BD54 that our quality system's logical client entry was already there which would normally come after running BDLS post DB refresh activity for System refresh). Because of this issue we are unable to dlete the quality entry in BD54 and to further start our BDLS acitivty.
    Please to confirm us as we are stuck.
    Thanks & Regards,
    Ashish Robinson
    SAP BASIS Support

    Hi ,
    Thanks all. I resolved my issue.
    Solution:
    1) Removed quality system RFC "STQCLNT002" from SM59 just to b sure nothing was blocking
    2) Also entry of STQCLNT002 needs to be removed  from BD97.
    3) Further if you try to use ENTER when you try to delete entry inBD54 of quality it won't allow ,how many time you may try pressing enter to get away with the warning message. So solution here is to further double clieck on that warning message (in BD54) and see where its blocking . It will show you some method where its blocking .
    4) To locate the method use txn BD64 and scan through the entires to get to the affected link (here it was STQCLNT002).
    5) Be careful, do not delete the entry of STQCLNT002 itseld but actually the corresponding leaves of the methos needs only to be removed to over come the blocking in BD54 (where we wanted to remove the entry of STQCLNT002).
    6) Now goto BD54 and and you can easily remove entry of STQCLNT002.
    7)Now BDLS would easily start.
    Regards,
    Ashish Robinson
    Please grant me point if you find the answer useful. It surely did work for me absolutely fine.

  • CCR - Execute Comparison/Reconciliation not allowing to delete ECC orders

    SNP Purchase Requisitions were created in APO as part of CTM solve and transferred to ECC. Some of these Purchase requisitions were not deleted in ECC even though it was deleted in APO. CCR (reconciliation program) shows up these Purchase requisitions as available in ECC and not in APO and only give an option to transfer to APO. Why am I not able to delete these orders (available in ECC not in APO) using CCR? The delete button just donu2019t become active.

    Followed up with SAP development team. As per development team functionality to delete PO's or Purchase req in R/3  that are not in APO is not supported at all by deltareport (CCR Report in SCM). CCR report only allows to send PO or Purchase req (missing in APO) to APO.
    However a customer specific enhancment can be made to program  /SAPAPO/CIF_DELTA3_INCFORM to activate the delete Button
    FORM create_errcat_configs :
    ls_errcat_configs-typ = gc_objtyp-t_prq.
    ls_errcat_configs-buttons = '10000'. --> change to '10010'
    This form is used for setting the configuration of the buttons for each objecttype-err_category - combination. The settings are stored in the table GT_ERRCAT_CONFIGS. The meanings of the settings are:  
      '1'  =  button on                                                  
      '0'  =  button off                                                 
      example: '011' means button1=off, button2=on, button3=on.                                                                               
    Error_categories:                                                  
      A = missing in APO                                                 
      B = missing in R/3 without ext.key                                 
      C = missing in R/3 with    ext.key                                 
      D = differences in content                                         
      E = not in active integration model                                
      F = too much in APO                                                
      G = differencies in io-nodes                                       
      H = differencies in operations                                     
      I = differencies in downtimes                                      
      S = stock not in R/3 -> delete in APO                              
      T = duplicate stock in APO -> delete and resend                    
      U = different quantities in R/3 and APO -> resend                                                                               
    Buttons:                                                           
      1.Button = send to APO                                             
      2.Button = send to R/3                                             
      3.Button = delete in APO                                           
      4.Button = delete in R/3
    Edited by: Allen Thomas on Sep 2, 2010 6:29 AM

  • Mail not allowed by smtp server

    My mailserver is not allowing to send mail in 10.7.6  In 10.6.8 everything is fine.
    I cannot find any solution on the net, nor what I can be doing wrong.
    The provider has no answer ether. The server works fine (tested it with webmail and other computer)
    Wonder what to throw away to let it work.(never worked before in 10.7.3)
    Using older system for mail now, but like to switch to Lion.
    regards, Erik

    Thanks Glenn,
    I found it. It seems my server did not like a password when sending mail. I did not send any password but somewhere in the system it got stuck. So I changed password in advanced settings to APOP. Then I good send 1 message to myself and on the way back to the computer it gave the error.Server thus not suppor password. So I flipt it back to password. And now I can send and recive. It thus not make sense to me but it seems to work. It took some hours. My mail provider is UPC with pop3 and smtp.
    Regards, Erik

  • Do not allow to delete Task in QN when Task is completed

    Hello Team,
    Is there is any way I can't allow user to delete task in QN when the task is completed, because currently system allow to delete task even if task in completed.
    Thanks
    Bhavesh Patel

    1.Define status profile for task
    SPRO>Quality Management>Quality Notifications>Notification Processing>Status Management>Define Status Profile>Maintain Status Profiles
    You can create own status profile for task.
    1-1.Check 'Task' for object types.
    1-2.Define user status (example below)
    Status-1-INIT-Initial-check 'Initial'-status change from 1 to 2
    Status-2-COMP-Completed-status change from 2 to 2 then go to detail
    1-3.Define transaction control for status-2-COMP
    Click 'New entry'.
    Check 'Allowed' and 'Set' for 'Complete Task'
    Check 'Forbidd.' for 'Delete Task'
    2.Assign status profile to notification type
    SPRO>Quality Management>Quality Notifications>Notification Processing>Status Management>Define Status Profile>Status Profile for Notification Type
    Now the user status will be assigned for new notification and you can prevent 'Delete task' for completed task.
    Regards
    Luke

  • Mail not allowing me to send from new Address

    My email got migrated over to a new host.
    The original host was a pop3.  the new host is an imap.
    I set the new account up on Mail, it checks out perfectly, all settings verified when I created it.  receiving email perfectly but...  when I go to send a new email, it only shows my old email account in the "from" drop down menu.  I edited the smtp server list and even removed my old account.  I also deleted my com.apple.mail.plist and let it reset the preferences...  still no luck.  My new account does not show up in the drop down "from" menu, no mater what I try, so all my new emails are showing up in my old account's sent folder.  anyone had any issue or solution for this?
    thanks

    The new account is provided by Media Temple.
    all the settings are correct, i do know that for a fact, same settings are working perfectly on my iphone.
    The old account and the new account are the same exact email address.  the email along with my website was migrated from Hostway, to Media Temple.
    I have 4 accounts going into my Mail now.  the original one with this name, which emails I simply cannot afford to lose so I did not delete the account.  and 2 others. all of which I can see when I compose a new message in the "from" drop down menu.  The only one I do not see, is the brand new one that is the same email address as my first, but with completely different settings.  Maybe the simplest thing to do is to go change the settings on the original account to the new settings.  I was just afraid that doing so may wipe the emails from the old account.  Simply because the new imap won't see those on its server and think they don't exist... am I incorrect in that?

  • Mail not allowing image attachments

    I have a client who was on 10.2.8 using Mail. All of a sudden (no change made to the machine) Mail started saying that attachments that were images were being downloaded, but not able to be seen in the email (the attachments list it as being there but you can not access it.)
    The same thing is evident with a new user account as well.
    I eventually decided to do an archive & install of 10.3.5 (not preserving users or network settings). I dropped his Mail folder back in and tested it - same problem. I did an update to Quicktime 7 (7.04) and he could recieve image attachments from himself, and from PC users - just not from Mac users!
    It looks like something is changing the content-type of the image attachments. Here is the (abreviated version of the email - i cut out the image source) source for the email:
    From [email protected] Tue May 30 16:10:03 2006
    Received: by mercury.teksupport.net.au (mbox ??????)
    (with Cubic Circle's cucipop (v1.31 1998/05/13) Tue May 30 16:08:09 2006)
    X-From_: [email protected] Tue May 30 16:06:46 2006
    Return-Path: <[email protected]>
    Received: from [192.168.25.43] ([192.168.25.43]) by mail.designwyse.com.au for [email protected]; Tue, 30 May 2006 16:06:25 +1000
    Received: from mail.designwyse.com.au (mail.designwyse.com.au [210.15.222.34])
    by mercury.teksupport.net.au (8.12.2/8.12.2) with ESMTP id k4U66QVu055751
    for <[email protected]>; Tue, 30 May 2006 16:06:27 +1000 (EST)
    (envelope-from [email protected])
    Date: Tue, 30 May 2006 16:06:24 +1000
    From: Aaron Scott <[email protected]>
    Message-Id: <[email protected]>
    Mime-Version: 1.0 (Apple Message framework v749.3)
    To: [email protected]
    Content-Type: multipart/mixed; boundary=Apple-Mail-3-1010776194
    Subject: Test from Aaron
    X-Mailer: Apple Mail (2.749.3)
    X-Antivirus: Scanned by F-Prot Antivirus (http://www.f-prot.com)
    X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on
    X-Spam-Level:
    X-Spam-Status: No, hits=0.8 required=5.0 tests=MIMEMISSINGBOUNDARY
    --Apple-Mail-3-1010776194
    Content-Transfer-Encoding: 7bit
    Content-Type: text/plain;
    charset=US-ASCII;
    format=flowe
    Con, Let me know if this works.
    --Apple-Mail-3-1010776194
    Content-Type: multipart/appledouble;
    boundary=Apple-Mail-4-1010776195
    Content-Disposition: inline
    --Apple-Mail-4-1010776195
    Content-Type: application/ATTACHMENT-BLOCKED-OR-RENAMED-1; name="Picture 1_jpg.ATTACHMENT-BLOCKED-OR-RENAMED-1"
    Content-Transfer-Encoding: base64
    Content-Disposition: inline; filename="Picture 1_jpg.ATTACHMENT-BLOCKED-OR-RENAMED-1"
    Note: the recipents email has been removed due to privacy of the client (requested by client)
    If anyone has any ideas as to what could be causing it - that would be very handy. Also the client is not using anything out of the ordinary (no virus protection software - it is only a basic design machine) Clients machine is a MDD G4 using 10.3.9 (QT 7)

    Aaron,
    Let me recap:
    The problem with any image attachment is seen in the client's Mac and Mail program, regardless of the Incoming Server? You proved this by setting your account up, using Mail operating on his Mac, and image attachments were prevented?
    Did you examine the messages in Raw Source view, by any chance? If so, did you see any of the expected attachment headers within the body?
    Is the message consistent for containing the attachment?
    Although not known to me, for this problem, the thought of font issues come to mind, but I think the Raw Source view would let you get around that. Perhaps it would be worthwhile to examine and confirm all fonts. See:
    http://discussions.apple.com/thread.jspa?threadID=122011
    Ernie

  • How can i set the signature to not allow to delete?

    I tried to set the widget annot flag's 8th bit to 1.
    This bit is used to lock the annot,but it has no effect. I can delete the signature either.
    If i want to user can not delete my signature ,how can i accomplish this?
    Thanks!

    Also the NoZoom does not work.
    If i set NoZoom flag,the signature appearance can be zoomed still,but the signature position and dimension is not change,so when the appearance is zoomed, may be only a part of appearance can be show.

  • How to make mail not reappear after deleting in one place

    Whenever I delete an email in the trash, then I go to all mail and refresh, that same set of emails is there so I have to end up delete the exact same emails twice
    Help!

    Maybe the preferences file is corrupt. You could try deleting it:
    hold down the option key
    in the Go menu in the Finder, go to Library
    in Library, go to Containers/com.apple.mail/Data/Library/Preferences and drag it to the trash
    restart
    you will have to reenter your preferences
    maybe do that and then rebuild the mailbox again.

Maybe you are looking for

  • Getting my mail after moving to icloud

    Hi. I have a 10.6.8 operating system. I can not retrieve mail from my usual [email protected] Every time I want to see my mail, I have to go to the MobileMe ending notifcation notice, sign in, and see my mail on icloud. I don't want to do this every

  • HT1206 how could I use more than 5 devices on the same apple ID

    Hi, I am trying to use more than 5 different devices (i-Phone's, MacBook Air, iMac, PC etc...) on the same Apple ID. The Apple ID is not allowing me to add more than 5. Do you have an idea what could I do? I would like to share all the devices in my

  • ASA 5510 Remote Access iOS devices issue

    I'm having a weird issue that just cropped up in the last week or so. Previously, ipads and iphones were working fine on our IPSec VPN, but now they don't work at all. The iOS device throws one of two errors: 1. "Negotiation with the VPN server faile

  • Getting Problem In creating new application

    Hi this is Kishore and i have installed Hyperion essbase and planning in my machine wen iam trying to New application in planning by using the following http://localhost:8300/HyperionPlanning/AppWizard.jsp?RND=0.31852795133802325 it is asking user na

  • Status pending but DB is up

    Hi all, when I go to GRID, it showed that the status of the DB is "status Pending". but when I go to server and check that DB, the database is running. 1. Why it showed status pending? 2. how to fix it? thanks,