How can i use Mail on 2 macs with the same mail address?

Hi,
I have two Macs, connected through WLAN. From each Mac I can use Mail (sending and receiving) with the same mail address. This worked well; on each Mac I have separate files storing the mails (input, sent, trash, …).
Some days ago I had to change the provider. (Perhaps this may be the reason for my problem?) Now both mail systems are connected - in the way that if I put on Mac *1 a mail into the trash it is automatically thrown into the trash on Mac *2.
What is to be done to separate the two systems (i. e. make them independent of each other)?
Hans

It looks like you are using a IMAP mail account, a protocol used by most email providers nowadays. Read -> http://en.wikipedia.org/wiki/Internet_Message_Access_Protocol
The main feature of IMAP is the sync of all the changes you do on your mail account. If you want to keep your mails on one Mac, have a look at this site -> http://kb.mit.edu/confluence/pages/viewpage.action?pageId=3908294

Similar Messages

  • How can I get "IMAQ Line Fit" stable (with the same points)

    How can I get "IMAQ Line Fit" stable (with the same points)
    I my vision applications I use a lot off times "IMAQ Line Fit"
    some times the results are not Stable.
    See vi and word document attached.
    When I take the same points but in a other order (sort)
    then suddenly all points are used.
    In this case I was looking for a edge in vertical direction (Y).
    I found the points but "IMAQ Line Fit" did not function well.
    I tried changing all settings like pixel radius and minimum score and
    also threshold and so on. But no result.
    Then I sorted the points reversed and that worked. See vi.
    I use labview Labview 8.6.0 and IMAQ machine vision.
    Maybe this problem is solved in a newer version.
    Please let me know.
    Thanks
    Attachments:
    TEST-imaq-line-fit-86.vi ‏169 KB
    IMAQ-Fit-Line-Problem-86.doc ‏230 KB

    Thank You for your reaction Hossein,
    This "one application" uses "Line fit" about 20 000 000 times a day.
    about 200 will go wrong. With your setting the the "Line fit" for this occasion will work but others will go wrong.
    A algorithm should be:
    1e Stable, when using the same points and settings the result MUST be the same. How the points are sorted should not matter.
    2e Accuracy
    3e Speed
    4e Testing. Is very difficult but al least close points and the same points and sorting ... should be done
    NI now as made a " IMAQ Line Fit" Problem CAR (Corrective Action request) 298016.
    so in the future there will be a update.
    In the mean while a made a line fit which uses Bisquare option from Linear Fit.vi :
      from C:\Program Files\National Instruments\LabVIEW 8.6\vi.lib\analysis\6fits.llb
    This is a temporary fix because "IMAQ Fit Line VI" is not so stable.
    Because outliers should be rejected only Bisquare does this reasonable.
    This program does NOT USE "Minimum Score" and "Pixel Radius"
    Valid fit = When there are enough points within Outlier_Distance.
    Algorithm steps:
    - Determine if line is more horizontal then vertical, Compare DeltaX with DeltaY
    - If DeltaX <= DeltaY then SWAP X Y and later Swap back
    - Sort Points at on X value
    - First : Bisquare Linear Fit
    - Calculate distances to the found line for all points
    - Inliers: Points within Outlier_distance
    - Outliers: Points outside Outlier_Distance
    - Only use Inlier Points
    - Check again if DeltaX < DeltaY then SWAP X Y later SWAP back again
    - Second : Bisquare Linear Fit only with the Inlier Points
    - Results are from the second fit
    Warning : This Program is Not so accurate and Not so fast
    See attachments it is in labview 8.6
    If some has a improvement please let me know.
    Thanks
    Attachments:
    svi_fit_line_Bsquare_and_draw.vi ‏18 KB
    Fit_Line_Bisquare_Linear.vi ‏40 KB

  • Can I have more than 1 susbcriber with the same email address?

    I have developed a BC secure zone in Muse as a members only area. This works fine. I have subscribed all the members and all is OK except that I find if I try to subscribe 2 members with the same email address (e.g. a married couple with a shared email address), the first subscription is overwritten by the second. Is there a solution or do I just live with it?

    Hi Neil,
    This is the default behavior of the system because email is the unique identifier. You can't have more than 1 subscriber with the same email address.
    Regards,
    Aish

  • HT4818 Can you use both Bootcamp and Parallels with the same Windows 7 installed

    I have Parallels installed with Windows 7.  Can I use both Bootcamp and Parallels on the same machine depending on whether I just want to work in Windows all day (Bootcamp) or alternate during the same session (Parallels)?

    You can, yes. But there is a complication: once you activate windows it will only be activated for one of the two methods you use. So, let's say you install into boot camp and activate windows. You can then install Parallels and it will find your boot camp installation, but when running in Parallels, Windows will report that it is not activated. Or, you can activate it in Parallels and when running in Boot Camp Windows will report that it is not activated. The reason for this is because Windows thinks it is running on different computers depending on how you boot it. This may not be an issue for you if you run Windows a lot one way and just occasionally the other way, so be sure to activate Windows in whichever method you use more often. Hope this helps!

  • Can 2 people set up apple id with the same email address

    My husband and I share the same email address can we set up our apple ids with the same email and different passwords?

    No. You can share the same Apple ID for iTunes content, but for everything else...FaceTime, iMessage, iCloud, etc., you really need separate Apple ID's & these iD's must be verifiable email addresses. If you don't set things up that way, you'll have a mess on your hands.

  • HT202213 How can I authorize more than 5 computers with the same Apple ID?

    Somebody knows how to authorize more than 5 computers with the same Apple ID? I have One Apple IMac, Apple TV, I-PAD, 2 HP PC's, One I-Phone and one I-Pod Touch. I would like to have the possibility to use as I wish the same Apple ID on one of those without deauthorizing another one.

    "Somebody knows how to authorize more than 5 computers with the same Apple ID? "
    You cannot.
    Authorization applies ONLY to computers.  Ipods/ipads/iphones/Apple TVS are NOT authorized at all.

  • How can I use a shared library made with the application builder?

    Hi,
    I am using LabVIEW 7.1 running on Slackware 10.1 (kernel 2.4.29) and I am trying to call a graph display from a C program that I use for debugging VME access from a VMIVME controler. So using the application builder I built the VI as a shared library (graph.vi -> graph.so) containing a function called "graph". In my main program the call to the dlopen fails with the error: "graph.so: undefined symbol: UninitLVClient". When I examin graph.so with nm I see that UninitLVClient and other LabVIEW functions are indeed undefined and using ldd shows that graph.so has dependencies only on libc.so.* and *linux*.so.* but not on LabVIEW related stuff. Those functions are defined in the liblv.so that's in the cintools directory but I have no idea if the user is supposed to use that.
    So I think I am missing an important concept here. Can somebody help or direct me to some documentation (I found lots of information about how to link external code to LabVIEW but nothing about how to link LabVIEW code to an external program)?

    Thanks Watermann,
    your message has been very useful so now I am linking to the proper library but I still have problems when trying to load dynamically the shared library produced with LabVIEW. It is strange that I could successfully load the lvrt library at loading time but it does not work when I am loading the library at execution time.
    I made a small LabVIEW program that prints a hello window and I am calling it from a C program. In the first program main.c I am linking to the lvrt library at loading time and it works but in the second one I am linking dynamically at execution time and it does not work. For my work I need to be able to load code done in LabVIEW at execution time. Any help is appreciated!
    Program main.c:
    // small program to call a LabVIEW shared library
    #include
    #include
    #include "hello.h" // got this from the LabVIEW builder, i.e. when I made the hello.so
    int main(void)
    printf("Hello from C!\nLets call LabVIEW now\n");
    hello();
    printf("Bye ... \n");
    return 0;
    The command to compile main.c, i.e. linking shared library lvrt when loading main program:
    gcc -Wall -I /usr/local/lv71/cintools/ -o main main.c hello.so -l lvrt
    The LD_LIBRARY_PATH has been defined and exported:
    $ LD_LIBRARY_PATH=$PWD
    $ export LD_LIBRARY_PATH
    IT WORKS!
    Program main2.c:
    // small program to call a LabVIEW shared library
    #include
    #include
    #include
    int main(void)
    void * h_lvrt;
    void * h_hello;
    void (* hello)(void);
    char * error;
    printf("Hello from C!\nLets call LabVIEW now\n");
    // open LabVIEW RunTime shared library
    // in my computer located at /usr/local/lib/liblvrt.so
    h_lvrt = dlopen("/usr/local/lib/liblvrt.so", RTLD_NOW);
    // check for error
    error = dlerror();
    if (error) {
    printf("error : could not open LabVIEW RunTime library\n");
    printf("%s\n", error);
    return 1;
    // open hello shared library
    // in my computer located at /home/darss/lv_call/hello.so
    h_hello = dlopen("hello.so", RTLD_NOW);
    // check for error
    error = dlerror();
    if (error) {
    // close LabVIEW RunTime shared library
    dlclose(h_lvrt);
    printf("error : could not open hello library\n");
    printf("%s\n", error);
    return 1;
    // get function hello from library hello.so
    hello = dlsym(h_hello, "hello");
    // check for error
    error = dlerror();
    if (error) {
    // close hello shared library
    dlclose(h_hello);
    // close LabVIEW RunTime shared library
    dlclose(h_lvrt);
    printf("error : could not get the hello function\n");
    printf("%s\n", error);
    return 1;
    // call hello function
    hello();
    // close hello shared library
    dlclose(h_hello);
    // close LabVIEW RunTime shared library
    dlclose(h_lvrt);
    printf("Bye ... \n");
    return 0;
    The command to compile main2.c, i.e. dynamically linking library lvrt at execution of main2 program:
    gcc -Wall -o main2 main2.c -l dl
    The LD_LIBRARY_PATH still defined and exported.
    IT DOES NOT WORK!
    Program output:
    Hello from C!
    Lets call LabVIEW now
    error : could not open hello library
    /home/darss/lv_call/hello.so: undefined symbol: WaitLVDLLReady

  • How can i use my existing apple account with the app store when i have no credit card or paypal?

    i dont have a credit card or a paypal account how do i use the bloody appstore when i have neither and already have an apple id?

    This user, mountaingoatgirl, explains how to get a None option in your account details in the iTunes app on a Mac or PC. -
    https://discussions.apple.com/message/24907941

  • How can i use my synology iTunes Server with the iTunes from my iPad?

    Have anybody the Same Constalation @ home? I like to have Access to my synology iTunes Server from my iPad via iTunes without a thirdparty App, to have Access to the Central Data like Music, etc.? Have some One expirence with the configuration and implementation?

    It will almost certainly not be possible. If you don't sign up for AT&T service for the iPad, then replace your Sprint card with a MiFi or Overdrive device from Sprint. This will use your Sprint service, but connect to your iPad using Wi-Fi. It also has the advantage of you being able to use it with any Wi-Fi capable device. IOW, you can use both your laptop and iPad at the same time with the MiFi or Overdrive, but only have to pay for one Sprint account. Of course, all devices that connect to the MiFi or Overdrive will use up your 5GB allotment, unless you use Overdrive in a 4G area. (Overdrive is unlimited on 4G, but has a 5GB cap in 3G areas.)

  • How can I use OnBoard+Aditional audio cards at the same time? !!! BIOS PROBLEM !!!

    I want use both audio cards. The On-board audio + SoundBlaster Audigy. Because I have mp3 player mp3tunes ( from http://www.mp3tunes.nl ) that is able play on both audiocards at the same time. It is good for DJ. One audiocard is for pre-listen.
     But in BIOS is possible set only disable or auto-detect.   When I set autodetect, then OnBoard audiocard is automaticaly disabled if there is another audiocard.  Please tell me, what can I do for enable both audiocards ?

    It's been awhile but as I promised here is my update:
    I purchased an E-MU 1820m Pro Audio interface several months ago and ran it in my system for some time with the onboard audio disabled. Since this audio system is mainly for mid/high end audio production making use of low latency and up to 192mhz sample rates & 20/18 i/o then it is a bit of an overkill for using it for general multimedia & games so I thought I would place my c-media pci card back in and enable the onboard setting & see if the two systems would run ok together.
    I first made sure that I uninstalled the e-mu card & then put the onboard card back in & installed the drivers. I then installed the E-MU, making sure that it wasn't sharing an IRQ with my 9600 pro like it originaly did on the first slot. So after installing that and the IRQ's were looking good I tested it all out and the results after two weeks have been perfect. I use the C-Media audio with the WDM drivers and use it for general audio & multimedia while I use the E-MU card with the E-MU ASIO 2 drivers and I use this with my audio production programs like Sonar, FL Studio & native Instruments Battery & Traktor.
    Conclusion: Yes you can run a pro audio system as well as the onboard sound card with the MSI 865 Neo2 FIS2R.

  • How can I use a new mobile number under the same Apple--ID?

    Hello there.
    Since few days I habe an 5S with a new number. But I can't use FaceTime or iMessage with it. Im Setzlings is still my old number and I can't change it. When I logged in in my Apple-Account and changed my number and saved it, there is still my old number at the settings. Do you have an idea?
    TA.

    Log out of your Apple ID with iMessage at Settings > Messages > Send & Receive > Apple ID. Select your Apple ID and at the menu window that appears, select Sign Out. Follow this by turning iMessage off.
    Turn iMessage back on and try to re-authorize your iPhone with your Apple ID with iMessage which should register your new cell phone number.

  • How can I use Itunes for different users on the same PC

    I have itunes loaded with my full library. I have now created a second user account on my computer for someone else to access, and I want them to be able to access the full library which I have (4500 songs). How can I do this. Currently, when I open itunes in the other user's desktop, it is completely empty. I did try ticking share my music under preferences, but the library has still not appeared.... I know this must be an easy one, but if someone could help me because I must be a bit dim...........many thanks.

    This post should help:
    Natalie Beresford, "Multiple iPods/iTunes Installations", 04:04am Nov 26, 2004 CDT

  • Can you use Airdrop between two Macs witch the same Apple ID?

    Hi everyone,
    you can see my question above. I have a MacBook Pro and an iMac but airdrop doesn`t seem two work between those two. They both use Mountain Lion. Its an iMac late 2012 and the MacBook Pro Retina mid 2012. This means that from a technical standpoint this would have to work but it doesn`t, so I figuered that maybe it is because of the fact that I use the same Apple ID with both of them. Can anyone confirm this or am I doing something wrong?
    Thank you in advance!!

    It is not necessary that the computers connect through a Wi-Fi router or access point.
    The following steps are only to exclude a possible third party device interference.
    Turn off Wi-Fi router and or Access Point.
    Check that iMac and MBP have their Wi-Fi turned on.
    Select Finder, Go, AirDrop, wait a few seconds.
    Can you see the other computer inside the AirDrop window?

  • How can I use two different page orientations in the same document?

    I am trying to have both portrait and landscape page orientations in the same document.  Pages doesn't seem to like this.  Is there a way?

    I tried to comment on another thread about this same issue, but the thread was closed.
    In the other thread; however, some asked why rotating one pages was necessary, and if they knew then maybe there would be reason to create the function.
    Well, I don't know about why anyone else needs it, but for me it's for the papers I have to write for my masters program. The professors like to have the rubric attached to the bottome of the document so they easily grade and keep things organized. They of course give directions on how to easily change the orientation of the last page in Word, but not all of use Word, or even want to use Word. Maybe I need to ditch Pages and go to Word? I'd really hate to do that!
    So, come on Apple, let's get this feature added, stat!

  • HT2534 How can i download from two different store with the same account?

    I live in both countries but my credit card is registered in a french bank, therefore it is not recognised by the Aussie store on itunes. There are apps or music i want to get form the Aussie store as well as music and other apps from the french one...
    Is it possible to have two stores under the same account????? I wish apple could fix this, which could result in more spending as you can buy from different store!

    Wait 90 days
    Why would you start a new account?  Why not just correct the original account?

Maybe you are looking for

  • Numeric or value error Line 410???  appending to lob

    line 410 is marked with line of '%%%%%%%%%%%%%%%%%%%%%' This script is designed to profile data in a set of table by generating sql and running it with an execute immediate. It works by generating a set of code for each datatype and then executing th

  • Unsolicited ad inserted behind main browser window (pop-under)

    Unsolicited ad inserted behind main browser window (pop-under) every time TheBlaze.com is visited. ENVIRONMENT Win7 SP1 Firefox 34.0 (Pop-up windows are blocked) DESCRIPTION OF PROBLEM Once the requested home page, from theBlaze.com server, is receiv

  • Problem with books on ipad2

    I cant get my purchased books to download on my ipad any help pls? I downloaded them to my iphone but it doesnt even show up in my purchased list. Thank you in advance for your help

  • How to adjust desk top type size ?

    I connected the MBP to a TV and now desk top displays are over sized.  How do I adjust the so windows are not running off and type is not so big ?

  • BindAggregation only returning the first element from a XML node

    hello everyone, investigating on this issue since fiew hours, I need your help (did not find a similar issue). here is an xml sample: <users>      <user active="true">           <reference/>           <name>                <prefix/>                <f