[kmail2] [Bug 369146] Reading email advancing with "space" doesn't jump to next unread at end of current email

2016-10-05 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369146

Laurent Montel  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kmai
   ||l/5c3e79d60a73567c67124ad2b
   ||58334996ed83f06
   Version Fixed In||5.4.0
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Laurent Montel  ---
Git commit 5c3e79d60a73567c67124ad2b58334996ed83f06 by Montel Laurent.
Committed on 05/10/2016 at 07:04.
Pushed by mlaurent into branch 'master'.

Fix Bug 369146 - Reading email advancing with "space" doesn't jump to next
unread at end of current email

FIXED-IN: 5.4.0

M  +1-1CMakeLists.txt
M  +8-1src/kmmainwidget.cpp
M  +1-0src/kmmainwidget.h

http://commits.kde.org/kmail/5c3e79d60a73567c67124ad2b58334996ed83f06

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Akonadi] [Bug 367846] KMail2 and akonadiconsole continuously lose connection to akonadi server - happens every 30 secs to 2 minutes.

2016-10-05 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367846

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |BACKTRACE
 Status|UNCONFIRMED |NEEDSINFO
 CC||dvra...@kde.org

--- Comment #9 from Daniel Vrátil  ---
Could someone please try to get a backtrace of the crash? You can attach GDB to
the running akonadiserver process:

create a file called "akonadi.dbg" with following content:

c
set pagination off
t a a bt
q

Then attach GDB to the running Akonadi server process:

gdb -p $(pidof akonadiserver) -x akonadi.dbg

Once the server crashes, GDB will print out the backtrace of the crash and
quit. Copy the backtrace and paste it here, then we can figure out what's
crashing and how to fix it :-) Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 370027] New: I'm not seeing any text in the Preview view

2016-10-05 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370027

Bug ID: 370027
   Summary: I'm not seeing any text in the Preview view
   Product: kmail2
   Version: 5.3.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: message list
  Assignee: kdepim-bugs@kde.org
  Reporter: mail2h...@gmail.com

When I open kmail an select an email in the message list no text is displayed.
Even when i double click on it no text is displayed. The only way to list the
emails text is to press the edit button.

When you perform a search which ctrl+f kmail crashes.

Reproducible: Always

Steps to Reproduce:
1. select an email in the message
2. no text of the message is displayed
3. perform a search and kmail crashes

Actual Results:  
No text is displayed

Expected Results:  
Should see the content of the email

-- 
You are receiving this mail because:
You are the assignee for the bug.


[kmail2] [Bug 370031] New: change order of folders

2016-10-05 Thread tony den haan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370031

Bug ID: 370031
   Summary: change order of folders
   Product: kmail2
   Version: 5.1.3
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: folders
  Assignee: kdepim-bugs@kde.org
  Reporter: kdeb...@tuxick.net

The folder list is shown in a seemingly random order, and i don't see any way
to change this.
Even the location of Inbox seems unpredictable (at top or bottom). Any way to
change this? Or at least have them sorted alphabetically?

Reproducible: Always

-- 
You are receiving this mail because:
You are the assignee for the bug.


[kaddressbook] [Bug 325607] Google Contacts Appear as duplicates

2016-10-05 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=325607

--- Comment #4 from qualimerjud...@gmail.com ---
Also present in 5.3.0. Furthermore, contact groups are duplicated if created in
Google Contacts, due to default groups being created.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[kmail2] [Bug 369146] Reading email advancing with "space" doesn't jump to next unread at end of current email

2016-10-05 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369146

--- Comment #4 from Laurent Montel  ---
Git commit 31bdc626f6e4cf4a4ff55f01e2d9c415f4996cfa by Montel Laurent.
Committed on 05/10/2016 at 10:49.
Pushed by mlaurent into branch 'Applications/16.08'.

Fix Bug 369146 - Reading email advancing with "space" doesn't jump to next
unread at end of current email
(cherry picked from commit 6b8674631b71e7ebb67ad7cfec3bf0aa4ea640de)

M  +3-2messageviewer/src/viewer/viewer.cpp
M  +2-1messageviewer/src/viewer/viewer.h
M  +1-0messageviewer/src/viewer/viewer_p.cpp
M  +1-0messageviewer/src/viewer/viewer_p.h
M  +17   -5messageviewer/src/viewer/webengine/mailwebengineview.cpp
M  +3-1messageviewer/src/viewer/webengine/mailwebengineview.h

http://commits.kde.org/messagelib/31bdc626f6e4cf4a4ff55f01e2d9c415f4996cfa

-- 
You are receiving this mail because:
You are the assignee for the bug.


[kmail2] [Bug 369146] Reading email advancing with "space" doesn't jump to next unread at end of current email

2016-10-05 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369146

Laurent Montel  changed:

   What|Removed |Added

   Version Fixed In|5.4.0   |5.3.2
  Latest Commit|http://commits.kde.org/kmai |http://commits.kde.org/kdep
   |l/5c3e79d60a73567c67124ad2b |im/bd04911af38d9aaa5d43d51b
   |58334996ed83f06 |8b07a9101084f8ea

--- Comment #5 from Laurent Montel  ---
Git commit bd04911af38d9aaa5d43d51b8b07a9101084f8ea by Montel Laurent.
Committed on 05/10/2016 at 11:15.
Pushed by mlaurent into branch 'Applications/16.08'.

Fix Bug 369146 - Reading email advancing with "space" doesn't jump to next
unread at end of current email

FIXED-IN: 5.3.2

M  +8-1kmail/src/kmmainwidget.cpp
M  +1-0kmail/src/kmmainwidget.h

http://commits.kde.org/kdepim/bd04911af38d9aaa5d43d51b8b07a9101084f8ea

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Akonadi] [Bug 370048] New: Madison 1-844=414=48+68 quickbooks customer support phone number California

2016-10-05 Thread kellysmua via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370048

Bug ID: 370048
   Summary: Madison 1-844=414=48+68 quickbooks customer support
phone number California
   Product: Akonadi
   Version: unspecified
  Platform: Other
OS: other
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Birthdays Resource
  Assignee: kdepim-bugs@kde.org
  Reporter: kellysmuata...@gmail.com

Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California 

Reproducible: Always

Steps to Reproduce:
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California 

Actual Results:  
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California 
Jarretts 1+84+44+14+48+68 number for Quickbooks Support Online
Jefferson 1+84+44+14+48+68 quickbooks sales support phone number
Jennings 1+84+44+14+48+68 quickbooks proadvisor technical support phone number
Jessup 1+84+44+14+48+68 quickbooks proadvisor support phone number
Joppatowne 1+84+44+14+48+68 quickbooks proadvisor support number
Jester 1+84+44+14+48+68 number for quickbooks proadvisor search
Keedys 1 844>414>48>68 quickbooks proadvisor program Quickbooks Phone Support
Kemp Mill  1 844>414>48>68 quickbooks pro technical support phone number
Kennedy  1 844>414>48>68 quickbooks pro phone number
Kensington  1 844>414>48>68 quickbooks pro help phone number
Kent Narrows  1 844>414>48>68 quickbooks pro customer service number
Kettering  1 844>414>48>68 quickbooks pro advisor phone number
Kingstown  1 844>414>48>68 Quickbooks Pro 2012 Technical Support
Kings  1 844>414>48>68 quickbooks phone support number
Kitzmiller 1 844>414>48>68 quickbooks phone number tech support
Klondike 1 844 414 4868 quickbooks phone number help
Konterra 1 844>414>48>68 quickbooks phone number for tech support
La Plata 1 844 414 4868 quickbooks phone number for support
La Vale 1 844 414 4868 quickbooks phone number for customer support
Lake Arbor 1 844>414>48>68 quickbooks payroll phone number
Lake Shore quickbooks 1 844>414>48>68 payroll help phone number
Landover 1 844>414>48>68 quickbooks payroll customer support phone number

Expected Results:  
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844=414=48+68 quickbooks customer support phone number California
Madison 1-844

[kmail2] [Bug 364443] cannot send emails after sleep

2016-10-05 Thread Roland Leißa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364443

Roland Leißa  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Roland Leißa  ---
seems to be fixed. I'll reopen if I encounter the problem again.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 297930] Kmail hangs on "Retrieving folder contents ... please wait"

2016-10-05 Thread Dimitris Diamantis via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=297930

Dimitris Diamantis  changed:

   What|Removed |Added

 CC||kots...@gmail.com

--- Comment #18 from Dimitris Diamantis  ---
Same problem here...

Version 5.2.3
KDE Frameworks 5.25.0
Qt 5.6.1 (built against 5.6.1)
The xcb windowing system

'akonadictl restart' fixes the problem until the next hang.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Akonadi] [Bug 367846] KMail2 and akonadiconsole continuously lose connection to akonadi server - happens every 30 secs to 2 minutes.

2016-10-05 Thread Frank Mehnert via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367846

Frank Mehnert  changed:

   What|Removed |Added

 CC||frank.mehn...@googlemail.co
   ||m

--- Comment #10 from Frank Mehnert  ---
Created attachment 101435
  --> https://bugs.kde.org/attachment.cgi?id=101435&action=edit
Requested gdb 'thread apply all bt' dump

Thread 8 was crashing.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Akonadi] [Bug 367846] KMail2 and akonadiconsole continuously lose connection to akonadi server - happens every 30 secs to 2 minutes.

2016-10-05 Thread Frank Mehnert via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367846

--- Comment #11 from Frank Mehnert  ---
Please let me know if you need more information. I suffer from this bug since 2
days. I'm not 100% sure but this might have started after I tried to change the
local subscription settings of my IMAP accounts.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[akregator] [Bug 350731] [4.81 beta1] akregator in kontact: read messages are removed from unread filter immediately

2016-10-05 Thread Markus Zimmermann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350731

Markus Zimmermann  changed:

   What|Removed |Added

 CC||markus.zimmermann@nethead.a
   ||t

--- Comment #28 from Markus Zimmermann  ---
I can also confirm this bug using openSUSE Tumbleweed snapshot 20161003
akregator5-16.08.1-1.2.x86_64

-- 
You are receiving this mail because:
You are the assignee for the bug.


[kontact] [Bug 370111] New: Kontact crashed on checking mails

2016-10-05 Thread Robby Engelmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370111

Bug ID: 370111
   Summary: Kontact crashed on checking mails
   Product: kontact
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: robby.engelm...@igfs-ev.de

Application: kontact (5.3.0 (QtWebEngine))

Qt Version: 5.7.0
Frameworks Version: 5.26.0
Operating System: Linux 4.7.6-1-default x86_64
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
- What I was doing when the application crashed: Kontact crashed after I
started, switched to kmail and checking all accounts

The crash can be reproduced sometimes.

-- Backtrace:
Application: Kontact (kontact), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f30d50e2e00 (LWP 2910))]

Thread 38 (Thread 0x7f2f7cde4700 (LWP 3052)):
#0  0x7f30d1b046ed in poll () at /lib64/libc.so.6
#1  0x7f30cb7ca876 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f30cb7ca98c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f30d263a79b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7f30d25e41ea in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f30d24128b3 in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7f30d2417558 in  () at /usr/lib64/libQt5Core.so.5
#7  0x7f30cd9b4454 in start_thread () at /lib64/libpthread.so.0
#8  0x7f30d1b0d3ff in clone () at /lib64/libc.so.6

Thread 37 (Thread 0x7f2f7dff5700 (LWP 2995)):
#0  0x7f30cd9ba10f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f30c4b60659 in
base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*)
() at /usr/lib64/libQt5WebEngineCore.so.5
#2  0x7f30c4b60c79 in base::SequencedWorkerPool::Worker::Run() () at
/usr/lib64/libQt5WebEngineCore.so.5
#3  0x7f30c4b60e30 in base::SimpleThread::ThreadMain() () at
/usr/lib64/libQt5WebEngineCore.so.5
#4  0x7f30c4b5dab7 in base::(anonymous namespace)::ThreadFunc(void*) () at
/usr/lib64/libQt5WebEngineCore.so.5
#5  0x7f30cd9b4454 in start_thread () at /lib64/libpthread.so.0
#6  0x7f30d1b0d3ff in clone () at /lib64/libc.so.6

Thread 36 (Thread 0x7f2f86ffd700 (LWP 2966)):
#0  0x7f30d1b046ed in poll () at /lib64/libc.so.6
#1  0x7f30cb7ca876 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f30cb7ca98c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f30d263a79b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7f30d25e41ea in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f30d24128b3 in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7f30d2417558 in  () at /usr/lib64/libQt5Core.so.5
#7  0x7f30cd9b4454 in start_thread () at /lib64/libpthread.so.0
#8  0x7f30d1b0d3ff in clone () at /lib64/libc.so.6

Thread 35 (Thread 0x7f2f877fe700 (LWP 2964)):
#0  0x7f30d1b046ed in poll () at /lib64/libc.so.6
#1  0x7f30cb7ca876 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f30cb7ca98c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f30d263a79b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7f30d25e41ea in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f30d24128b3 in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7f30d2417558 in  () at /usr/lib64/libQt5Core.so.5
#7  0x7f30cd9b4454 in start_thread () at /lib64/libpthread.so.0
#8  0x7f30d1b0d3ff in clone () at /lib64/libc.so.6

Thread 34 (Thread 0x7f2f87fff700 (LWP 2962)):
#0  0x7f30cb7c9fa0 in g_main_context_query () at
/usr/lib64/libglib-2.0.so.0
#1  0x7f30cb7ca7e8 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f30cb7ca98c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f30d263a79b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7f30d25e41ea in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f30d24128b3 in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7f30d2417558 in  () at /usr/lib64/libQt5Core.so.5
#7  0x7f30cd9b4454 in start_thread () at /lib64/libpthread.so.0
#8  0x7f30d1b0d3ff in clone () at /lib64/libc.so.6

Thread 33 (Thread 0x7f2f94d90700 (LWP 2960)):
#0  0x7f30cb7c78bf in  () at /usr/lib64/libglib-2.0.so.0
#1  0x7f30cb7c9d1b in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#2  0x7f30cb7ca79b in  () at /usr/lib64/libglib-2.0.so.0
#3  0x7f30cb7ca98c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#4  0x7f30d263a79b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5

[Akonadi] [Bug 367846] KMail2 and akonadiconsole continuously lose connection to akonadi server - happens every 30 secs to 2 minutes.

2016-10-05 Thread Frank Mehnert via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367846

--- Comment #12 from Frank Mehnert  ---
I wonder if this has something to do with emailContacts:

xapian-check emailContacts
Cross-checking document lengths between the postlist and termlist tables would
use more than 1GB of memory, so skipping that check
docdata:
blocksize=8K items=11 firstunused=1 revision=1 levels=0 root=0
B-tree checked okay
docdata table structure checked OK

termlist:
blocksize=8K items=11 firstunused=1 revision=1 levels=0 root=0
B-tree checked okay
xapian-check: Unknown exception

The "unknown exception" does not happen if I check the other DBs in the
search_db directory (calendars, collections, contacts, email or notes). Even if
I reboot the box, remove emailContacts from a non-X session (akonadi not
running), then login with KDE, emailContacts is regenerated (very small at the
beginning). When I start kmail2 and fetch the e-mails a few times,
emailContacts gets some more content and the xapian-check run fails again with
"Unknown exception".

Using xapian 1.4.0-2 on Debian/Sid.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[kmail2] [Bug 358948] Kmail 5 crash on every start

2016-10-05 Thread Gerry Gavigan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358948

Gerry Gavigan  changed:

   What|Removed |Added

 CC||gerrys...@gmail.com

--- Comment #1 from Gerry Gavigan  ---
Actually kmal5 16.08.1 

The underlying mail system seems to be working, mail is retrieved and
occasionally it is possible to send and receive one email but kmail
persistently crashes on both accounts, usually immediately

The crash report couldn't generate anything useful

running kmail from command line produces this 

[code]
1005/192735:ERROR:browser_main_loop.cc(217)] Running without the SUID sandbox!
See
https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md
for more information on developing with the sandbox on.
 void AdblockManager::reloadConfig() false   
AdBlock::AdblockManager(0x1e3f580)
this does not work on a KActionCollection containing actions!
org.kde.akonadi.ETM: GEN true false false
org.kde.akonadi.ETM: collection: QVector()
org.kde.akonadi.ETM: 
org.kde.akonadi.ETM: Subtree:  4 QSet(55, 54, 53, 52, 59, 58, 57, 56, 63, 62,
61, 60, 35, 34, 33, 32, 39, 38, 37, 36, 43, 42, 41, 40, 47, 46, 44, 19, 18, 17,
16, 23, 22, 21, 20, 27, 26, 25, 24, 31, 30, 29, 28, 7, 6, 4, 11, 15, 14, 13,
12, 112, 119, 118, 117, 116, 123, 122, 121, 120, 99, 98, 97, 96, 103, 102, 101,
100, 105, 104, 111, 83, 82, 81, 80, 87, 86, 85, 84, 91, 90, 89, 88, 95, 94, 93,
92, 67, 66, 65, 64, 71, 70, 69, 68, 75, 74, 73, 72, 79, 78, 77, 76, 50, 49, 48)
org.kde.akonadi.ETM: collection: "Alex"
org.kde.akonadi.ETM: Fetch job took  273 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 106
org.kde.akonadi.ETM: first fetched collection: "Local Folders"
org.kde.akonadi.ETM: collection: "Home Start"
org.kde.akonadi.ETM: collection: QVector()
org.kde.akonadi.ETM: Fetch job took  342 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 6
org.kde.akonadi.ETM: first fetched collection: "Search"
org.kde.akonadi.ETM: Fetch job took  247 msec
org.kde.akonadi.ETM: was item fetch job: items: 26
org.kde.akonadi.ETM: Fetch job took  231 msec
org.kde.akonadi.ETM: was item fetch job: items: 562
org.kde.akonadi.ETM: Fetch job took  209 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 0
org.kde.akonadi.ETM: collection: "inbox"
org.kde.akonadi.ETM: Fetch job took  74 msec
org.kde.akonadi.ETM: was item fetch job: items: 103
nouveau: kernel rejected pushbuf: No such file or directory
nouveau: ch15: krec 0 pushes 0 bufs 1 relocs 0
nouveau: ch15: buf  0002 0004 0004 
nouveau: kernel rejected pushbuf: No such file or directory
nouveau: ch15: krec 0 pushes 0 bufs 2 relocs 0
nouveau: ch15: buf  0002 0004 0004 
nouveau: ch15: buf 0001 0006 0004  0004
nouveau: kernel rejected pushbuf: No such file or directory
nouveau: ch15: krec 0 pushes 0 bufs 1 relocs 0
nouveau: ch15: buf  0002 0004 0004 
org.kde.akonadi.ETM: collection: "Addison Singers"
org.kde.akonadi.ETM: Fetch job took  70 msec
org.kde.akonadi.ETM: was item fetch job: items: 3
js: Uncaught ReferenceError: qt is not defined
js: Uncaught ReferenceError: qt is not defined
js: Uncaught ReferenceError: qt is not defined
*** KMail got signal 11 (Exiting)
*** Dead letters dumped.
QSocketNotifier: Invalid socket 14 and type 'Read', disabling...
KCrash: Application 'kmail' crashing...
KCrash: Attempting to start /usr/lib64/libexec/drkonqi from kdeinit
sock_file=/run/user/1000/kdeinit5__0
[1005/192759:ERROR:gles2_cmd_decoder.cc(2109)]
[.CommandBufferContext.RenderWorker-0x1a0dcd0]GL ERROR :GL_OUT_OF_MEMORY :
ScopedTextureBinder::dtor: <- error from previous GL command
[1005/192759:ERROR:gles2_cmd_decoder.cc(4471)] Error: 5 for Command
kCopySubTextureCHROMIUM
[1005/192759:ERROR:gles2_cmd_decoder.cc(3579)]   GLES2DecoderImpl: Trying to
make lost context current.
[1005/192759:ERROR:gles2_cmd_decoder.cc(3579)]   GLES2DecoderImpl: Trying to
make lost context current.
[1005/192759:FATAL:scoped_file.cc(30)] Check failed: 0 ==
IGNORE_EINTR(close(fd)). : Bad file descriptor
#0 0x7f25aa0c7b5e base::debug::StackTrace::StackTrace()
#1 0x7f25aa0de7fe logging::LogMessage::~LogMessage()
#2 0x7f25aa0dfa0c logging::ErrnoLogMessage::~ErrnoLogMessage()
#3 0x7f25aa0da571 base::internal::ScopedFDCloseTraits::Free()
#4 0x7f25a9d6b9fb
IPC::internal::PlatformFileAttachment::~PlatformFileAttachment()
#5 0x7f25a9d6ba19
IPC::internal::PlatformFileAttachment::~PlatformFileAttachment()
#6 0x7f25a9d6989f IPC::MessageAttachmentSet::~MessageAttachmentSet()
#7 0x7f25a9d68d68 IPC::Message::~Message()
#8 0x7f25a99bf6f2 content::GpuChannelMessageQueue::MessageProcessed()
#9 0x7f25a99c012d content::GpuChannel::HandleMessage()
#10 0x7f25aa138989 base::debug::TaskAnnotator::RunTask()
#11 0x7f25aa0e4d89 base::MessageLoop::RunTask()
#12 0x7f25aa0e5969 base::Mess

[Akonadi] [Bug 370157] New: quickbooks phone number montreal +1855-276-2781 :|: Quickbooks canada support

2016-10-05 Thread pac merson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370157

Bug ID: 370157
   Summary: quickbooks phone number montreal +1855-276-2781 :|:
Quickbooks canada support
   Product: Akonadi
   Version: GIT (master)
  Platform: Exherbo Packages
   URL: http://www.qbhub.com
OS: HP-UX
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: Account Wizard
  Assignee: kdepim-bugs@kde.org
  Reporter: pherson.mac1...@gmail.com

quickbooks phone number montreal +1855-276-2781 :|: Quickbooks canada support
@1-800-903-7315 @@ QuickBooks Canada technical support
@1-800-903-7315 @@ QuickBooks Canada Customer Service Phone Number
@1-800-903-7315 @@ QuickBooks Canada Customer Service Number
@1-800-903-7315 @@ QuickBooks Canada Customer Support Phone Number
@1-800-903-7315 @@ QuickBooks Canada Customer Support Number
@1-800-903-7315 @@ QuickBooks Canada Customer Service Helpline Number
@1-800-903-7315 @@ QuickBooks Canada Customer Care Number
@1-800-903-7315 @@ QuickBooks Canada support team phone number
@1-800-903-7315 @@ QuickBooks Canada tech support phone number
@1-800-903-7315 @@ QuickBooks Canada Help Desk Phone Number
@1-800-903-7315 @@ QuickBooks Canada tech support number
@1-800-903-7315 @@ QuickBooks Canada technical support phone number
@1-800-903-7315 @@ QuickBooks Canada phone number
@1-800-903-7315 @@ QuickBooks Canada technical support number
@1-800-903-7315 @@ QuickBooks Canada support phone number
@1-800-903-7315 @@ QuickBooks Canada Customer Service Phone Number
@1-800-903-7315 @@ QuickBooks Canada Customer Service Number
@1-800-903-7315 @@ QuickBooks Canada Customer Support Phone Number
@1-800-903-7315 @@ QuickBooks Canada Customer Support Number
@1-800-903-7315 @@ QuickBooks Canada Customer Service Helpline Number
@1-800-903-7315 @@ QuickBooks Canada Customer Care Number
@1-800-903-7315 @@ QuickBooks Canada support team phone number
@1-800-903-7315 @@ QuickBooks Canada help number
@1-800-903-7315 @@ QuickBooks Canada Helpline Number
@1-800-903-7315 @@ QuickBooks Canada help phone number
@1-800-903-7315 @@ QuickBooks Canada Tech Support Toll free Number
@1-800-903-7315 @@ QuickBooks Canada Support Telephone Number
@1-800-903-7315 @@ QuickBooks Canada Tech Support Telephone number
@1-800-903-7315 @@ QuickBooks Canada Tech Support contact number
@1-800-903-7315 @@ QuickBooks Canada support contact number
@1-800-903-7315 @@ QuickBooks Canada technical support contact number
@1-800-903-7315 @@ QuickBooks Canada pro support phone number
@1-800-903-7315 @@ QuickBooks Canada payroll support phone number
@1-800-903-7315 @@ QuickBooks Canada payroll customer support phone number
@1-800-903-7315 @@ QuickBooks Canada Multi-User Help & Support number
@1-800-903-7315 @@ QuickBooks Canada Multi-User Support number
@1-800-903-7315 @@ QuickBooks Canada Multi-User Technical Support Phone number
@1-800-903-7315 @@ QuickBooks Canada Upgrade Technical Support Phone number
@1-800-903-7315 @@ QuickBooks Canada Upgrade Support Phone number
@1-800-903-7315 @@ QuickBooks Canada Update Technical Support Phone number
@1-800-903-7315 @@ QuickBooks Canada Update Support Phone number
@1-800-903-7315 @@ QuickBooks Canada installation error help number
@1-800-903-7315 @@ QuickBooks Canada installation help number
@1-800-903-7315 @@ QuickBooks Canada PDF Problem support phone number
@1-800-903-7315 @@ QuickBooks Canada Support Helpline Number
@1-800-903-7315 @@ QuickBooks Canada contact number
@1-800-903-7315 @@ QuickBooks Canada tech support phone number
@1-800-903-7315 @@ QuickBooks Canada Help Desk Phone Number
@1-800-903-7315 @@ QuickBooks Canada tech support number
@1-800-903-7315 @@ QuickBooks Canada technical support phone number
@1-800-903-7315 @@ QuickBooks Canada phone number
@1-800-903-7315 @@ QuickBooks Canada technical support number
@1-800-903-7315 @@ QuickBooks Canada support phone number
@1-800-903-7315 @@ QuickBooks Canada technical support
@1-800-903-7315 @@ QuickBooks Canada Customer Service Phone Number
@1-800-903-7315 @@ QuickBooks Canada Customer Service Number
@1-800-903-7315 @@ QuickBooks Canada Customer Support Phone Number
@1-800-903-7315 @@ QuickBooks Canada Customer Support Number
@1-800-903-7315 @@ QuickBooks Canada Customer Service Helpline Number
@1-800-903-7315 @@ QuickBooks Canada Customer Care Number
@1-800-903-7315 @@ QuickBooks Canada support team phone number
@1-800-903-7315 @@ QuickBooks Canada help number
@1-800-903-7315 @@ QuickBooks Canada Helpline Number
@1-800-903-7315 @@ QuickBooks Canada help phone number
@1-800-903-7315 @@ QuickBooks Canada Helpline Number
@1-800-903-7315 @@ QuickBooks Canada Tech Support Toll free Number
@1-800-903-7315 @@ QuickBooks Canada Support Telephone Number
@1-800-903-7315 @@ QuickBooks Canada Tech Support Telephone number
@1-800-903-7315 @@ QuickBooks Canada Tech Support contact number
@1-800-903-7315 @@ QuickBooks Canada support c

[kmail2] [Bug 358948] Kmail 5 crash on every start

2016-10-05 Thread Gerry Gavigan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358948

--- Comment #2 from Gerry Gavigan  ---
moving my comment to bug #368515 - seems more similar

-- 
You are receiving this mail because:
You are the assignee for the bug.


[kmail2] [Bug 368515] Kmail crashing some time after start

2016-10-05 Thread Gerry Gavigan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368515

Gerry Gavigan  changed:

   What|Removed |Added

 CC||gerrys...@gmail.com

--- Comment #3 from Gerry Gavigan  ---
Similar problem using kmail5 16.08.1 from openSUSE Tumbleweed 20161003 on a two
user system

The underlying mail system seems to be working, e.g., mail is retrieved from
the POP3 server and occasionally it is possible to send and receive one email
but kmail persistently crashes on both accounts, usually immediately

The crash report couldn't generate anything useful

Running kmail from command line produces this:

1005/192735:ERROR:browser_main_loop.cc(217)] Running without the SUID sandbox!
See
https://chromium.googlesource.com/chromium/src/+/master/docs/linux_suid_sandbox_development.md
for more information on developing with the sandbox on.
void AdblockManager::reloadConfig() false AdBlock::AdblockManager(0x1e3f580)
this does not work on a KActionCollection containing actions!
org.kde.akonadi.ETM: GEN true false false org.kde.akonadi.ETM: collection:
QVector() org.kde.akonadi.ETM:
org.kde.akonadi.ETM: Subtree: 4 QSet(55, 54, 53, 52, 59, 58, 57, 56, 63, 62,
61, 60, 35, 34, 33, 32, 39, 38, 37, 36, 43, 42, 41, 40, 47, 46, 44, 19, 18, 17,
16, 23, 22, 21, 20, 27, 26, 25, 24, 31, 30, 29, 28, 7, 6, 4, 11, 15, 14, 13,
12, 112, 119, 118, 117, 116, 123, 122, 121, 120, 99, 98, 97, 96, 103, 102, 101,
100, 105, 104, 111, 83, 82, 81, 80, 87, 86, 85, 84, 91, 90, 89, 88, 95, 94, 93,
92, 67, 66, 65, 64, 71, 70, 69, 68, 75, 74, 73, 72, 79, 78, 77, 76, 50, 49, 48)
org.kde.akonadi.ETM: collection: "Alex"
org.kde.akonadi.ETM: Fetch job took 273 msec org.kde.akonadi.ETM: was
collection fetch job: collections: 106
org.kde.akonadi.ETM: first fetched collection: "Local Folders"
org.kde.akonadi.ETM: collection: "Home Start"
org.kde.akonadi.ETM: collection: QVector() 
org.kde.akonadi.ETM: Fetch job took 342 msec org.kde.akonadi.ETM: was
collection fetch job: collections: 6 
org.kde.akonadi.ETM: first fetched collection: "Search" 
org.kde.akonadi.ETM: Fetch job took 247 msec 
org.kde.akonadi.ETM: was item fetch job: items: 26 
org.kde.akonadi.ETM: Fetch job took 231 msec 
org.kde.akonadi.ETM: was item fetch job: items: 562 
org.kde.akonadi.ETM: Fetch job took 209 msec 
org.kde.akonadi.ETM: was collection fetch job: collections: 0 
org.kde.akonadi.ETM: collection: "inbox" org.kde.akonadi.ETM: Fetch job took 74
msec 
org.kde.akonadi.ETM: was item fetch job: items: 103
nouveau: kernel rejected pushbuf: No such file or directory 
nouveau: ch15: krec 0 pushes 0 bufs 1 relocs 0
nouveau: ch15: buf  0002 0004 0004  
nouveau: kernel rejected pushbuf: No such file or directory 
nouveau: ch15: krec 0 pushes 0 bufs 2 relocs 0 
nouveau: ch15: buf  0002 0004 0004  
nouveau: ch15: buf 0001 0006 0004  0004 
nouveau: kernel rejected pushbuf: No such file or directory 
nouveau: ch15: krec 0 pushes 0 bufs 1 relocs 0 
nouveau: ch15: buf  0002 0004 0004  
org.kde.akonadi.ETM: collection: "Addison Singers" 
org.kde.akonadi.ETM: Fetch job took 70 msec 
org.kde.akonadi.ETM: was item fetch job: items: 3 
js: Uncaught ReferenceError: qt is not defined 
js: Uncaught ReferenceError: qt is not defined 
js: Uncaught ReferenceError: qt is not defined 
*** KMail got signal 11 (Exiting) 
*** Dead letters dumped. 
QSocketNotifier: Invalid socket 14 and type 'Read', disabling... 
KCrash: Application 'kmail' crashing... 
KCrash: Attempting to start /usr/lib64/libexec/drkonqi from kdeinit 
sock_file=/run/user/1000/kdeinit5__0 
[1005/192759:ERROR:gles2_cmd_decoder.cc(2109)]
[.CommandBufferContext.RenderWorker-0x1a0dcd0]GL ERROR :GL_OUT_OF_MEMORY :
ScopedTextureBinder::dtor: <- error from previous GL command
[1005/192759:ERROR:gles2_cmd_decoder.cc(4471)] Error: 5 for Command
kCopySubTextureCHROMIUM 
[1005/192759:ERROR:gles2_cmd_decoder.cc(3579)] GLES2DecoderImpl: Trying to make
lost context current. [1005/192759:ERROR:gles2_cmd_decoder.cc(3579)]
GLES2DecoderImpl: Trying to make lost context current. 
[1005/192759:FATAL:scoped_file.cc(30)] Check failed: 0 ==
IGNORE_EINTR(close(fd)). : Bad file descriptor 
#0 0x7f25aa0c7b5e base::debug::StackTrace::StackTrace() 
#1 0x7f25aa0de7fe logging::LogMessage::~LogMessage() 
#2 0x7f25aa0dfa0c logging::ErrnoLogMessage::~ErrnoLogMessage() 
#3 0x7f25aa0da571 base::internal::ScopedFDCloseTraits::Free() 
#4 0x7f25a9d6b9fb
IPC::internal::PlatformFileAttachment::~PlatformFileAttachment() 
#5 0x7f25a9d6ba19
IPC::internal::PlatformFileAttachment::~PlatformFileAttachment() 
#6 0x7f25a9d6989f IPC::MessageAttachmentSet::~MessageAttachmentSet() 
#7 0x7f25a9d68d68 IPC::Message::~Message() 
#8 0x7f25a99bf6f2 content::GpuChannelMessageQueue::MessageProcessed() 
#9 0x7f25a99c012d content::GpuChannel::HandleMessage() 
#10 0x7f25aa138989 

[kontactinterface] [Bug 370168] New: Quickbooks Support Phone Number 1844-722-6675

2016-10-05 Thread OONGBAK via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370168

Bug ID: 370168
   Summary: Quickbooks Support Phone Number 1844-722-6675
   Product: kontactinterface
   Version: unspecified
  Platform: Other
OS: other
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: eliasbethwins...@gmail.com

QuickBooks is a powerful business automation software that can prove to be
beneficial for your business by automating business accounting tasks. The best
accounting software in the world . It helps you to save money spent on hiring
man power needed for bookkeeping using traditional methods and equipment , lIf
you need any support for issues related to Quickbooks Call on the official
Quickbooks Support number 1844-722-6675 , you can call anytime it is 24 hours
and 7 days available , all of our technicians are intuit Certified , Various
techniques that are used to troubleshoot issues in quickbooks are Money and
energy consuming for quickbook users ! 
We offer Professional Help, Support for QuickBooks.
Call: 1844-722-6675 , quickbook pro 2010 , quickbooks support Call:
1844-722-6675, quickbooks training, learning quickbooks Call: 1844-722-6675
,  quickbooks hosting , Support Phone Number 1844-722-6675QuickbooksSale
Support Number


quickbooks2016
Quickbookssupport number for Inventory 
quickboksPremierversion
Quickbooksenterpriseversion @ 1844-722-6675
Quickbookssupportphonenumber  @ 1844-722-6675
QuickbooksSupporttollfreeNumb @ 1844-722-6675er
QuickbooksForfreeNumber quickbooksOfficialPhonenumber   @ 1844-722-6675
Quickbooksintuitphonenumber  @ 1844-722-6675
intuitofficialsphonesupport  @ 1844-722-6675
quickbookstechnicianhelp  @ 1844-722-6675
intuitQuickbookssupportnumber  @ 1844-722-6675
QuickbooksPhonenumberforsupport
Quickbooksforapplesupportnumber
quickbooks proadvisors @ 1844-722-6675
quickbook pro  @ 1844-722-6675
quickbooks update
quickbooks for mac  @ 1844-722-6675
buying quickbooks
quickbooks prices
quickbooks download 
quickbook sonline 
contacting quickbooks 
quickbooks login
quickbooks for nonprofits #quickbook payroll   
quickbook software , ((1844-722-6675)
quickbooks free  
quickbooks for macintosh
((1844-722-6675!!! 
intuit quickbooks 
quickbooks for macintosh
quickbook pro 2011 
learn quickbook
quickbook support number
quickbooks tech support
quickbooks enterprise solutions 
quickbooks free trial 
quickbooks self employed
quickbooks premier 2014
quickbooks accounting software
quickbooks online vs desktop 
quickbooks pro 2015 ,
quickbook 
quicbooks
quick book ((1844-722-6675), learn quickbooks 1844-722-6675
quickbooks enterprise support number @ 1844-722-6675
quickbooks enterprise support phone number @ 1844-722-6675
quickbooks enterprise technical support number @ 1844-722-6675
quickbooks helpline @ 1844-722-6675
quickbooks technical support number @ 1844-722-6675
quickbooks technical support phone number @ 1844-722-6675
intuit assisted payroll support phone number @ 1844-722-6675
intuit online payroll support phone number @ 1844-722-6675
intuit payroll customer support phone number @ 1844-722-6675
intuit payroll support phone number @ 1844-722-6675
intuit payroll tech support phone number @ 1844-722-6675
intuit payroll technical support phone number @ 1844-722-6675
intuit point of sale customer support @ 1844-722-6675
intuit point of sale support phone number @ 1844-722-6675
Quick book Support Phone Number 1844-722-6675
quickbooks 24 hourNumber..,, quickbooks customer SuPpoRT Number..,, QuickBooks
tech SuPpoRT PhoNEnumber, Intuit QuickBooks Tech SuPpoRT PhoNE Number,
QuickBooks Help Desk PhoNE Number, QuickBooks SuPpoRT number, QUickBOokS
SupPORT PHonE NumbERquickbooks 24 hourNumber..,, quickbooks customer SuPpoRT
Number..,, QuickBooks tech SuPpoRT PhoNEnumber, Intuit QuickBooks Tech SuPpoRT
PhoNE Number, QuickBooks Help Desk PhoNE Number, QuickBooks SuPpoRT number,
QUickBOokS SupPORT PHonE NumbER





  @ 1844-722-6675




#QuickbooksSale Support Number  v@ 1844-722-6675
#quickbooks2016  @ 1844-722-6675
#Quickbookssupport number for Inventory 
#quickboksPremierversion
#Quickbooksenterpriseversion
#Quickbookssupportphonenumber
#QuickbooksSupporttollfreeNumber
#QuickbooksForfreeNumber
#quickbooksOfficialPhonenumber
#Quick @ 1844-722-6675booksintuitphonenumber
#intuitofficialsphonesupport  @ 1844-722-6675
#quickbookstechnicianhelp   @ 1844-722-6675
#intuitQuickbookssupportnumber
#QuickbooksPhonenumberforsupport
#Quickbooksforapplesupportnumber
#quickbooks proadvisors
#quickbook pro 
#quickbooks update
#quickbooks for mac
#buying quickbooks @ 1844-722-6675
#quickbooks prices
#quickbooks download 
#quickbook sonline 
#contacting quickbooks 
#quickbooks login
#quickbooks for nonprofits #quickbook payroll   
#quickbook software , ((1844-722-6675)
#quickbooks free  
#quickbooks for macintosh
((1844-7

[kidentitymanagement] [Bug 370170] New: Quickbooks Support Phone Number 1844-722-6675

2016-10-05 Thread OONGBAK via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370170

Bug ID: 370170
   Summary: Quickbooks Support Phone Number 1844-722-6675
   Product: kidentitymanagement
   Version: unspecified
  Platform: Other
OS: other
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: eliasbethwins...@gmail.com

Quickbooks for nonprofits , quickbook payroll , quickbook software ,
((1844-722-6675)quickbooks free , quickbooks for macintosh 

((1844-722-6675!!! intuit quickbooks , quickbooks for macintosh , quickbook pro
2011 ,learn quickbook , quickbook support number

quickbooks tech support , nterprise solutions , quickbooks free trial ,
quickbooks self employed 

quickbooks premier 2014 ,quickbooks accounting software, quickbooks online vs
desktop ,quickbooks pro 2015 ,

quickbook , quicbooks, quick book ((1844-722-6675), learn
quickbooks1844-722-6675 

quickbooks classes , quickbooks plus , Quickbooks SUpport toll free Number
,quickbooks demo,quickbooks law firm ,quickbooks pro 2014 



upgrade .. quickbooks pro 2013 ,quickbooks invoice templates 

((1844-722-6675),quickbooks point of sale ,intuit quickbooks online ,quickbooks
tutorials free ,quickbooks pro vs premier 

,intuit proadvisor login ,quickbooks online for dummies 1844-722-6675

,((1844-722-6675)quickbooks pro 2010 

,quickbooks customer service , Quickbooks SUpport toll free Number
1844-722-6675 , Call our customer support phone number at 1-844-722-6675 



and get QuickBooks Technical Assistance

,online quickbooks login

((1844-722-6675),quickbooks online login , Our team of QuickBooks Technicians
are Intuit Certified and highly experienced(() 1844-722-6675 



quickbooks pos 2013 1844-722-6675

,quickbooks connect 

, quickbooks timesheet, upgrade quickbooks , quickbooks for sale , quickbooks
2010 , quickbooks online 

, pos quickbooks , quickbooks mobile ,contact quickbooks 

, quickbook classes ,quickbooks tutorials 

,quickbooks register ,quickbooks desktop 1844-722-6675))) 

((1844-722-6675),quickbooks certification 

,quickbooks sign in ,quickbooks course ,Quickbooks SUpport toll free Number? >>
,quickbooks intuit ((1844-722-6675!!! ,quickbooks 



manual ,quickbooks for contractors 1844-722-6675,quickbooks integration
,quickbooks coupon ,,quickbooks premier ,quickbooks 



upgrade ,quickbooks 2015 ,free quickbooks ,quickbooks 2014 ,
,,,..>1844@@@-722-6675)())( ,quickbooks mac ,quickbooks 





Call on toll free 1844-722-6675 for Quickbooks Help and support anytime 24 7 ,
Call from anywhere around the world US , UK , Canada < Australia , Help and
support for quickboOks Maintanaince // 

>>>Call our customer support phone number at 1-844-722-6675 and get QuickBooks 
>>>Technical Assistance, 247 QuickBooks







quickbooks for nonprofits , quickbook payroll , quickbook software ,
((1844-722-6675)quickbooks free , quickbooks for macintosh

((1844-722-6675!!! intuit quickbooks , quickbooks for macintosh , quickbook pro
2011 ,learn quickbook , quickbook support number

quickbooks tech support ,

,quickbooks customer service , Quickbooks SUpport toll free Number
1844-722-6675 , Call our customer support phone number at 1-844-722-6675 and
get QuickBooks Technical Assistance

,online quickbooks login

((1844-722-6675),quickbooks online login , Our team of QuickBooks Technicians
are Intuit Certified and highly experienced(() 1844-722-6675 quickbooks pos
2013 1844-722-6675



uickboosk## Support Phone Number 1844-722-6675 Quickbooks Support Phone number
Quickbooks phone 1844-722-6675QuickBooks Phone
Number1-800-919-0992QuickBooks Tech Support phone number @@Call,
1-800-919-0992 for all type help by QuickBooks tech support phone number,
1844-722-6675 Intuit QuickBooks Tech Support Phone Number, 1844-722-6675
QuickBooks Help Desk PhoneNumber, 1844-722-6675 QuickBooks tech support number,
QuickBooks technical support phone number,@@ 1844-722-6675 @ QuickBooks
phonenumber, 1844-722-6675 QuickBooks technical support number, 1844-722-6675
QuickBooks support phone number, 1844-722-6675 QuickBooks technical support,
QuickBooks Customer Service Phone Number, QuickBooks Customer Service Number,
QuickBooks Customer Support Phone Number, QuickBooks Customer Support
Number, QuickBooks Customer Service HelplineNumber, QuickBooks Customer
Care Number, QuickBooks support team phone number, @ QuickBooks help
number-QuickBooks HelplineNumber; QuickBooks help phone number-QuickBooks
Helpline Number, https://java.net/bugzilla/show_bug.cgi?id=119802 QuickBooks
Tech Support Toll free Number, QuickBooks Support TelephoneNumber, QuickBooks
Tech Support Telephone number, QuickBooks Tech Support contact number,
QuickBooks support contact number, QuickBooks technical support contact number.
Call, QuickBooks tech support phonenumber, Intuit QuickBooks Tech Support Phone
Number



[Akonadi] [Bug 363881] akonadi_control fails with memory corruption

2016-10-05 Thread Erick Osorio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363881

Erick Osorio  changed:

   What|Removed |Added

 CC||evgom@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.


[akregator] [Bug 350731] [4.81 beta1] akregator in kontact: read messages are removed from unread filter immediately

2016-10-05 Thread Christopher Heiny via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350731

Christopher Heiny  changed:

   What|Removed |Added

 CC||christopherhe...@gmail.com

--- Comment #29 from Christopher Heiny  ---
Confirmed in 5.3.0 on Fedora 24, latest update.

This pretty much renders akregator useless.  Any chance to bump this 14 month
old bug up in priority and get a fix?

-- 
You are receiving this mail because:
You are the assignee for the bug.