Mail: How to check an account ONLY from specific Network Location?

I use multiple macs, and use my .mac account to synchronize mail accounts, rules, smart mailboxes, signatures, etc.
However, I'd actually like to specifically NOT check certain accounts on some machines.
Even though the account settings are synced, I thought I might be able to take advantage of "Network Locations" to create specific network locations like HOME or WORK and thusly create a combination of mail and network location preferences that would solve my particular need. The idea being that it would allow me to specify in mail's settings (somehow) that a particular mail account should only check the server for messages if the current network location is actually WORK, and if the network location was HOME, it should just not check.
Some other apps (ie: Snerdware's Groupcal) will check the network location setting and not perform checks if the current location is not the expected one.
So the question is, is there some way to make Mail.app 2.1.3 on Tiger do this?

30 messages displayed is the default, but you can change that.  On your email page, under "settings" is an option to change the number of messages per page.  One  option is "no limit."

Similar Messages

  • How to check my job name from the database...

    I have written one job scheduler which is as follows :
    SQL> ED
    Wrote file afiedt.buf
    1 DECLARE
    2 X NUMBER;
    3 JobNumber NUMBER;
    4 BEGIN
    5 SYS.DBMS_JOB.SUBMIT
    6 (
    7 job => X
    8 ,what => 'scott.SPLITSMS;'
    9 ,next_date => SYSDATE+1/1440
    10 ,interval => 'SYSDATE+1/1440 '
    11 ,no_parse => FALSE
    12 );
    13 JobNumber := to_char(X);
    14* END;
    15 /
    PL/SQL procedure successfully completed.
    Now I want to check whether the job has been really created or not?
    so for that I have used the following command line:
    SQL> SELECT JOB_NAME FROM DBA_SCHEDULER_JOBS WHERE JOB_NAME = 'SCOTT.SPLITSMS';
    SELECT JOB_NAME FROM DBA_SCHEDULER_JOBS WHERE JOB_NAME = 'SCOTT.SPLITSMS'
    ERROR at line 1:
    ORA-00942: table or view does not exist
    how to check my job name from the database...
    what is the command used to check the job_name ????
    and how can i ensure that my job scheduler is running properly...???
    please help ........my dear friends.....!

    957029 wrote:
    Now I want to check whether the job has been really created or not?
    so for that I have used the following command line:
    SQL> SELECT JOB_NAME FROM DBA_SCHEDULER_JOBS WHERE JOB_NAME = 'SCOTT.SPLITSMS';
    SELECT JOB_NAME FROM DBA_SCHEDULER_JOBS WHERE JOB_NAME = 'SCOTT.SPLITSMS'
    ERROR at line 1:
    ORA-00942: table or view does not existYou can use DBA_* views only if the User has been Granted a DBA Privilege.
    how to check my job name from the database...
    what is the command used to check the job_name ????You can use USER_JOBS view to check. But, is it not that you have just created the Job, so you must be knowing it?
    and how can i ensure that my job scheduler is running properly...???If USER_JOBS.FAILURES is Non Zero, that means the Job has encountered a problem that needs to be Investigated. Similarly, the LAST_DATE, LAST_SEC, NEXT_DAY, NEXT_SEC can be used to determine if the Job has been running successfully.
    if you are on 11g, you should consider using DBMS_SCHEDULER.

  • Mail is still checking deleted account

    occasionally I'll get an alert asking for the password for an email account which is no longer installed (it doesn't appear under the preferences > accounts window). Any idea why Mail keeps checking this account??

    No, but if you don't mind writing down all of your valid account information (imap/pop and smtp server names, port numbers, SSL or not, etc.), you could quit Mail, temporarily drag your /Users/marckula/Library/Preferences/com.apple.mail.plist onto your Desktop (this is for just in case you don't like what you've done, you can restore your previous Mail configuration by just dragging it back), restart Mail, and recreate your desired account preferences from your handwritten notes by going through the (first-launch) Mail setup "Wizard." I would think that that would get rid of attempted logins to phantom mail accounts.
    Or, you could try double-clicking on the /Users/marckula/Library/Preferences/com.apple.mail.plist to edit it if you're comfortable with using the Property List Editor (I think you might have had to have installed the Developer package first) or using "pico" inside Terminal.app to edit it if you're comfortable with using Terminal.app. I'd drag a backup copy of it to the desktop before editing it, though.

  • Mail tries to check all accounts at once - "server could no be connected"

    Hello,
    i will try to explane this in english:
    With Leopard and all the cats before Mail was checking my 15 accounts one after another. With Snow Leo Mail tries to check all accounts at the same time (u can see which account is check at the spinning symbol after the account name).
    Now, when all accounts are check at once, minimum 3-5 account alert an error "the server could no be connected". Everytime i click on Receive different account loose the server connection.
    Can i do something for mail checking my accounts step by step like Leo did?

    Glad I found that there is at least one other person who seems to have the same problem checking for mail. I get the following annoyingly frequently and haven't found a solution:
    "There may be a problem with the mail server or network. Verify the settings for account “user@xxxxxx” or try again.
    The server returned the error: The connection to the server “mail.xxxxxx.ca” on port 110 timed out."
    Could this be because Mail under SL no longer checks one email after another causing a network congestion?
    Also since upgrading to OS 10.6 I have problems loading several webpages at once, which usually results in page-time-out messages.
    I have checked the following: bypassing router, opening firewall, ports, changing network and internet settings with IPNetTunerX to previous OS values, but nothing helps so far.
    I suspect nobody knows how to change Mail back to the previous 'mail-by-mail' checking which would help with the time-out issues.
    I keep digging and hope someone else has suggestions what we could try.

  • How to check  if all values from a dataset  has come to  an internal table

    How to check  if all values from a dataset  has come to  an internal table ?

    Hi,
    After OPEN DATASET statement check if sy-subrc = 0 if its success then proceed with split statement and save the dataset values into a internal table and while debugging the internal table you will find that whether all values get into internal table.
    Checking sy-subrc after OPEN DATASET statement is must to fill up the values in the internal table.
    For e.g.
    OPEN DATASET p_inpfile FOR INPUT IN TEXT MODE ENCODING DEFAULT.
      IF sy-subrc NE 0.
        WRITE :/ 'No such input file' .
        EXIT.
      ELSE.
    READ DATASET p_inpfile INTO loc_string.
          IF sy-subrc NE 0.
            EXIT.
          ELSE.
            CLEAR loc2.
    *Spliting fields in the file-
            REPLACE ALL OCCURRENCES OF '#' IN wa_string WITH ' '.
           SPLIT wa_string AT const INTO loc2-pernr
                                           loc2-werks
                                           loc2-persk 
                                           loc2-vdsk1.
    Hope you get some idea.
    Thanks,
    Sakthi C

  • How to distribute Reconcilation account balance from a Prft Cntr-FAGLGA35

    Hello,
    Please provide your input for the below query:
    How to distribute Reconcilation account balance from a Prft Cntr-FAGLGA35?
    Regards,

    Hello,
    Thanks a lot for replying.
    I have done new posting KR (vendor Invoice), where in General Ledger View the Pofit Cneter got populated in the vendor line item because of the doc spliting.
    Now when I hae trying the do assessment of the vendor balance as directed below, no sendor is getting selected.
    Please help me how to do the assessment of reconciliation account.
    Regards,

  • HT201263 how can i restore contcats only from backup

    Dears
    how can i restore contcats only from backup in itunes

    How to restore from a backup
    To restore information from a backup, use one of the following methods after connecting your iOS device to the computer with which you normally sync:
    Right-click (or Control-click) the device and choose Restore from Backup
    If you have a new phone, you can connect to iTunes and it will prompt to restore from your backup
    Above from:
    http://support.apple.com/kb/HT1766

  • I have too much music on my i phone( purchased): This synchronises with my computer and i pad which has larger storage facility: How can I delete music only from my i phone and retain it on my computer and ipad?

    I have too much music on my i phone( purchased): This synchronises with my computer and i pad which has larger storage facility: How can I delete music only from my i phone and retain it on my computer and ipad?

    On the iPhone, go to Settings > General > Usage > Music (in the Storage Section) > Tap Edit > Tap the Red Circle next to All Music > Tap Delete.

  • How to check if my iphone from ebay is stolen

    hey people i have a question about how to check if my iphone from ebay is stolen?

    I don't know why the above idiots even bothered to reply to your question man, I'm sorry that they were of no help.  There are several ways that you can check out whether a phone was stolen, the easiest is to call your carrier (ATT or whatever) and ask them, ask for the device ID, or ESN from the seller, and then give that number to the carrier, it is a very easy process.  Verizon for instance has an automated site,
    http://www.verizonwireless.com/b2c/estore/certifieddevice/cd
    Which works nicely
    Above posters: Advising him not to use eBay, really?!?!  Call a lawyer?!?!  You have either too much money or too few brain cells, ebay is a reputable place to buy, and using paypal as an added layer of protection is an almost foolproof way to buy a phone online.  PayPal places money on hold while you receive and verify the condition of the device, so if they want to be paid, they won't defraud you, and if they do, you'll get your money back.

  • Mail says it checks POP account, but it doesn't

    Hi
    I just discovered that Mail was not checking one of my POP accounts for 6 months. Mail pretends to check the account---the connection to the server works, etc.---but does not see the new mail that is there.
    I have other accounts with the same ISP (free.fr) which do not have this problem; and other mail clients (e.g. Thunderbird) do check the account with no problem.
    Any hint as to what could be happening will be apreciated...

    Hello, and welcome to the Discussions.
    Quit Mail. In the Finder, open Home/Library/Mail and locate the account folder for this particular account, and open this account folder. Next find the file named MessageUidsAlreadyDownloaded2 -- delete this file. Relaunch Mail, and see if messages now download.
    Ernie

  • How do i stop my itunes from changing the location of my itunes media.  i have it saved on a external HD and it keeps changing back to my local drive with out being told

    how do i stop my itunes from changing the location of my itunes media.  i have it saved on a external HD and it keeps changing back to my local drive with out being told

    No, an external drive will not always be mounted. If the drive goes to sleep, it can unmount, or it may unmount for other reasons. As Chris said, confim that the drive is mounted and active before launching iTunes.
    Regards.

  • HT4969 How do I pull up only one specific calendar at a time (i.e. 'home calendar')?

    How do I pull up only one specific calendar at a time on my iPhone (i.e. 'home calendar')?
    Thanks!

    In the calendar app, press the button in the upper left, "Calendars" and turn off/on the ones you want/don't want.

  • How to check the tran code for specific activity.

    Hello friends ,
    could you please let me know how to check the tran code for specific activity . AS in table , i can check , what transaction does what ? But now i need to check the transaction for specific activity .
    E.g , For Administrator workbench , there is transcation like RSA1 .
    thanks in advance
    Regards

    Hi,
    try the TSTC table with SE16.
    Hope it helps,
    MG

  • How to transfer Shelf Expired Material from QC Pending Location

    Dear Sap Experts,
    Scenario
    Currently the stock is lying in Quality Pending Location with Inspection Lot
    Against Inspection lot, MIC recorded;
    But system not allowing Usage Decision because shelf life is expired
    Now the Questions are
    1. How to make Usage Decision or
    2. How to Transfer "Shelf Expired Material" from QC Pending Location without changing Expiry Date.

    Dear ramana
    Please try with QA07 with intial run in days as 1and also the reason code
    If the materials are not batch managed the material will be transfered to Block or if it is batch managed it will make restricted.
    Please try and let me know
    Regards
    gajesh

  • How do I create a catalog from a network disk?

    How can I create a catalog from a network disk? My program will not open anything on the network.

    I am not competent in networks, but here is some reading waiting for the experts to help you:
    http://www.johnrellis.com/psedbtool/photoshop-elements-faq.htm#_Storing_the_catalog

Maybe you are looking for