[Akonadi] [Bug 398407] undeleted email with empty message body causes excessive cpu use

2018-11-13 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=398407

--- Comment #2 from Paul Eggleton  ---
I forgot to mention in the preceding comment - my system is Fedora 28 and is
up-to-date.

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

[Akonadi] [Bug 398407] undeleted email with empty message body causes excessive cpu use

2018-11-13 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=398407

Paul Eggleton  changed:

   What|Removed |Added

 CC||bluelightning@bluelightning
   ||.org

--- Comment #1 from Paul Eggleton  ---
Created attachment 116292
  --> https://bugs.kde.org/attachment.cgi?id=116292=edit
Script to find maildir messages with empty bodies

I've had this same issue with a local maildir for about a week - high CPU usage
persisting over reboots and akonadi restarts with mysqld and akonadi processes
using up most of the available CPU time.

I had some rules set up to move messages from an IMAP folder to the local
maildir when they get to a certain age, but for some reason some of the moved
messages ended up with an empty body when they arrived in the maildir, and
these messages seemed to be tripping up akonadi (not at the time of moving -
just by being present at the destination). This was visible via akonadiconsole
- I could see the message IDs by enabling the debugger briefly, then I could
use the DB Query tab to find the messages with those ids in the pimitemtable,
and the "rev" field was constantly incrementing. Oddly I could not see those
messages in the "Browser" tab, but at least some of them were visible in KMail.

In order to work around the issue I wrote a script (attached) to find messages
with an empty body in a specific directory (in my case,
~/.local/share/local-mail/inbox/new/ ) and then I moved the listed files out
somewhere else. Shortly thereafter the machine calmed down, though I did have
to finally run akonadictl restart to stop mysqld from using ~90% CPU so
presumably there was still an expensive query running.

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

[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: Multiple merge candidates, aborting

2015-02-24 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=338658

--- Comment #22 from Paul Eggleton bluelightn...@bluelightning.org ---
I have at least figured out how to fix the database in order to get directories
syncing again using the Akonadi Console. (Disclaimer: this worked for me, may
not work for you, you might lose data if you aren't careful, etc.)

First I searched to find the duplicate keys using the DB Console tab with the
following query:

SELECT pimitemtable.*, collectiontable.name FROM pimitemtable
INNER JOIN pimitemtable dup ON pimitemtable.id != dup.id and
pimitemtable.remoteId = dup.remoteId and pimitemtable.collectionId =
dup.collectionId
INNER JOIN collectiontable ON pimitemtable.collectionId = collectiontable.id
ORDER by pimitemtable.remoteId

Then I looked for the items specifically in the folders that I knew were
failing to sync with the Multiple merge candidates, aborting error, then used
the Id to track down one of the duplicate items in the Browser tab and then
deleted it there from the context menu. (There are still others with duplicate
ids, but I have not deleted those since they don't appear to be causing any
problems.) I then restarted the akonadi server, and then reloaded the folder in
KMail and voila, the folder now synchronises successfully.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 338658] GMail: Multiple merge candidates, aborting

2014-11-20 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=338658

Paul Eggleton bluelightn...@bluelightning.org changed:

   What|Removed |Added

 CC||bluelightning@bluelightning
   ||.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 340015] Filter rules no longer matching after upgrade

2014-11-13 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=340015

Paul Eggleton bluelightn...@bluelightning.org changed:

   What|Removed |Added

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

--- Comment #13 from Paul Eggleton bluelightn...@bluelightning.org ---
Just got the fix here too in F20, thanks!!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 340458] New: Dragging and dropping Inbox folder results in unexpected behaviour

2014-10-29 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=340458

Bug ID: 340458
   Summary: Dragging and dropping Inbox folder results in
unexpected behaviour
   Product: kmail2
   Version: 4.14.2
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: folders
  Assignee: kdepim-bugs@kde.org
  Reporter: bluelightn...@bluelightning.org

I was trying to drag some messages from one folder to another, but I think my
mouse button momentarily disengaged and instead I ended up dragging the entire
Inbox folder down into one of the subfolders. Once in this state it is
impossible to drag the inbox back to where it should go (underneath the
resource). When I closed KMail and reopened it, the inbox was back to where it
should be, but it had to resync all items in the folder. If moving the inbox
isn't sensible or cannot work then it seems to me it ought to be prevented from
being done in the first place.

Reproducible: Didn't try




I'm using disconnected IMAP.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 340015] New: Filter rules no longer matching after upgrade

2014-10-16 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=340015

Bug ID: 340015
   Summary: Filter rules no longer matching after upgrade
   Product: Akonadi
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Mail Filter Agent
  Assignee: kdepim-bugs@kde.org
  Reporter: bluelightn...@bluelightning.org

I just upgraded from KDE SC 4.14.1 to 4.14.2, and now my mail filters set up in
KMail no longer work, either on incoming mail or when manually applying
filtering on individual messages. Most of my filters are of the order of
matching on a mailing list (as created by Create filter from message - From
mailing list and move into a specific IMAP folder. New rules created using
this method with the new version don't seem to work either, so it doesn't
appear that it's some kind of corruption of the old filter rules. Enabling
filter logging, manually applying filtering on a message that should match one
of the rules and using the filter log viewer shows that it is at least running
through all of the filters, but none of them are matching including the one
that should match the message.

Reproducible: Always


Actual Results:  
No filtering occurs.

Expected Results:  
Mail filter applies when filter conditions match.

I'm using IMAP folders (disconnected IMAP) if it makes a difference.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 331389] New: Filtering old mails into folder while expiry is processing results in errors

2014-02-21 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=331389

Bug ID: 331389
   Summary: Filtering old mails into folder while expiry is
processing results in errors
Classification: Unclassified
   Product: kmail2
   Version: 4.12.2
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: bluelightn...@bluelightning.org

If you filter some mails manually, the filters result in mails being moved into
folders with expiry rules set up,  the messages are older than the expiry date
for the folder, and the expiry processes while the filter is still in the
process of moving the messages, you will get some notifications in the detailed
progress area reporting Failed to copy item, it has no message payload. Remote
id: x. 

Reproducible: Sometimes

Steps to Reproduce:
Possibly not easy to reproduce, but here goes:

1. Set up a filter rule that filters messages into a folder
2. Set the expiry on that folder so that some messages matching the filter
would be expired if they were in the folder
3. Select the messages, right-click and Apply All filters
4. Open the detailed progress area in the bottom right
[expiry for the folder needs to be processing at the same time, not sure how to
trigger this but it happens periodically]
Actual Results:  
You may see Failed to copy item, it has no message payload. Remote id: x
in the notification in the detailed progress area. No other ill effects
observed though.

Expected Results:  
It seems to me that if one part of KMail knows that the expiry is happening
then the filter moving ought to be able to handle when the collision occurs
without reporting any errors (or not try to move the messages anymore?).

This is with folders and messages on an IMAP resource with disconnected mode
enabled.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 320736] No progress indication for copying/moving email messages/folders

2014-02-21 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=320736

Paul Eggleton bluelightn...@bluelightning.org changed:

   What|Removed |Added

 CC||bluelightning@bluelightning
   ||.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kontact] [Bug 330569] New: Crash on startup of kontact

2014-01-30 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=330569

Bug ID: 330569
   Summary: Crash on startup of kontact
Classification: Unclassified
   Product: kontact
   Version: 4.11.5
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: bluelightn...@bluelightning.org

Application: kontact (4.11.5)
KDE Platform Version: 4.11.5
Qt Version: 4.8.5
Operating System: Linux 3.12.8-300.fc20.x86_64 x86_64
Distribution (Platform): Fedora RPMs

-- Information about the crash:
- What I was doing when the application crashed:
I closed Kontact due to it not responding to selection changes (stuck on
loading folder contents). When I ran it again I got the crash.

-- Backtrace:
Application: Kontact (kontact), signal: Segmentation fault
Using host libthread_db library /lib64/libthread_db.so.1.
81T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
[Current thread is 1 (Thread 0x7f6f8cfc78c0 (LWP 26665))]

Thread 4 (Thread 0x7f6f418df700 (LWP 2)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x0033ed4bc46d in JSC::BlockAllocator::blockFreeingThreadMain
(this=0x1d6c128) at
/usr/src/debug/webkit-qtwebkit-23/Source/JavaScriptCore/heap/BlockAllocator.cpp:128
#2  0x0033ed7aed36 in WTF::wtfThreadEntryPoint (param=0x1d60650) at
/usr/src/debug/webkit-qtwebkit-23/Source/WTF/wtf/ThreadingPthreads.cpp:196
#3  0x00343ae07f33 in start_thread (arg=0x7f6f418df700) at
pthread_create.c:309
#4  0x00343aaf4ead in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 3 (Thread 0x7f6f388cc700 (LWP 26682)):
[KCrash Handler]
#6  tcpses_is_read_ready (ses=0x7f6f2c01be60, to=to@entry=0x7f6f2c00b7a0) at
Dksestcp.c:1024
#7  0x7f6f39194815 in service_read (ses=ses@entry=0x7f6f2c00b700,
buffer=0x7f6f2c00be30 `\256, req_bytes=req_bytes@entry=32768,
need_all=need_all@entry=0) at Dkses2.c:372
#8  0x7f6f39194a2a in session_buffered_read (ses=0x7f6f2c00b700,
buffer=buffer@entry=0x7f6f388cb3c7 , req_bytes=req_bytes@entry=1) at
Dkses2.c:515
#9  0x7f6f39194adf in session_buffered_read_char
(ses=ses@entry=0x7f6f2c00b700) at Dkses2.c:582
#10 0x7f6f39192a50 in scan_session_boxing
(session=session@entry=0x7f6f2c00b700) at Dkmarshal.c:769
#11 0x7f6f39192c79 in read_object (session=session@entry=0x7f6f2c00b700) at
Dkmarshal.c:296
#12 0x7f6f3919d6a0 in read_service_request_1t (ses=0x7f6f2c00b700) at
Dkernel.c:2277
#13 0x7f6f3919e328 in PrpcFutureNextResult1T (future=0x7f6f2c00a8c0) at
Dkernel.c:4252
#14 PrpcFutureNextResult (future=0x7f6f2c00a8c0) at Dkernel.c:4084
#15 0x7f6f391696ed in stmt_process_result (stmt=stmt@entry=0x7f6f2c00b0b0,
needs_evl=needs_evl@entry=1) at ../../libsrc/Wi/CLIuti.c:719
#16 0x7f6f3916d7a5 in virtodbc__SQLExecDirect (hstmt=0x7f6f2c00b0b0,
szSqlStr=optimized out, cbSqlStr=optimized out) at
../../libsrc/Wi/CLIsql1.c:1530
#17 0x7f6f39cd9394 in SQLExecDirect_Internal
(hstmt=hstmt@entry=0x7f6f2c00ae70, szSqlStr=szSqlStr@entry=0x7f6f2c00aa98,
cbSqlStr=cbSqlStr@entry=249, waMode=waMode@entry=65 'A') at execute.c:549
#18 0x7f6f39cd96c4 in SQLExecDirect (hstmt=0x7f6f2c00ae70,
szSqlStr=0x7f6f2c00aa98 sparql DEFINE input:inference nepomukinference
select distinct ?r ?o where { { ?r
http://www.semanticdesktop.org/ontologies/2007/01/19/nie#url
akonadi:?item=-1 . FILTER(?r!=akonadi:?item=-1) , cbSqlStr=249) at
execute.c:631
#19 0x7f6f39f54f0a in Soprano::ODBC::Connection::execute
(this=this@entry=0x7f6f2c00b350, request=..., params=...) at
/usr/src/debug/soprano-2.9.4/backends/virtuoso/odbcconnection.cpp:158
#20 0x7f6f39f559e9 in Soprano::ODBC::Connection::executeQuery
(this=this@entry=0x7f6f2c00b350, request=...) at
/usr/src/debug/soprano-2.9.4/backends/virtuoso/odbcconnection.cpp:89
#21 0x7f6f39f451ce in Soprano::VirtuosoModelPrivate::sqlQuery
(this=this@entry=0x231cbe0, query=...) at
/usr/src/debug/soprano-2.9.4/backends/virtuoso/virtuosomodel.cpp:128
#22 0x7f6f39f45341 in Soprano::VirtuosoModelPrivate::sparqlQuery
(this=0x231cbe0, query=...) at
/usr/src/debug/soprano-2.9.4/backends/virtuoso/virtuosomodel.cpp:148
#23 0x7f6f39f45540 in Soprano::VirtuosoModel::executeQuery
(this=this@entry=0x23ba6f0, query=...,
language=language@entry=Soprano::Query::QueryLanguageSparql,
userQueryLanguage=...) at
/usr/src/debug/soprano-2.9.4/backends/virtuoso/virtuosomodel.cpp:485
#24 0x0033eac5bde3 in Nepomuk2::MainModel::executeQuery (this=0x23aecb0,
query=..., language=optimized out, userQueryLanguage=...) at
/usr/src/debug/nepomuk-core-4.11.5/libnepomukcore/resource/nepomukmainmodel.cpp:191
#25 0x0033eac51cf4 in Nepomuk2::ResourceData::determineUri
(this=this@entry=0x7f6f2c002780) at
/usr/src/debug/nepomuk-core-4.11.5/libnepomukcore/resource/resourcedata.cpp:638
#26 

[kmail2] [Bug 321186] kmail doesn't filter the message, once a month

2014-01-24 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=321186

Paul Eggleton bluelightn...@bluelightning.org changed:

   What|Removed |Added

 CC||bluelightning@bluelightning
   ||.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 299968] Filters aren't applied on incoming mails

2013-02-07 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=299968

Paul Eggleton bluelightn...@bluelightning.org changed:

   What|Removed |Added

 CC||bluelightning@bluelightning
   ||.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 311199] Mail filters not always applied when messages come in too fast

2013-02-07 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=311199

Paul Eggleton bluelightn...@bluelightning.org changed:

   What|Removed |Added

 CC||bluelightning@bluelightning
   ||.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 293032] Filters not allways working

2013-02-07 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=293032

Paul Eggleton bluelightn...@bluelightning.org changed:

   What|Removed |Added

 CC||bluelightning@bluelightning
   ||.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 305570] No visual highlighting for misspelled words with automatic spell checking enabled

2012-08-27 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=305570

--- Comment #2 from Paul Eggleton bluelightn...@bluelightning.org ---
I'm not sure I understand - do you mean you fixed this, or are you suggesting I
enable the option you mention? If the latter, it's already on - if it wasn't, I
wouldn't be able to right-click on the misspelled word and get the pop-up menu
with suggestions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 117634] Kmail should allow easier configuration of spelling engine

2012-08-21 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=117634

--- Comment #5 from Paul Eggleton bluelightn...@bluelightning.org ---
So spelling functionality has changed quite a bit in current versions of KDE. I
suspect the changes came with the introduction of Sonnet.

With regard to the original report, I am not so sure about how error /
misconfiguration situations are handled though, since almost everything
regarding spelling in Kmail2 is working fine on my system (with the exception
of highlighting, I will file a separate bug about that now that I have noticed
it) and there are much fewer settings, which I think is a good thing in this
case. Unfortunately there are other bugs open already that suggest error
situations are still not very well handled with the current spelling system; I
think for simplicity this one can be closed in favour of those.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 295474] kmail 4.8.1 crashes all the time (Nepomuk::Resource[Data|Watcher] thread-safety)

2012-03-12 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=295474

Paul Eggleton bluelightn...@bluelightning.org changed:

   What|Removed |Added

 CC||bluelightning@bluelightning
   ||.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 292283] Filters don't work because headers are not downloaded

2012-01-31 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=292283


Paul Eggleton bluelightn...@bluelightning.org changed:

   What|Removed |Added

 CC||bluelightning@bluelightning
   ||.org




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 292497] kmail 4.8.0 doesn't filter the incoming messages

2012-01-31 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=292497


Paul Eggleton bluelightn...@bluelightning.org changed:

   What|Removed |Added

 CC||bluelightning@bluelightning
   ||.org




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 286569] Apply all filters does not work reliably on imap messages

2012-01-21 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=286569





--- Comment #3 from Paul Eggleton bluelightning bluelightning org  2012-01-21 
14:19:07 ---
Have just tried 4.8 rc2, the behaviour is exactly the same as far as I can
tell. It might be as simple as the filter not applying to messages that haven't
yet been cached (because I haven't viewed them yet).

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 276037] Right-clicking on a message in a mailing list -- Create Filter shows Filter On Mailing List disabled

2011-11-01 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=276037


Paul Eggleton bluelightn...@bluelightning.org changed:

   What|Removed |Added

 CC||bluelightning@bluelightning
   ||.org




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 282652] Setting up filters for Distribution lists does not work

2011-11-01 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=282652


Paul Eggleton bluelightn...@bluelightning.org changed:

   What|Removed |Added

 CC||bluelightning@bluelightning
   ||.org




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 259949] Kmail does not use all addressbooks for autocompletion

2011-09-23 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=259949


Paul Eggleton bluelightn...@bluelightning.org changed:

   What|Removed |Added

 CC||bluelightning@bluelightning
   ||.org




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 266031] wallet error when starting Kontact

2011-03-30 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=266031


Paul Eggleton bluelightn...@bluelightning.org changed:

   What|Removed |Added

 CC||bluelightning@bluelightning
   ||.org




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 165487] Send Queued Messages Via does not work

2009-03-15 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=165487





--- Comment #8 from Paul Eggleton bluelightning bluelightning org  2009-03-15 
17:34:28 ---
Bug still present in KMail 1.11.1 within Kontact 1.4.1 (in KDE 4.2.1). Send
via works from the message editor but Send queued messages via from the main
File menu does not.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 165487] Send Queued Messages Via does not work

2008-11-08 Thread Paul Eggleton
http://bugs.kde.org/show_bug.cgi?id=165487


Paul Eggleton bluelightning bluelightning org changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
   ||org




-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs