Summary: | Archiving Agent using a local directory instead of external HD as configured | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Kurt Kanduth <kurt.kanduth> |
Component: | misc | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | montel |
Priority: | NOR | ||
Version: | 4.11.5 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/8c19aa7573182f468a4006c1972f668c8f8940df | Version Fixed In: | 4.14 |
Sentry Crash Report: | |||
Attachments: |
attachment-8651-0.html
attachment-8651-1.dat signatur.png attachment-28756-0.html |
Description
Kurt Kanduth
2014-07-02 13:33:42 UTC
It's an normal mount ? It's not a network access ? Created attachment 87515 [details] attachment-8651-0.html I'd call it a normal mount. Its a USB drive and I do not have any restrictions as a user. Am Mittwoch, 2. Juli 2014, 14:10:55 schrieben Sie: > https://bugs.kde.org/show_bug.cgi?id=336971 > > Laurent Montel <montel@kde.org> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |montel@kde.org > > --- Comment #1 from Laurent Montel <montel@kde.org> --- > It's an normal mount ? > It's not a network access ? > > www.selbst-wenn.de Created attachment 87516 [details]
attachment-8651-1.dat
Created attachment 87517 [details]
signatur.png
One more thing I just found out:
I boot my pc and the first thing I do is to "open" the esternal HD, in my case INTENO. That happens before the automatic KMail job starts. Then in works. Seems as if the job cannot initiate the HD by itself.
Regards,
Kurt
Am Mittwoch, 2. Juli 2014, 16:59:17 schrieben Sie:
I'd call it a normal mount. Its a USB drive and I do not have any restrictions as a user.
Am Mittwoch, 2. Juli 2014, 14:10:55 schrieben Sie:
> https://bugs.kde.org/show_bug.cgi?id=336971
>
> Laurent Montel <montel@kde.org> changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> CC| |montel@kde.org
>
> --- Comment #1 from Laurent Montel <montel@kde.org> ---
> It's an normal mount ?
> It's not a network access ?
>
>
(In reply to Kurt Kanduth from comment #5) > One more thing I just found out: > I boot my pc and the first thing I do is to "open" the esternal HD, in my What do you mean with "I do is to "open" the esternal HD" ? Created attachment 87753 [details] attachment-28756-0.html Am Mittwoch, 16. Juli 2014, 07:11:34 schrieben Sie: > https://bugs.kde.org/show_bug.cgi?id=336971 > > --- Comment #6 from Laurent Montel <montel@kde.org> --- > (In reply to Kurt Kanduth from comment #5) > > One more thing I just found out: > > I boot my pc and the first thing I do is to "open" the esternal HD, in my > > What do you mean with "I do is to "open" the esternal HD" ? > > Booting Linux, a small message appears in the right bottom corner of the screen telling that an external device was detected - which in my case is the HD I want to backup my mails - and offers three options of which one is to open it via Dolphin. I do that, the backup works perfectly fine as configured. If the message is ignored, however, it seems as is the HD is not even acticated by the OS hence the mail archive writes in the /home directory. Ok it mounts your HD So kmail will not do it. It's a manual action. So we can't do it. Perhaps I can inform you that path doesn't exist. But I can't mount your HD Git commit 8c19aa7573182f468a4006c1972f668c8f8940df by Montel Laurent. Committed on 17/07/2014 at 12:04. Pushed by mlaurent into branch 'KDE/4.14'. Fix Bug 336971 - Archiving Agent using a local directory instead of external HD as configured FIXED-IN: 4.14 M +4 -0 agents/archivemailagent/akonadi_archivemail_agent.notifyrc M +16 -1 agents/archivemailagent/archivejob.cpp M +8 -5 agents/archivemailagent/archivemailinfo.cpp M +3 -3 agents/archivemailagent/archivemailinfo.h M +11 -9 agents/archivemailagent/archivemailmanager.cpp http://commits.kde.org/kdepim/8c19aa7573182f468a4006c1972f668c8f8940df I added a message when we can't create archive. It doesn't create it in local it postpone it now. |