Tengo un buzón inteligente con una sola regla: mensajes no leídos.
En este momento no tengo mensajes sin leer en ninguna de mis cuentas, pero el buzón inteligente muestra un contador de 1.
La apertura del buzón inteligente no muestra ningún mensaje (esto es correcto). Si llega un nuevo mensaje, el contador sube a 2, y tan pronto como leo ese mensaje vuelve a 1.
Lo intenté:
- Reconstruyendo mis bandejas de entrada
- Reconstruyendo mi buzón inteligente. Registra este error:
27/10/13 11: 42: 18,753 Correo [16057]: * Error de aserción en + [MFLibrary buzónIDForMailbox: loadIfNotPresent:], /SourceCache/Mail/Mail-1816/FrameworkTargets/MailFramework/Library/MFLibrary.m:9814 Llamado en el buzón inteligente No leído (0 MailCore
0x00007fff8c6ecc8c - [MCAssertionHandler _handleFailureWithPreamble: description: argumentos:] + 141 1 MailCore 0x00007fff8c6ecafd - [MCAssertionHandler handleFailureInMethod: object: file: lineNumber: description:] + 215 2
Correo 0x00007fff8cdf105d + [MFLibrary buzónIDParaMailbox: loadIfNotPresent:] + 170 3 Mail
0x00007fff8ce0ea24 - [MFLibraryStore rebuildTableOfContentsSynchronously] + 533 4 CoreFoundation 0x00007fff921f3dec invoking + 140 5 CoreFoundation
0x00007fff921f3c54 - [Invocación de invocación de NS] + 308 6 MailCore
0x00007fff8c73db74 - [MCMonitoredInvocation invoke] + 211 7 MailCore 0x00007fff8c760808 - [MCThrowingInvocationOperation main] + 40 8
MailCore 0x00007fff8c704f08 - [ MCInvocationOperation main] + 332 9 Foundation 0x00007fff86da9591 - [ _NSOperationInternal _start:] + 631 10 Fundación 0x00007fff86da923b __NSOQSchedule_f + 64 11 libdispatch.dylib 0x00007fff8f3212ad _dispatch_client_callout + 8 12 libdispatch.dylib 0x00007fff8f3257ff _dispatch_async_redirect_invoke + 154 13 libdispatch.dylib 0x00007fff8f3212ad _dispatch_client_callout + 8 14 libdispatch.dylib 0x00007fff8f32309e _dispatch_root_queue_drain + 326 15 libdispatch.dylib 0x00007fff8f324193 _dispatch_worker_thread2 + 40 16 libsystem_pthread.dylib 0x00007fff8c3dfef8 _pthread_wqthread + 314 17 libsystem_pthread.dylib 0x00007fff8c3e2fb9 start_wqthread + 13)
- Eliminar y volver a crear mi buzón inteligente
- Agregar una regla que restrinja el buzón inteligente a una cuenta (si se agrega la regla, funciona correctamente)
- Reinicio de correo, reinicio
- Buscando en los registros. Solo línea del correo:
27/10/13 11:38:19,956 Mail[1174]: View Based NSTableView error: preparedCellAtColumn:row: was called. Please log a bug with the backtrace from this log, or stop using the method.
Estoy un poco sin ideas. ¿Hay algo más que pueda probar, cualquier información de depuración a la que pueda acceder?