Could someone please help me fix my Mail Trash?

I think I did something really stupid. When I'm in my mail, I see a Trash icon, and then below it, two more trash icons. The two lower ones are labeled "On My Mac" and "Jane Smith" (not my real name but the trash icon is labeled with my real name). Thinking it's silly to have so many trash icons, I stupidly deleted the one with my name by it. The icon is still there but if I try to delete anything out of my inbox, I get an error message saying "The destination mailbox “Trash — Jane Smith” does not allow messages to be moved to it." I can only delete by dragging emails over to the "On My Mac" trash icon.
I'd be very grateful if someone could help me fix this.
Oh, and my email account is a POP account.
Thank you.

Rick_Avlonitis wrote:
I'm trying to use a string made from the current day/month/year to create a new directory. It makes a directory, but it appears not to initialize to the current date. Here is the output: /home/rick/testDir/Sunday_March_1 (and it appears in my local directory structure). Today's date is Monday_September_2008. How do I get the correct string?
public void createDir(){
          GregorianCalendar cal = new GregorianCalendar();
          String currentDate = new String();
          cal.setTime(new Date());
          cal.setFirstDayOfWeek(0);
          int day = Calendar.DAY_OF_WEEK;
          int month = Calendar.MONTH;
          int intYear = Calendar.YEAR;
          Integer year = Integer.valueOf(intYear);
          currentDate = "/home/rick/testDir/" + dayToString(day) + '_' + monthToString(month) + '_' + year.toString();
          File f = new File(currentDate);
          f.mkdir();
          System.out.println(currentDate);
Well, I don't know your day- and monthToString methods...
But remenber that Calendar.DAY_OF_WEEK etc. are static and will always return the same value.
Read [http://java.sun.com/j2se/1.4.2/docs/api/java/util/GregorianCalendar.html]

Similar Messages

  • Could someone please help us?  Our mail keeps crashing when we try to print - this is after the Mavericks upgrade

    We have done everything we can think off, but Apple Mail crashes when we try to print anything.  This was after we updated to Mavricks.
    We have reintexed the messages, rebuilt the mailbox, run disk premissions, etc. and nothing seems to work - very flustrating!  Definitely not like the old days when everything just worked with Apple.
    Following is the crash report.
    Process:         Mail [3957]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         7.2 (1874)
    Build Info:      Mail-1874000000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [150]
    Responsible:     Mail [3957]
    User ID:         501
    PlugIn Path:       /Library/Printers/Canon/PS3/PDEs/EF283976 (FF).plugin/Contents/MacOS/EF283976 (FF)
    PlugIn Identifier: com.efi.print.pde.5FF81E1E-3457-42F4-BC07-077DADCA00FA.PInf
    PlugIn Version:    3.1.025.0 (3.1.025.0)
    Date/Time:       2014-03-23 09:51:17.000 -0400
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  366131F3-EA85-F60D-521F-296312251DFB
    Sleep/Wake UUID: C24EC442-25DE-40AF-9FFD-08D983C2707E
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0xffffffffffffffff
    VM Regions Near 0xffffffffffffffff:
    --> shared memory          00007fffffeb2000-00007fffffeb3000 [    4K] r-x/r-x SM=SHM 
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_platform.dylib                0x00007fff85edcf26 _platform_bzero$VARIANT$Merom + 22
    1   com.efi.print.pde.5FF81E1E-3457-42F4-BC07-077DADCA00FA.PInf          0x00000001117ad12c UI_Panel::UI_Panel(PDEData*) + 332
    2   com.efi.print.pde.5FF81E1E-3457-42F4-BC07-077DADCA00FA.PInf          0x00000001117a9680 -[FieryFeaturesPDE5FF81E1E345742F4BC07077DADCA00FA initWithCallback:] + 944
    3   com.efi.print.pde.5FF81E1E-3457-42F4-BC07-077DADCA00FA.PInf          0x00000001117a85a9 -[FieryFeaturesPDEPlugIn5FF81E1E345742F4BC07077DADCA00FA PDEPanelsForType:withHostInfo:] + 115
    4   com.apple.print.framework.Print.Private          0x000000010e2b6630 0x10e2ae000 + 34352
    5   com.apple.print.framework.Print.Private          0x000000010e2b5096 0x10e2ae000 + 28822
    6   com.apple.print.framework.Print.Private          0x000000010e2b3698 0x10e2ae000 + 22168
    7   com.apple.print.framework.Print.Private          0x000000010e2b1a60 0x10e2ae000 + 14944
    8   com.apple.print.framework.Print.Private          0x000000010e2c4903 0x10e2ae000 + 92419
    9   com.apple.print.framework.Print.Private          0x000000010e2c4413 0x10e2ae000 + 91155
    10  com.apple.AppKit                        0x00007fff8f0f141c -[NSWindowController _windowDidLoad] + 450
    11  com.apple.AppKit                        0x00007fff8f0d8016 -[NSWindowController window] + 110
    12  com.apple.AppKit                        0x00007fff8f44a4fc -[NSPrintPanel beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:] + 530
    13  com.apple.AppKit                        0x00007fff8f448200 __91-[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:]_block_invoke35 3 + 149
    14  com.apple.AppKit                        0x00007fff8f447fed __91-[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:]_block_invoke + 54
    15  com.apple.AppKit                        0x00007fff8f447fa8 -[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:] + 630
    16  com.apple.mail                          0x000000010185220e 0x101645000 + 2150926
    17  com.apple.Foundation                    0x00007fff84e05f28 NSKeyValueNotifyObserver + 387
    18  com.apple.Foundation                    0x00007fff84e050f8 NSKeyValueDidChange + 453
    19  com.apple.Foundation                    0x00007fff84e09be6 -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 118
    20  com.apple.MailUI                        0x00007fff8975955f -[MUIWKViewController browsingContextControllerDidFinishLoad:] + 213
    21  com.apple.WebKit2                       0x00007fff87b825b2 WebKit::WebPageProxy::didFinishLoadForFrame(unsigned long long, CoreIPC::MessageDecoder&) + 112
    22  com.apple.WebKit2                       0x00007fff87b57793 WebKit::WebPageProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 3353
    23  com.apple.WebKit2                       0x00007fff87b44a6b CoreIPC::MessageReceiverMap::dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 125
    24  com.apple.WebKit2                       0x00007fff87b4f5eb WebKit::ChildProcessProxy::dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 13
    25  com.apple.WebKit2                       0x00007fff87b54cee WebKit::WebProcessProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 24
    26  com.apple.WebKit2                       0x00007fff87b448b9 CoreIPC::Connection::dispatchMessage(***::PassOwnPtr<CoreIPC::MessageDecoder>) + 101
    27  com.apple.WebKit2                       0x00007fff87b447e2 CoreIPC::Connection::dispatchOneMessage() + 106
    28  com.apple.WebCore                       0x00007fff8b61934e WebCore::RunLoop::performWork() + 270
    29  com.apple.WebCore                       0x00007fff8b619222 WebCore::RunLoop::performWork(void*) + 34
    30  com.apple.CoreFoundation                0x00007fff8e283731 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    31  com.apple.CoreFoundation                0x00007fff8e274ea2 __CFRunLoopDoSources0 + 242
    32  com.apple.CoreFoundation                0x00007fff8e27462f __CFRunLoopRun + 831
    33  com.apple.CoreFoundation                0x00007fff8e2740b5 CFRunLoopRunSpecific + 309
    34  com.apple.HIToolbox                     0x00007fff8acb6a0d RunCurrentEventLoopInMode + 226
    35  com.apple.HIToolbox                     0x00007fff8acb67b7 ReceiveNextEventCommon + 479
    36  com.apple.HIToolbox                     0x00007fff8acb65bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    37  com.apple.AppKit                        0x00007fff8ee5c3de _DPSNextEvent + 1434
    38  com.apple.AppKit                        0x00007fff8ee5ba2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    39  com.apple.AppKit                        0x00007fff8ee4fb2c -[NSApplication run] + 553
    40  com.apple.AppKit                        0x00007fff8ee3a913 NSApplicationMain + 940
    41  libdyld.dylib                           0x00007fff91a505fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff85aae662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8589c43d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8589c152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff85aa9a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff85aa8d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8e275155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8e274779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8e2740b5 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff8effc16e _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 3:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x00007fff85aa9a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff85aa8d18 mach_msg + 64
    2   com.apple.QuartzCore                    0x00007fff8dccd377 CA::Render::Server::server_thread(void*) + 195
    3   com.apple.QuartzCore                    0x00007fff8dccd2ad thread_fun + 25
    4   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff85aa9a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff85aa8d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8e275155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8e274779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8e2740b5 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff84e63967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff84e6376b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff85aad9aa __select + 10
    1   com.apple.CoreFoundation                0x00007fff8e2c0b83 __CFSocketManager + 867
    2   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    3   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    4   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 6:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff870219c5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 7:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 10:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 11:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 13:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff870219c5 JSC::BlockAllocator::blockFreeingThreadMain() + 261
    3   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 16:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 17:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 18:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 19:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc3b _pthread_cond_wait + 727
    2   com.apple.JavaScriptCore                0x00007fff87022437 JSC::GCThread::waitForNextPhase() + 119
    3   com.apple.JavaScriptCore                0x00007fff870222c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore                0x00007fff87016c5f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib                 0x00007fff87d4a899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff87d4a72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff87d4efc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff85aade6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 21:: Dispatch queue: NSOperationQueue 0x610000036120
    0   libsystem_kernel.dylib                  0x00007fff85aad716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4cc77 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff84e34930 -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff84e2b7d8 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.Mail.framework                0x00007fff8940624e -[MFMessageRouter asynchronouslyRouteMessages:] + 75
    5   com.apple.Mail.framework                0x00007fff894412ed -[MFPOPStore connection:didRetrieveData:forMessageNumber:] + 514
    6   com.apple.Mail.framework                0x00007fff8943a2c9 -[MFPOPConnection _retr:] + 792
    7   com.apple.Mail.framework                0x00007fff8943a97f __44-[MFPOPConnection fetchMessages:totalBytes:]_block_invoke + 101
    8   com.apple.Foundation                    0x00007fff84e562ae __NSIndexSetEnumerate + 1316
    9   com.apple.Mail.framework                0x00007fff8943a838 -[MFPOPConnection fetchMessages:totalBytes:] + 448
    10  com.apple.Mail.framework                0x00007fff8943f33c -[MFPOPStore fetchSynchronously] + 1881
    11  com.apple.Mail.framework                0x00007fff89436134 -[MFPOPAccount fetchSynchronously] + 133
    12  com.apple.CoreFoundation                0x00007fff8e23dbec __invoking___ + 140
    13  com.apple.CoreFoundation                0x00007fff8e23da54 -[NSInvocation invoke] + 308
    14  com.apple.MailCore                      0x00007fff91aafb44 -[MCMonitoredInvocation invoke] + 211
    15  com.apple.MailCore                      0x00007fff91ad27e8 -[MCThrowingInvocationOperation main] + 40
    16  com.apple.MailCore                      0x00007fff91a76ed8 -[_MCInvocationOperation main] + 332
    17  com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    18  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    19  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    20  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    21  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    22  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    23  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    24  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    25  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 22:: -[MFLibraryStore openSynchronously]  Dispatch queue: NSOperationQueue 0x6180002288c0
    0   libsystem_kernel.dylib                  0x00007fff85aae962 pread + 10
    1   libsqlite3.dylib                        0x00007fff89d4e1d4 unixRead + 100
    2   libsqlite3.dylib                        0x00007fff89d745ee readDbPage + 478
    3   libsqlite3.dylib                        0x00007fff89d7318d sqlite3PagerAcquire + 349
    4   libsqlite3.dylib                        0x00007fff89da88f7 sqlite3BtreeMovetoUnpacked + 1143
    5   libsqlite3.dylib                        0x00007fff89d8e50c sqlite3VdbeExec + 4284
    6   libsqlite3.dylib                        0x00007fff89d8c40a sqlite3_step + 666
    7   com.apple.Mail.framework                0x00007fff8937cfed __50+[MFLibrary sendMessagesMatchingQuery:to:options:]_block_invoke + 257
    8   com.apple.Mail.framework                0x00007fff89394525 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1328
    9   com.apple.Mail.framework                0x00007fff8937cea2 +[MFLibrary sendMessagesMatchingQuery:to:options:] + 319
    10  com.apple.Mail.framework                0x00007fff8938ccae +[MFLibrary sendMessagesMatchingCriterion:to:options:searchType:async:] + 483
    11  com.apple.Mail.framework                0x00007fff893abc12 -[MFLibraryStore openSynchronouslyUpdatingMetadata:returnRetainedMessages:] + 546
    12  com.apple.Mail.framework                0x00007fff893ab922 -[MFLibraryStore openSynchronouslyUpdatingMetadata:] + 161
    13  com.apple.CoreFoundation                0x00007fff8e23dbec __invoking___ + 140
    14  com.apple.CoreFoundation                0x00007fff8e23da54 -[NSInvocation invoke] + 308
    15  com.apple.MailCore                      0x00007fff91aafb44 -[MCMonitoredInvocation invoke] + 211
    16  com.apple.MailCore                      0x00007fff91ad27e8 -[MCThrowingInvocationOperation main] + 40
    17  com.apple.MailCore                      0x00007fff91a76ed8 -[_MCInvocationOperation main] + 332
    18  com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    19  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    20  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    21  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    22  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    23  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    24  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    25  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    26  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 23:: Dispatch queue: NSOperationQueue 0x600000820060
    0   libsystem_kernel.dylib                  0x00007fff85aad78e __psynch_rw_rdlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e001 _pthread_rwlock_lock + 494
    2   com.apple.Mail.framework                0x00007fff8939530b +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 381
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff8937cea2 +[MFLibrary sendMessagesMatchingQuery:to:options:] + 319
    5   com.apple.Mail.framework                0x00007fff8938ccae +[MFLibrary sendMessagesMatchingCriterion:to:options:searchType:async:] + 483
    6   com.apple.Mail.framework                0x00007fff8938e13a +[MFLibrary messagesMatchingCriterion:options:searchType:] + 104
    7   com.apple.mail                          0x00000001016b0192 0x101645000 + 438674
    8   com.apple.Foundation                    0x00007fff84e250b5 -[NSBlockOperation main] + 75
    9   com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    10  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    11  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    12  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    13  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    14  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    15  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 24:: Dispatch queue: NSOperationQueue 0x600000820060
    0   libsystem_kernel.dylib                  0x00007fff85aad78e __psynch_rw_rdlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e001 _pthread_rwlock_lock + 494
    2   com.apple.Mail.framework                0x00007fff8939530b +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 381
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff8937cea2 +[MFLibrary sendMessagesMatchingQuery:to:options:] + 319
    5   com.apple.Mail.framework                0x00007fff8938ccae +[MFLibrary sendMessagesMatchingCriterion:to:options:searchType:async:] + 483
    6   com.apple.Mail.framework                0x00007fff8938e13a +[MFLibrary messagesMatchingCriterion:options:searchType:] + 104
    7   com.apple.mail                          0x00000001016b0192 0x101645000 + 438674
    8   com.apple.Foundation                    0x00007fff84e250b5 -[NSBlockOperation main] + 75
    9   com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    10  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    11  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    12  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    13  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    14  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    15  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 25:: Dispatch queue: NSOperationQueue 0x600000820060
    0   libsystem_kernel.dylib                  0x00007fff85aad78e __psynch_rw_rdlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e001 _pthread_rwlock_lock + 494
    2   com.apple.Mail.framework                0x00007fff8939530b +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 381
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff8937cea2 +[MFLibrary sendMessagesMatchingQuery:to:options:] + 319
    5   com.apple.Mail.framework                0x00007fff8938ccae +[MFLibrary sendMessagesMatchingCriterion:to:options:searchType:async:] + 483
    6   com.apple.Mail.framework                0x00007fff8938e13a +[MFLibrary messagesMatchingCriterion:options:searchType:] + 104
    7   com.apple.mail                          0x00000001016b0192 0x101645000 + 438674
    8   com.apple.Foundation                    0x00007fff84e250b5 -[NSBlockOperation main] + 75
    9   com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    10  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    11  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    12  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    13  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    14  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    15  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 26:: -[MFMessageRouter _routeQueuedMessages]  Dispatch queue: NSOperationQueue 0x610000036120
    0   libsystem_kernel.dylib                  0x00007fff85aad7ee __psynch_rw_wrlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e00e _pthread_rwlock_lock + 507
    2   com.apple.Mail.framework                0x00007fff89395304 +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 374
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff89372f20 +[MFLibrary insertOrUpdateMessages:withMailbox:fetchBodies:isInitialImport:oldMessagesByNew Message:remoteIDs:newDocumentIDs:setFlags:clearFlags:messageFlagsForMessages:cop yFiles:progressDelegate:updateRowIDs:error:] + 4493
    5   com.apple.Mail.framework                0x00007fff893afcbf -[MFLibraryStore appendMessages:unsuccessfulOnes:newMessageIDs:newMessages:newDocumentIDsByOld:f lagsToSet:forMove:error:] + 642
    6   com.apple.Mail.framework                0x00007fff894189ee -[MFMessageStore appendMessages:unsuccessfulOnes:newMessageIDs:newMessages:flagsToSet:forMove:er ror:] + 57
    7   com.apple.Mail.framework                0x00007fff89418a22 -[MFMessageStore appendMessages:unsuccessfulOnes:newMessageIDs:newMessages:flagsToSet:forMove:] + 46
    8   com.apple.Mail.framework                0x00007fff89418a4d -[MFMessageStore appendMessages:unsuccessfulOnes:newMessageIDs:newMessages:flagsToSet:] + 37
    9   com.apple.Mail.framework                0x00007fff89418a9b -[MFMessageStore appendMessages:unsuccessfulOnes:newMessageIDs:newMessages:] + 29
    10  com.apple.Mail.framework                0x00007fff89417b1f -[MFMessageStore finishRoutingMessages:routed:] + 353
    11  com.apple.Mail.framework                0x00007fff89406993 -[MFMessageRouter _routeQueuedMessages] + 1174
    12  com.apple.CoreFoundation                0x00007fff8e23dbec __invoking___ + 140
    13  com.apple.CoreFoundation                0x00007fff8e23da54 -[NSInvocation invoke] + 308
    14  com.apple.MailCore                      0x00007fff91aafb44 -[MCMonitoredInvocation invoke] + 211
    15  com.apple.MailCore                      0x00007fff91ad27e8 -[MCThrowingInvocationOperation main] + 40
    16  com.apple.MailCore                      0x00007fff91a76ed8 -[_MCInvocationOperation main] + 332
    17  com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    18  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    19  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    20  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    21  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    22  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    23  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    24  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    25  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 27:: Dispatch queue: [MFLibrary writeQueue]
    0   libsystem_kernel.dylib                  0x00007fff85aad7ee __psynch_rw_wrlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e00e _pthread_rwlock_lock + 507
    2   com.apple.Mail.framework                0x00007fff89395304 +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 374
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff893677a6 +[MFLibrary commitSynchronouslyPostingMessages:postFlags:postingOldFlagsByMessage:] + 644
    5   com.apple.Mail.framework                0x00007fff893acf63 __59-[MFLibraryStore async_setFlagsFromDictionary:forMessages:]_block_invoke + 435
    6   com.apple.Foundation                    0x00007fff84e250b5 -[NSBlockOperation main] + 75
    7   com.apple.MailCore                      0x00007fff91ad2544 -[MCTaskOperation main] + 642
    8   com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    9   com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    10  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    11  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    12  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    13  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    14  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    15  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    16  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 28:: -[MessageViewer _synchronouslyMarkAsJunkMail:inStores:delete:]  Dispatch queue: NSOperationQueue 0x610000036120
    0   libsystem_kernel.dylib                  0x00007fff85aad78e __psynch_rw_rdlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e001 _pthread_rwlock_lock + 494
    2   com.apple.Mail.framework                0x00007fff8939530b +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 381
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff89383df3 +[MFLibrary loadSecondaryMetadataForMessage:] + 132
    5   com.apple.Mail.framework                0x00007fff893a792b -[MFLibraryMessage to] + 87
    6   com.apple.MailCore                      0x00007fff91a946b1 -[MCMessage(StringRendering) renderHeaders:] + 73
    7   com.apple.MailCore                      0x00007fff91a947dd -[MCMessage(StringRendering) renderString:] + 35
    8   com.apple.MailCore                      0x00007fff91a820ad -[MCMessage stringValueRenderMode:updateBodyFlags:junkRecorder:bodyOnly:] + 143
    9   com.apple.Mail.framework                0x00007fff893653e1 -[MFJunkMailFilter trainOnMessages:junkMailLevel:] + 880
    10  com.apple.Mail.framework                0x00007fff8941ae17 -[MFMessageStore async_setJunkMailLevel:forMessages:trainJunkMailDatabase:userRecorded:] + 250
    11  com.apple.Mail.framework                0x00007fff893f73db __55-[MFMessageContext async_setJunkMailLevel:forMessages:]_block_invoke_2 + 69
    12  com.apple.CoreFoundation                0x00007fff8e28f85f __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 111
    13  com.apple.CoreFoundation                0x00007fff8e28f76e -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 222
    14  com.apple.Mail.framework                0x00007fff893f7352 -[MFMessageContext async_setJunkMailLevel:forMessages:] + 165
    15  com.apple.mail                          0x000000010173420d 0x101645000 + 979469
    16  com.apple.CoreFoundation                0x00007fff8e23dbec __invoking___ + 140
    17  com.apple.CoreFoundation                0x00007fff8e23da54 -[NSInvocation invoke] + 308
    18  com.apple.MailCore                      0x00007fff91aafb44 -[MCMonitoredInvocation invoke] + 211
    19  com.apple.MailCore                      0x00007fff91ad27e8 -[MCThrowingInvocationOperation main] + 40
    20  com.apple.MailCore                      0x00007fff91a76ed8 -[_MCInvocationOperation main] + 332
    21  com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    22  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    23  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    24  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    25  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    26  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    27  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    28  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    29  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 29:
    0   libsystem_kernel.dylib                  0x00007fff85aade6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4bf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 30:: Dispatch queue: NSOperationQueue 0x600000820060
    0   libsystem_kernel.dylib                  0x00007fff85aad78e __psynch_rw_rdlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e001 _pthread_rwlock_lock + 494
    2   com.apple.Mail.framework                0x00007fff8939530b +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 381
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff8937cea2 +[MFLibrary sendMessagesMatchingQuery:to:options:] + 319
    5   com.apple.Mail.framework                0x00007fff8938ccae +[MFLibrary sendMessagesMatchingCriterion:to:options:searchType:async:] + 483
    6   com.apple.Mail.framework                0x00007fff8938e13a +[MFLibrary messagesMatchingCriterion:options:searchType:] + 104
    7   com.apple.mail                          0x00000001016b0192 0x101645000 + 438674
    8   com.apple.Foundation                    0x00007fff84e250b5 -[NSBlockOperation main] + 75
    9   com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    10  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    11  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    12  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    13  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    14  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    15  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 31:: -[MessageViewer _synchronouslyMarkAsJunkMail:inStores:delete:]  Dispatch queue: NSOperationQueue 0x610000036120
    0   libsystem_kernel.dylib                  0x00007fff85aad78e __psynch_rw_rdlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e001 _pthread_rwlock_lock + 494
    2   com.apple.Mail.framework                0x00007fff8939530b +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 381
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff89383df3 +[MFLibrary loadSecondaryMetadataForMessage:] + 132
    5   com.apple.Mail.framework                0x00007fff893a792b -[MFLibraryMessage to] + 87
    6   com.apple.MailCore                      0x00007fff91a946b1 -[MCMessage(StringRendering) renderHeaders:] + 73
    7   com.apple.MailCore                      0x00007fff91a947dd -[MCMessage(StringRendering) renderString:] + 35
    8   com.apple.MailCore                      0x00007fff91a820ad -[MCMessage stringValueRenderMode:updateBodyFlags:junkRecorder:bodyOnly:] + 143
    9   com.apple.Mail.framework                0x00007fff893653e1 -[MFJunkMailFilter trainOnMessages:junkMailLevel:] + 880
    10  com.apple.Mail.framework                0x00007fff8941ae17 -[MFMessageStore async_setJunkMailLevel:forMessages:trainJunkMailDatabase:userRecorded:] + 250
    11  com.apple.Mail.framework                0x00007fff893f73db __55-[MFMessageContext async_setJunkMailLevel:forMessages:]_block_invoke_2 + 69
    12  com.apple.CoreFoundation                0x00007fff8e28f85f __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 111
    13  com.apple.CoreFoundation                0x00007fff8e28f76e -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 222
    14  com.apple.Mail.framework                0x00007fff893f7352 -[MFMessageContext async_setJunkMailLevel:forMessages:] + 165
    15  com.apple.mail                          0x000000010173420d 0x101645000 + 979469
    16  com.apple.CoreFoundation                0x00007fff8e23dbec __invoking___ + 140
    17  com.apple.CoreFoundation                0x00007fff8e23da54 -[NSInvocation invoke] + 308
    18  com.apple.MailCore                      0x00007fff91aafb44 -[MCMonitoredInvocation invoke] + 211
    19  com.apple.MailCore                      0x00007fff91ad27e8 -[MCThrowingInvocationOperation main] + 40
    20  com.apple.MailCore                      0x00007fff91a76ed8 -[_MCInvocationOperation main] + 332
    21  com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    22  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    23  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    24  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    25  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    26  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    27  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    28  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    29  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 32:: +[MFLibrary commitSynchronously]  Dispatch queue: NSOperationQueue 0x610000036120
    0   libsystem_kernel.dylib                  0x00007fff85aad7ee __psynch_rw_wrlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e00e _pthread_rwlock_lock + 507
    2   com.apple.Mail.framework                0x00007fff89395304 +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 374
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff893677a6 +[MFLibrary commitSynchronouslyPostingMessages:postFlags:postingOldFlagsByMessage:] + 644
    5   com.apple.CoreFoundation                0x00007fff8e23dbec __invoking___ + 140
    6   com.apple.CoreFoundation                0x00007fff8e23da54 -[NSInvocation invoke] + 308
    7   com.apple.MailCore                      0x00007fff91ad27e8 -[MCThrowingInvocationOperation main] + 40
    8   com.apple.MailCore                      0x00007fff91a76ed8 -[_MCInvocationOperation main] + 332
    9   com.apple.Foundation                    0x00007fff84e048a1 -[__NSOperationInternal _start:] + 631
    10  com.apple.Foundation                    0x00007fff84e0454b __NSOQSchedule_f + 64
    11  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    12  libdispatch.dylib                       0x00007fff8589e7ff _dispatch_async_redirect_invoke + 154
    13  libdispatch.dylib                       0x00007fff8589a2ad _dispatch_client_callout + 8
    14  libdispatch.dylib                       0x00007fff8589c09e _dispatch_root_queue_drain + 326
    15  libdispatch.dylib                       0x00007fff8589d193 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib                 0x00007fff87d4bef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib                 0x00007fff87d4efb9 start_wqthread + 13
    Thread 33:: Dispatch queue: NSOperationQueue 0x600000820060
    0   libsystem_kernel.dylib                  0x00007fff85aad78e __psynch_rw_rdlock + 10
    1   libsystem_pthread.dylib                 0x00007fff87d4e001 _pthread_rwlock_lock + 494
    2   com.apple.Mail.framework                0x00007fff8939530b +[MFLibrary _checkOutDBHandleForWriting:isPrivileged:] + 381
    3   com.apple.Mail.framework                0x00007fff893943f1 +[MFLibrary executeBlock:isWriter:useTransaction:isPrivileged:] + 1020
    4   com.apple.Mail.framework                0x00007fff8937cea2 +[MFLibrary sendMessagesMatchingQuery:to:options:] + 319
    5   com.apple.Mail.framework                0x00007fff8938ccae +[MFLibrary sendMessagesMatchingCriterion:to:options:searchType:async:] + 483
    6   com.apple.Mail.framework                0x00007fff8938e13a +[MFLibrary messagesMatchingCriterion:options:searchType:] + 104
    7   com.apple.mail                          0x00000001016b0192 0x101645000 + 438674
    8   com.apple.Foundation         

    I found the solution here, it's really works!
    I'm glad I found this site.
    http://ituneserrorfix.blogspot.com/2013/11/how-to-fix-error-4013.html

  • Could someone please help me fix my date class?

    I'm trying to use a string made from the current day/month/year to create a new directory. It makes a directory, but it appears not to initialize to the current date. Here is the output: /home/rick/testDir/Sunday_March_1 (and it appears in my local directory structure). Today's date is Monday_September_2008. How do I get the correct string?
    public void createDir(){
              GregorianCalendar cal = new GregorianCalendar();
              String currentDate = new String();
              cal.setTime(new Date());
              cal.setFirstDayOfWeek(0);
              int day = Calendar.DAY_OF_WEEK;
              int month = Calendar.MONTH;
              int intYear = Calendar.YEAR;
              Integer year = Integer.valueOf(intYear);
              currentDate = "/home/rick/testDir/" + dayToString(day) + '_' + monthToString(month) + '_' + year.toString();
              File f = new File(currentDate);
              f.mkdir();
              System.out.println(currentDate);
         }

    Rick_Avlonitis wrote:
    I'm trying to use a string made from the current day/month/year to create a new directory. It makes a directory, but it appears not to initialize to the current date. Here is the output: /home/rick/testDir/Sunday_March_1 (and it appears in my local directory structure). Today's date is Monday_September_2008. How do I get the correct string?
    public void createDir(){
              GregorianCalendar cal = new GregorianCalendar();
              String currentDate = new String();
              cal.setTime(new Date());
              cal.setFirstDayOfWeek(0);
              int day = Calendar.DAY_OF_WEEK;
              int month = Calendar.MONTH;
              int intYear = Calendar.YEAR;
              Integer year = Integer.valueOf(intYear);
              currentDate = "/home/rick/testDir/" + dayToString(day) + '_' + monthToString(month) + '_' + year.toString();
              File f = new File(currentDate);
              f.mkdir();
              System.out.println(currentDate);
    Well, I don't know your day- and monthToString methods...
    But remenber that Calendar.DAY_OF_WEEK etc. are static and will always return the same value.
    Read [http://java.sun.com/j2se/1.4.2/docs/api/java/util/GregorianCalendar.html]

  • Quicktime movie trailers still not playing, could someone please help me?

    I have not been able to watch any movie trailers from quicktime for two years now and this is really getting old.
    my inf!
    computer: DELL
    system: Windows XP SP2
    QT player version: 7.2
    I have all system requirments and updates also allready unselected derctX and selected safe mode, still all I get when loading the movie trailer from QT websight is the white box with QT logo in middle, sometime the logo will also have ?mark over it. I figured it was just taking its own sweet time loading so I wated it out. 4 hours later there was still no change. you'd think apple would have fixed or resolved this problem since it has been ongoing for last two or more years.
    Could someone please help me?????????
    Message was edited by: scarpredelder

    Try https://discussions.apple.com/thread/4890398?start=0&tstart=0
    See if that helps
    Allan

  • My safari keeps closing unexpectedly and when it does it tells me that it quite while using the .GameHouseBeachParty.so plugin. I have no idea what this means! Can someone please help me fix this?

    My safari keeps closing unexpectedly and when it does it tells me that it quite while using the .GameHouseBeachParty.so plugin. I have no idea what this means! Can someone please help me fix this?

    You have the Flashback trojan.
    Check out the replies in this thread for what to do;
    https://discussions.apple.com/message/18114958#18114958

  • My husband and I both have types of IPods but we can not download any music to them because we have an Acer Android tablets. Could someone please help us to be able to download music to our IPods all we have is this tablet

    We have two types of Ipods. A nano generation 5 & a nano touch, and we are unable to download music to them was told its because we have an Acer Android tablet. Could someone please help us in solving this issuses cause we just bought these ipods and was not aware that and all we have is this tablet. .. Please help us

    Templeton Peck, the Android tablet  does not support iTunes
    Angs78, you purchase music from iTunes on the iPod touch. I know of no way to get music on the Nanao from the tablet.

  • My husband and I both have iPhones on the same account. When he did his update yesterday, he chose both his number and my number during set up. Now he is getting my messages, too. Can someone please help me fix this?

    My husband and I both have iPhones on the same account. When he did his update yesterday, he chose both his number and my number during set up. Now he is getting my messages, too. Can someone please help me fix this?

    What do you mean he chose his and your number during setup. Chose them for what? Is you number showing up in the Settings>Messages>"You can be reached by imessage at" section? If it is he needs to remove it.
    Cheers,
    GB

  • Could someone please help me with contact form php.

    Hi,
    could someone please help me wright the php for this contact form?
    <form class="contact_form" action="kontakt.php" method="post">
                <p><input type="text" required="required" id="contact_name" name="contact_name" class="text_input" value="" size="22"  />
                <label for="contact_name">Namn *</label></p>
                <p><input type="text" required="required" id="contact_company" name="contact_company" class="text_input" value="" size="22"  />
                <label for="contact_company">Företag *</label></p>
                <p><input type="email" required="required" id="contact_email" name="contact_email" class="text_input" value="" size="22"  />
                <label for="contact_email">Epost *</label></p>
                <p><textarea required="required" name="contact_content" class="textarea" cols="30" rows="5"></textarea></p>
                <p><button type="submit" class="button white"><span>Skicka</span></button></p>
                <input type="hidden" value="[email protected]" name="contact_to"/>
            </form>
    Its no sence writing down my php as it is useless.
    All help is appriciated.
    Thank you

    Please don't post duplicate threads. Continue the discussion in http://forums.adobe.com/thread/1080721.
    This thread is now locked.

  • HT1766 Hi there, could someone please help me, i didnt have my icloud on before my iphone 4s broke. I have always used iTunes and everything was backed up on there and now im finding it hard to restore my phone with contacts, photos etc.

    Hi there, could someone please help me, i didnt have my icloud on before my iphone 4s broke. I have always used iTunes and everything was backed up on there and now im finding it hard to restore my phone with contacts, photos etc.

        Dear Tylerkeefe,
    Good morning. Getting notifications that you are close to exceeding your allowance can certainly be alarming. It would be my pleasure to help put your mind at ease.
    I understand you are not streaming movies, music, etc. Which these features will use a lot of data. Are you using the Mobile Hotspot on your phone. This may also cause you to exceed your data allowance quickly if you do not power if off after you are done using the feature. To turn off mobile hostpot tap settings>general>personal hotspot>off. Do you have any third party applications that you have installed that may be running a lot of data?
    To ensure applications are not consistently running in the background do the following press the menu button at the bottom of your phone twice. All the open apps will then appear. Select and hold the bottom of the screen. A minus sign will then appear in the top left of each app. Select each minus sign to close out the application.
    I hope the information given will help clarify what is using a lot of data on your phone. Should you have further questions or concerns, please feel free to reach out to us.
    Thank You,
    MichelleS_VZW
    VZW Support
    Follow us on Twitter @VZWSUPPORT

  • Hi, i was wounding if anyone would help me get information on the company regarding the acquisition of, beats by dre, could someone please help me out as i am doing a college report on this and need some good sources of information

    hi, i was wounding if anyone would help me get information on the company regarding the acquisition of, beats by dre, could someone please help me out as i am doing a college report on this and need some good sources of information

    Try a search with Google.
    Why should we do your homework for you?

  • My iPhone 4s refuses to play sound when the headphones are not in. When the headphones are in however, it works perfectly fine! This is most annoying, could someone please help me :)

    My iPhone 4s refuses to play sound when the headphones are not in. When the headphones are in however, it works perfectly fine! This is most annoying, could someone please help me   I have not dropped it and it has not been in any contact with liquid.

    I just tried both of those things and to no avail. Here are some pictures if that will help

  • Could someone please help me, I bought my daughter an iphone 4s for my daughters birthday yesterday and set it up for her so she could use it straight away, now we share emails, facetime and when i download an app she gets it too,

    Could someone please help me, I bought my daughter an iphone 4s for her birthday yesterday and I set it up for her so she could use it straight away, now we share emails, facetime and when i download an app she gets it too, very annoying for us both.

    you can use the same apple id for purchasing apps and music if you want, but turn off automatic downloads. it may be better to have separate ones, but if you want the same app you'd have to pay twice. that's something you'll have to think about. for all the other stuff like facetime and messages and icloud you need to have separate icloud id's. see the apple link below.
    http://support.apple.com/kb/HT4895?viewlocale=en_US&locale=en_US

  • Hi, I need someone to help me change the login screen. The computer I have is a macbook, its second hand and probably around 3-4 years old. The previous owner had the login screen has a lego or something. Could someone please help me change this??

    Hi, I need someone to help me change the login screen. The computer I have is a macbook, its second hand and probably around 3-4 years old. The previous owner had the login screen has a lego or something. Could someone please help me change this??

    computerilliterate52 wrote:
    hi all, i hope someone is very computer litterate about java that is i have a dell 2400 pc windows xp 2, well since msn isnt downloading anymore java updates we all have to download a compatible one to our computer i use explorer and i can play www.iwin.com online games, yet when i go on to the msn browswer it wont load the games all i see is it just trying to load and load nothing said and nothing done. what could be wrong it works on ie and not msn browser? i have zone alarm, i have avg spyware tester and spyblaster, but i thought it may of kept me from downloading all this yet it worked on IE please help and i dont have flash player either it wont seem to work any and i mean any help is welcome.i tried to change the browser settings and did all that stuff i am on broadband DSL and they dont seem to know they say that isnt there job its msn's so i asked them and they said no it is quest broadband since i am with them i just get the run around i have IE 6.0 ihave java plug in 1.4.2. o3 yet it says not verified, i have java 1.6.o o1 i have java plugin 1.6.0 01 i have that twice ? dont know why. and java envirinmemet i have the right stuff cuz like i said it plays or works on explorer not msn browserer bar. i see no picture's in center of the page as it tries to load it is a blank page any help thank you i have been trying going on 3 weeks now thanksI agree with the other posters; try Firefox. It sounds like a bit of a mess and what you may need is an onsite PC tech to do some maintenance on your PC.
    Also, learning to properly use punctuation (particularly periods) might not be a bad idea. As it is, your post was very hard to read.
    Good luck!

  • Could someone please help me with getting the sabnzbd daemon to start?

    Hi everyone,
    I'm a classic newbie.  I managed to follow some instructions I found on the web to get sabnzbd to install (via Yaourt), and when I invoke it from the command line, it works fine.
    I've read that you can get it to start as a daemon, which would be really good.  Could someone please explain how this should be done?
    Where do I need to put the sabnzbd.init file?
    What about the sabnzbd.confd file?
    I'm okay enough with adding sabnzbd to the /etc/rc.conf file, but I can't quite configure it so that the necessary files are in place to start it.
    If you need any details of my setup, please let me know.
    Thanks heaps,
    Luke

    birdie101 wrote:Where would I find a good place to describe how to install programs using PKGBUILDs?  and what that process is actually doing?
    Apart from the wiki article on ABS, always look at the pkgbuild when in doubt. This is also helpful when you want to know what compile arguments are passed to GCC. Custom postinstall commands are run through .install file (example what is displayed after installation), this is generally foo.install in the AUR for a pkg named foo. And most importantly, familiarize yourself with compiling process, and Arch specific routines like a daemon should be defined in /etc/rc.d/, instead of /etc/init.d/ in other linuxes.
    Edit: A best exercise would be to create a pkgbuild yourself. Arch always recommends community contributions.
    Last edited by shemz (2010-09-24 08:08:14)

  • Could someone please help me import my iphoto photos into aperture?  They are now just referenced files.

    Hello,
    I am a longtime iphoto user and installed aperture this past december.  At that time I imported all my iphoto photos as referenced files and kept them in their iphoto location.  Since that time, every photo I took was uploaded directly into aperture and stored there.  I am now comfortable enough with aperture that I would like to use it as my primary photo viewer / manipulator and would like to merge my two libraries into one single aperture library.  Unfortunately, I cannot figure out how to do this. 
    I tried consolidating all originals yesterday, however this did not seem to have any effect.  I then tried reimporting my iphoto library, however, this simply duplicated many of my events (and the duplicated ones were not even adjustable via aperture, and each photo had a little exclamation point in the lower right corner).  Both of these attempts did nothing to combine my aperture projects and my iphoto events (which are now seen as a seperate iphoto tab under projects).  I am aware that I can now switch to my iphoto library within aperture in version 3.3, but I just want everything stored in one place and in my aperture library.  Can someone please help me with this?
    The only thing I can think of is deleting all of the iphoto events from aperture and then reimporting them, but I am scared I will either delete something permenantly or that they will simply reimport as referenced files and remain within iphoto. 
    Please help!
    Thanks,
    - Mike

    Mike,
    I am not quite clear about the current state of your iPhoto and Aperture libraries. It looks like you have plenty of broken links to referenced masters in either library. Whatever you do now, it is very important to ensure that you have a working backup, both of your iPhoto Library and your Aperture library, before you try a major reconstruction.
    I tried consolidating all originals yesterday, however this did not seem to have any effect.
    In what way did it not have any effect? From the effects you are describing, it looks like all your original master images have been removed from the iPhoto Library and are now inside the Aperture library as managed masters - at least, this would explain, why trying to import the iPhoto library resulted in duplicated projects (and the duplicated ones were not even adjustable via aperture, and each photo had a little exclamation point in the lower right corner). You removed the original masters from the iPhoto library, and now you could not import it, since the originals are now in Aperture.
    For me it looks, like you simply need to delete the iPhoto images marked with an exclamation mark, for these are already bound to images that you imported earlier. It is perfectly o.k. that the recently imported iPhoto Library appears in a separate section of the projects in your Library Inspector Panel. Each iPhoto event should appear as a project. Aperture will put them there, so you can find them easily.
    You should check now, if the originally imported images, that you imported as referenced, are now managed. If you enable badge overlays you should see no longer any arrows on the thumbnails of your earlier imports. Also, if you select one of these images, you should be able to toggle between original master and version by typing the "M" key.
    Define some smart albums (File > New > Smart album) based on the file status: Add a rule: File status is.
    One smart album: File Status is referenced
    One smart album: File Status is managed
    One smart album: File Status is missing
    The first album should be empty.
    The second album should show all your images you originally imported from iphoto as managed, and that you recently consolidated.
    The third album should show your recent import - the images imported from iPhoto after you consolidated the originals to Aperture and removed these images from iPhoto.
    Post back, when you have checked the file status of your images in Aperture and we can be sure were the images are exactly.
    Regards
    Léonie

Maybe you are looking for

  • Oracle SQl query to find date range based on another cloumn value

    Hi Folks, I want to extract records for the employees who have consecutive vacation/leave from a table. If an emp has vacation of 3 days (MON-WED), the table contains 3 distinct records for him, e.g. My table contains records as shown below. EmpName

  • Passing User Parameters through Run_Report_Object

    hi, How to pass multiple user parameters through run_report_object.example i have to pass 20 parameters, have i write 20 statements? is there any way to come in single statement.i am using Forms 6i. thks in advance,

  • Query Interrupts w/ Oracle

    Hi, Any ideas on clean methods for interrupting long running queries to Oracle. Are any methods included in R3 for this. Thanks, Will

  • 11g BPEL:failure during dehydration when having transformation with 2 input

    I'm working on 11g SOA Has anyone ever seen this problem?. Not every but lots of BPEL process; if I have transformation box that takes in 2 inputs. When I kick off the process, I won't be able to track it in the console, and I found this message prin

  • Reset Finder show view options in Snow Leopard 10.6

    Hello, I have been playing around Snow Leopard 10.6 and I am still unable to fully reset my finder view options to one style through all of my system, not just the top folders... I have tried tricks that used to work with leopard like holding the opt