Rename or configure IMAP attachments folder?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2012 07:28 AM
For the sake of my co-workers, who have little interest in the meaning of "IMAP", I have changed the home directory's name to "Mail Archive". Now I would like to change the name of the folder which, by default, is named "Imap Attachments".
How does one configure the name and location of this folder?
Where is the best place to read the basics about the terms used in these settings, e.g. spaces, store, company_name, and childname?
How does one configure the name and location of this folder?
Where is the best place to read the basics about the terms used in these settings, e.g. spaces, store, company_name, and childname?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2012 10:56 AM
I found the file with the setting by using the following command from the installation folder and scanning the results for likely candidates:
grep -lR attachments *
(I'm sure that I could have refined the search term more, but it took less time today to scan results than to discover a better search.) I eventually found what I was looking for in the following file:tomcat/webapps/alfresco/WEB-INF/classes/alfresco/repository.properties
The relevant line is the sixth in the "Spaces Configuration" section:# Spaces Configurationspaces.store=workspace://SpacesStorespaces.company_home.childname=app:company_homespaces.guest_home.childname=app:guest_homespaces.dictionary.childname=app:dictionaryspaces.templates.childname=app:space_templates[b][i]spaces.imap_attachments.childname=cm:Imap Attachments[/i][/b]spaces.imapConfig.childname=app:imap_configsspaces.imap_templates.childname=app:imap_templatesspaces.scheduled_actions.childname=cm:Scheduled Actionsspaces.emailActions.childname=app:email_actionsspaces.searchAction.childname=cm:searchspaces.templates.content.childname=app:content_templatesspaces.templates.email.childname=app:email_templatesspaces.templates.email.invite1.childname=app:invite_email_templatesspaces.templates.email.notify.childname=app:notify_email_templatesspaces.templates.email.following.childname=app:followingspaces.templates.rss.childname=app:rss_templatesspaces.savedsearches.childname=app:saved_searchesspaces.scripts.childname=app:scriptsspaces.wcm.childname=app:wcmspaces.wcm_content_forms.childname=app:wcm_formsspaces.content_forms.childname=app:formsspaces.user_homes.childname=app:user_homesspaces.user_homes.regex.key=userNamespaces.user_homes.regex.pattern=spaces.user_homes.regex.group_order=spaces.sites.childname=st:sitesspaces.templates.email.invite.childname=cm:invitespaces.templates.email.activities.childname=cm:activitiesspaces.rendition.rendering_actions.childname=app:rendering_actionsspaces.replication.replication_actions.childname=app:replication_actionsspaces.wcm_deployed.childname=cm:wcm_deployedspaces.transfers.childname=app:transfersspaces.transfer_groups.childname=app:transfer_groupsspaces.transfer_temp.childname=app:tempspaces.inbound_transfer_records.childname=app:inbound_transfer_recordsspaces.webscripts.childname=cm:webscriptsspaces.extension_webscripts.childname=cm:extensionwebscriptsspaces.models.childname=app:modelsspaces.workflow.definitions.childname=app:workflow_defsspaces.publishing.root.childname=app:publishing_rootspaces.templates.email.workflowemailnotification.childname=cm:workflownotificationspaces.nodetemplates.childname=app:node_templates
The file, in and of itself, is fairly helpful in understanding how Alfresco is structured by default and how various properties manifest themselves in the interface. But if there is a better place to apply myself to study the structure, I am open to guidance. Thank you!
