[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&action=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  ---
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  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  changed:

   What|Removed |Added

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

--- Comment #13 from Paul Eggleton  ---
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] Filter rules no longer matching after upgrade

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

--- Comment #6 from Paul Eggleton  ---
Upon closer inspection I can confirm that my List-Id based filters are not
working, the few other filters that look at the From field are still matching.

-- 
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 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  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


[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


[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=, cbSqlStr=) 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 
select distinct ?r ?o where { { ?r

 . FILTER(?r!=) ."..., 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=, 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 0x0033eac5ce70 in Nepomuk2::Resource::determineFinalResourceData
(this=0x

[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  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


[kmail2] [Bug 328715] New: Add to Address Book from context menu converts name to lower case

2013-12-12 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=328715

Bug ID: 328715
   Summary: Add to Address Book from context menu converts name to
lower case
Classification: Unclassified
   Product: kmail2
   Version: 4.10.5
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: commands and actions
  Assignee: kdepim-bugs@kde.org
  Reporter: bluelightn...@bluelightning.org

Using the "Add to Address Book" context menu function on an email address with
a name seems to convert the name to lower case

Reproducible: Always

Steps to Reproduce:
1. Right click on an email address in the message view pane (e.g. the "From:"
value) and select "Add to Address Book" 
2. Select "Default address book" to add it to and click OK,
3. Switch to the "Contacts" view in Kontact and view the newly created contact
Actual Results:  
The newly created contact's name has been converted to all lower case, e.g. 
"Joe Bloggs"  becomes "joe bloggs" in the contact's
name field.

Expected Results:  
Name capitalisation should be preserved

The default address book I am adding to is an Akonadi VCF file resource as is
the default.

-- 
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  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  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  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  ---
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 305570] New: No visual highlighting for misspelled words with automatic spell checking enabled

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

Bug ID: 305570
  Severity: normal
   Version: 4.9.0
  Priority: NOR
  Assignee: kdepim-bugs@kde.org
   Summary: No visual highlighting for misspelled words with
automatic spell checking enabled
Classification: Unclassified
OS: Linux
  Reporter: bluelightn...@bluelightning.org
  Hardware: Ubuntu Packages
Status: UNCONFIRMED
 Component: composer
   Product: kmail2

Everything appears to be working fine with spell checking in the KMail2
composer window with the exception of the visual part of highlighting
misspelled words with automatic spell checking enabled. If you right click on a
deliberately misspelled word, it offers suggestions, so the actual checking
part seems to be working - there's just no underlining of the word.

I searched for some appearance option within KMail or in System Settings but
could find nothing relevant, except for an item for "Misspelled words" within
the custom colour settings, but neither enabling and disabling custom colours
nor changing the colour had any effect. As a test I enabled automatic spell
checking in KWrite and it does underline misspelled words there, as does
Calligra Words, if either of those makes any difference.

Reproducible: Always

Steps to Reproduce:
1. Open the composer window
2. Type an obviously wrongly spelled word (e.g. wrod)
3. Press enter
4. Right click on the word
Actual Results:  
3. Word is not underlined in red
4. Menu containing spelling suggestions pops up

Expected Results:  
3. Word is underlined in red
4. (This part works as expected - just proves spelling engine is working)

-- 
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  ---
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  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 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  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 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  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   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 286569] Apply all filters does not work reliably on imap messages

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





--- Comment #1 from Paul Eggleton   2011-11-14 
09:59:01 ---
Addendum: if you click on each message individually beforehand (which caches
the email contents) it seems to make it more likely that all of the messages
get processed.

-- 
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] New: Apply all filters does not work reliably on imap messages

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

   Summary: Apply all filters does not work reliably on imap
messages
   Product: kmail2
   Version: 4.7
  Platform: Ubuntu Packages
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: message list
AssignedTo: kdepim-bugs@kde.org
ReportedBy: bluelightn...@bluelightning.org


Version:   4.7 (using KDE 4.7.3) 
OS:Linux

When you select Apply All Filters with a number of messages selected in an IMAP
folder, quite often not all of the messages are processed.

Reproducible: Sometimes

Steps to Reproduce:
1. Ensure you have some rules set up to move messages to other IMAP folders
(based on List-Id in my case)
2. Select multiple messages in an IMAP folder (in this case the Inbox)
3. Right click and select Apply Filters->Apply All filters (or press Ctrl+J)

Actual Results:  
Some of the messages are moved and then processing stops; occasionally it only
moves the last message selected. Re-selecting the messages that did not get
moved will result in some of those getting processed in the same fashion and
you can repeat until they all do, so the filters are matching.

Expected Results:  
All messages matching the filters are processed (and for the filters I have set
up, this would mean all get moved).

Message list is using "Activity by Date, Threaded" aggregation and the "Fancy"
theme. 

It seems if I move the messages manually to a local folder and try this it
works as expected, so it might be something to do with the delay in fetching
the message or perhaps the interaction with the list selection.

-- 
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-14 Thread Paul Eggleton
https://bugs.kde.org/show_bug.cgi?id=282652





--- Comment #1 from Paul Eggleton   2011-11-14 
09:18:50 ---
I can confirm this issue and it is still present in 4.7.3.

Looking through the options in "Settings->Configure Filters", is this perhaps
because it's looking for X-Mailing-List in the header of the message when the
mailing list messages I'm looking at have List-Id instead?

-- 
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  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  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  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  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   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