Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PIM Data Exporter
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
PIM Data Exporter
Commits
3a4fa96a
Commit
3a4fa96a
authored
Apr 20, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
storageservicemanager was killed long time ago
parent
0a521fb8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
core/mail/exportmailjob.cpp
core/mail/exportmailjob.cpp
+0
-2
core/mail/importmailjob.cpp
core/mail/importmailjob.cpp
+0
-2
gui/backup-structure.txt
gui/backup-structure.txt
+0
-2
No files found.
core/mail/exportmailjob.cpp
View file @
3a4fa96a
...
...
@@ -284,7 +284,6 @@ void ExportMailJob::backupConfig()
}
backupUiRcFile
(
QStringLiteral
(
"sieveeditorui.rc"
),
QStringLiteral
(
"sieveeditor"
));
backupUiRcFile
(
QStringLiteral
(
"storageservicemanagerui.rc"
),
QStringLiteral
(
"storageservicemanager"
));
backupUiRcFile
(
QStringLiteral
(
"kmreadermainwin.rc"
),
QStringLiteral
(
"kmail2"
));
backupUiRcFile
(
QStringLiteral
(
"kmcomposerui.rc"
),
QStringLiteral
(
"kmail2"
));
backupUiRcFile
(
QStringLiteral
(
"kmmainwin.rc"
),
QStringLiteral
(
"kmail2"
));
...
...
@@ -324,7 +323,6 @@ void ExportMailJob::backupConfig()
backupConfigFile
(
QStringLiteral
(
"akonadi_followupreminder_agent.notifyrc"
));
backupConfigFile
(
QStringLiteral
(
"messagevieweradblockrc"
));
backupConfigFile
(
QStringLiteral
(
"messageviewer.notifyrc"
));
backupConfigFile
(
QStringLiteral
(
"storageservicemanager.notifyrc"
));
const
QString
folderMailArchiveStr
(
QStringLiteral
(
"foldermailarchiverc"
));
const
QString
folderMailArchiverc
=
QStandardPaths
::
writableLocation
(
QStandardPaths
::
ConfigLocation
)
+
QLatin1Char
(
'/'
)
+
folderMailArchiveStr
;
...
...
core/mail/importmailjob.cpp
View file @
3a4fa96a
...
...
@@ -856,7 +856,6 @@ void ImportMailJob::restoreConfig()
}
restoreUiRcFile
(
QStringLiteral
(
"sieveeditorui.rc"
),
QStringLiteral
(
"sieveeditor"
));
restoreUiRcFile
(
QStringLiteral
(
"storageservicemanagerui.rc"
),
QStringLiteral
(
"storageservicemanager"
));
restoreUiRcFile
(
QStringLiteral
(
"headerthemeeditorui.rc"
),
QStringLiteral
(
"headerthemeeditor"
));
restoreUiRcFile
(
QStringLiteral
(
"contactthemeeditorui.rc"
),
QStringLiteral
(
"contactthemeeditor"
));
restoreUiRcFile
(
QStringLiteral
(
"contactprintthemeeditorui.rc"
),
QStringLiteral
(
"contactprintthemeeditor"
));
...
...
@@ -894,7 +893,6 @@ void ImportMailJob::restoreConfig()
QStringLiteral
(
"akonadi_maildispatcher_agent.notifyrc"
),
QStringLiteral
(
"akonadi_followupreminder_agent.notifyrc"
),
QStringLiteral
(
"messageviewer.notifyrc"
),
QStringLiteral
(
"storageservicemanager.notifyrc"
)
};
//We can't merge it.
...
...
gui/backup-structure.txt
View file @
3a4fa96a
...
...
@@ -68,7 +68,6 @@ Root
| |---------akonadi_maildispatcher_agent.notifyrc
| |---------akonadi_newmailnotifier_agent.notifyrc
| |---------akonadi_followupreminder_agent.notifyrc
| |---------storageservicemanager.notifyrc
| |---------messagevieweradblockrc
| |---------knotesrc
| |---------akregatorrc
...
...
@@ -93,7 +92,6 @@ Root
| |---------korganizerui.rc
| |---------korganizer_part.rc
| |---------sieveeditorui.rc
| |---------storageservicemanagerui.rc
| |---------kmreadermainwin.rc
| |---------kmcomposerui.rc
| |---------kmmainwin.rc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment