Summary | No purge, and not moving messages to trash? |
Queue | IMP |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | j2 (at) mupp (dot) net |
Created | 01/23/2006 (7133 days ago) |
Due | |
Updated | 01/28/2006 (7128 days ago) |
Assigned | 01/24/2006 (7132 days ago) |
Resolved | 01/25/2006 (7131 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
anything usggesting that this still is enabled?
deleted messages when using a trash folder. Removed the Hide links in
this case.
1. Updated CVS
2. Logged in.
3. Was glad to see "Hide" and "Purge" links in IMP.
4. Clicked "Hide"
5. Deleted messages was now hidden from display.
6. "Hide" and "Purge" links are no longer visible.
7. LogOut/Login did not bring them back. But the messages remain hidden.
State ⇒ Resolved
Priority ⇒ 2. Medium
New Attachment: untitled.JPG
link. Also, users (who have never had a trash folder) have started to
report the same problem.
State ⇒ Not A Bug
delete mail.
#2) - there are no purge linksSo, if i move 6 messages frpm inbox->trash i end up with 6+6 messages.
If i try to move them again, i then have 6 messages in inbox and 12 in Trash.
State ⇒ Assigned
scooter:/var/www/webmail.skyddsrummet.net/horde# cat imp/config/conf.php
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: imp/config/conf.xml,v 1.53.2.9 2006/01/14 16:52:34 ericr Exp $
$conf['utils']['spellchecker'] = '/usr/bin/ispell';
$conf['utils']['gnupg'] = '/usr/bin/gpg';
$conf['utils']['gnupg_keyserver'] = array('wwwkeys.pgp.net');
$conf['utils']['gnupg_timeout'] = '10';
$conf['utils']['openssl_cafile'] = '/etc/apache/ssl.crt/ca-bundle.crt';
$conf['utils']['openssl_binary'] = '/usr/bin/openssl';
$conf['menu']['apps'] = array('horde', 'imp', 'ingo', 'kronolith',
'mimp', 'mnemo', 'nag', 'passwd', 'turba');
$conf['user']['allow_view_source'] = true;
$conf['user']['allow_resume_all'] = false;
$conf['user']['allow_resume_all_in_drafts'] = false;
$conf['user']['select_sentmail_folder'] = false;
$conf['user']['allow_folders'] = true;
$conf['user']['alternate_login'] = false;
$conf['user']['redirect_on_logout'] = false;
$conf['server']['change_server'] = false;
$conf['server']['change_port'] = false;
$conf['server']['change_protocol'] = false;
$conf['server']['change_smtphost'] = false;
$conf['server']['change_smtpport'] = false;
$conf['server']['server_list'] = 'none';
$conf['server']['sort_limit'] = '0';
$conf['server']['cache_folders'] = false;
$conf['server']['cache_msgbody'] = false;
$conf['mailbox']['show_attachments'] = true;
$conf['mailbox']['show_preview'] = true;
$conf['mailbox']['show_xpriority'] = true;
$conf['fetchmail']['show_account_colors'] = true;
$conf['fetchmail']['size_limit'] = '1000000';
$conf['msgsettings']['filtering']['words'] = './config/filter.txt';
$conf['msgsettings']['filtering']['replacement'] = '****';
$conf['spam']['reporting'] = false;
$conf['notspam']['reporting'] = false;
$conf['msg']['prepend_header'] = true;
$conf['msg']['append_trailer'] = true;
$conf['compose']['allow_cc'] = true;
$conf['compose']['allow_bcc'] = true;
$conf['compose']['allow_receipts'] = true;
$conf['compose']['special_characters'] = true;
$conf['compose']['use_vfs'] = false;
$conf['compose']['link_all_attachments'] = false;
$conf['compose']['link_attachments_notify'] = true;
$conf['compose']['link_attachments'] = true;
$conf['compose']['add_maildomain_to_unexpandable'] = false;
$conf['compose']['attach_size_limit'] = '0';
$conf['compose']['attach_count_limit'] = '0';
$conf['hooks']['vinfo'] = false;
$conf['hooks']['signature'] = false;
$conf['hooks']['trailer'] = false;
$conf['hooks']['fetchmail_filter'] = false;
$conf['hooks']['mbox_redirect'] = false;
$conf['hooks']['mbox_icon'] = false;
$conf['hooks']['spam_bounce'] = false;
$conf['maillog']['use_maillog'] = true;
$conf['tasklist']['use_tasklist'] = true;
$conf['notepad']['use_notepad'] = true;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ No purge, and not moving messages to trash?
Queue ⇒ IMP
State ⇒ Unconfirmed
a consultant (Jan Schneider).
He did a great job, at a very reasonable price (suck-up detected...)
But i have two problems.
1. There is no"purge" link anywhere in the interface, so i cannot delete mail.
2. When moving messages to the "Trash" folder, they are still in the INBOX.
So, if i move 6 messages frpm inbox->trash i end up with 6+6 messages.
If i try to move them again, i then have 6 messages in inbox and 12 in Trash.
Here is my servers.php
$servers['imap'] = array(
'name' => 'Scooter',
'server' => 'scooter.mupp.net',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143,
'maildomain' => 'mupp.net',
'smtphost' => 'scooter.mupp.net',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
);
Horde:
scooter:/var/www/webmail.skyddsrummet.net/horde# cat config/conf.php
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: horde/config/conf.xml,v 1.74.2.27 2006/01/18 23:18:02 jan Exp $
$conf['debug_level'] = E_ALL;
$conf['max_exec_time'] = 0;
$conf['use_ssl'] = 2;
$conf['server']['name'] = $_SERVER['SERVER_NAME'];
$conf['server']['port'] = $_SERVER['SERVER_PORT'];
$conf['compress_pages'] = true;
$conf['umask'] = 077;
$conf['session']['name'] = 'Horde';
$conf['session']['cache_limiter'] = 'nocache';
$conf['session']['timeout'] = 0;
$conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
$conf['cookie']['path'] = '/horde';
$conf['sql']['persistent'] = false;
$conf['sql']['hostspec'] = 'localhost';
$conf['sql']['username'] = 'horde3';
$conf['sql']['password'] = 'removedfromfile';
$conf['sql']['protocol'] = 'unix';
$conf['sql']['database'] = 'horde3';
$conf['sql']['charset'] = 'iso-8859-1';
$conf['sql']['phptype'] = 'mysql';
$conf['auth']['admins'] = array('Administrator', 'j2');
$conf['auth']['checkip'] = true;
$conf['auth']['checkbrowser'] = true;
$conf['auth']['alternate_login'] = false;
$conf['auth']['redirect_on_logout'] = false;
$conf['auth']['params']['app'] = 'imp';
$conf['auth']['driver'] = 'application';
$conf['signup']['allow'] = false;
$conf['log']['priority'] = PEAR_LOG_DEBUG;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['log']['name'] = '/tmp/horde.log';
$conf['log']['params']['append'] = true;
$conf['log']['type'] = 'file';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;
$conf['prefs']['params']['driverconfig'] = 'horde';
$conf['prefs']['driver'] = 'sql';
$conf['datatree']['params']['driverconfig'] = 'horde';
$conf['datatree']['driver'] = 'sql';
$conf['group']['driver'] = 'datatree';
$conf['cache']['default_lifetime'] = 1800;
$conf['cache']['driver'] = 'zps4';
$conf['token']['params']['driverconfig'] = 'horde';
$conf['token']['driver'] = 'sql';
$conf['mailer']['params']['sendmail_path'] = '/usr/lib/sendmail';
$conf['mailer']['params']['sendmail_args'] = '-oi';
$conf['mailer']['type'] = 'sendmail';
$conf['vfs']['params']['driverconfig'] = 'horde';
$conf['vfs']['type'] = 'sql';
$conf['sessionhandler']['type'] = 'none';
$conf['image']['convert'] = '/usr/bin/convert';
$conf['mime']['magic_db'] = '/usr/share/file/magic.mime';
$conf['geoip']['datafile'] = '/tmp/GeoIP.dat';
$conf['problems']['email'] = 'webmaster@skyddsrummet.net';
$conf['problems']['maildomain'] = 'skyddsrummet.net';
$conf['problems']['tickets'] = false;
$conf['menu']['apps'] = array();
$conf['menu']['always'] = false;
$conf['menu']['links']['help'] = 'all';
$conf['menu']['links']['help_about'] = true;
$conf['menu']['links']['options'] = 'authenticated';
$conf['menu']['links']['problem'] = 'all';
$conf['menu']['links']['login'] = 'all';
$conf['menu']['links']['logout'] = 'authenticated';
$conf['hooks']['permsdenied'] = false;
$conf['hooks']['username'] = false;
$conf['hooks']['preauthenticate'] = false;
$conf['hooks']['postauthenticate'] = false;
$conf['hooks']['authldap'] = false;
$conf['portal']['fixed_blocks'] = array();
$conf['weatherdotcom']['partner_id'] = '1016374277';
$conf['weatherdotcom']['license_key'] = 'b5cb27426f07baff';
$conf['fortune']['exec_path'] = '/usr/games/fortune';
$conf['accounts']['driver'] = 'null';
$conf['imsp']['enabled'] = false;
$conf['kolab']['enabled'] = false;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */