CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Delete email placed as activity via autofiling
Pages: [1]

Author Topic: Delete email placed as activity via autofiling  (Read 1305 times)

davideps

  • I’m new here
  • *
  • Posts: 28
  • Karma: 0
  • CiviCRM version: 4.0
  • CMS version: Drupal 7
  • MySQL version: 5.1
  • PHP version: 5.3.2
Delete email placed as activity via autofiling
October 17, 2011, 05:31:19 am
Hello,

I've setup autofiling email activities via EmailProcessor as described here:
http://wiki.civicrm.org/confluence/display/CRMDOC40/Autofiling+email+activities+via+EmailProcessor

I have a dropbox in my IMAP account where I place emails to download as activities in CiviCRM. However, I must have placed duplicate copies of a few of those emails because there are now a few dupes in CiviCRM. When viewing an email, I see only a "Done" button--no "Delete" button. I believe I have admin privileges already. How can I delete the dupes?

thank you,
-david

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Delete email placed as activity via autofiling
October 17, 2011, 07:34:24 am

Currently not possible to do so without code changes.

There was a proposal to allow deletion of inbound auto-filed emails. Would be great if you can check the code and submit a patch. Ping us on IRC if u need help getting started

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

davideps

  • I’m new here
  • *
  • Posts: 28
  • Karma: 0
  • CiviCRM version: 4.0
  • CMS version: Drupal 7
  • MySQL version: 5.1
  • PHP version: 5.3.2
Re: Delete email placed as activity via autofiling
October 17, 2011, 06:56:34 pm
I wish I had the skills to help in that department. Maybe someday.

beverlyawest

  • I’m new here
  • *
  • Posts: 1
  • Karma: 0
  • CiviCRM version: 3.4.beta3
  • CMS version: Joomla 1.5.25 Stable
  • MySQL version: 5.5.16
  • PHP version: 5.3.8
Re: Delete email placed as activity via autofiling
April 23, 2013, 05:31:07 pm
This seems to have fixed this (I'm on 3.4 on Joomla):

add the line labeled as "172" below to this file:

administrator/components/com_civicrm/civicrm/CRM/Activity/Selector/Activity.php

171        case 'Inbound Email' :
172            $showView = $showDelete = $showUpdate = true;
173            $url      = 'civicrm/contact/view/activity';

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Delete email placed as activity via autofiling

This forum was archived on 2017-11-26.