<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>blacklist: disable in mail view, enable in ingo</title> 
  <pubDate>Fri, 10 Apr 2026 02:41:23 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/8968</link> 
  <atom:link rel="self" type="application/rss+xml" title="blacklist: disable in mail view, enable in ingo" href="https://bugs.horde.org/ticket/8968/rss" /> 
  <description>blacklist: disable in mail view, enable in ingo</description> 
 
   
   
  <item> 
   <title>Hi, 
I&#039;d like to do the following
 1. disable the blacklis</title> 
   <description>Hi, 
I&#039;d like to do the following
 1. disable the blacklist/whitelist &quot;buttons&quot; in mail index and mail view
 2. keep  blacklist/whitelist enabled in ingo

In horde/config/registry.php I removed &#039;mail/blacklistFrom&#039;, &#039;mail/whitelistFrom&#039;
from provides for ingo. Result: 
 1. ok
 2. blacklist/whitelist butons in ingo are visable, but not the function - 
    &quot;Blacklist is not supported in the current filtering driver.&quot;

Proposed fix in ingo/lib/Script.php:

-        if ($key !== false &amp;&amp; ($registry-&gt;hasMethod(&#039;mail/blacklistFrom&#039;) != &#039;ingo&#039;)) {
            unset($this-&gt;_categories[$key]);
        }

        /* Determine if ingo should handle the whitelist. */
        $key = array_search(INGO_STORAGE_ACTION_WHITELIST, $this-&gt;_categories);
-        if ($key !== false &amp;&amp; ($registry-&gt;hasMethod(&#039;mail/whitelistFrom&#039;) != &#039;ingo&#039;)) {
            unset($this-&gt;_categories[$key]);


+        if ($key !== false &amp;&amp; ($registry-&gt;hasMethod(&#039;mail/showBlacklist&#039;) != &#039;ingo&#039;)) {
            unset($this-&gt;_categories[$key]);
        }

        /* Determine if ingo should handle the whitelist. */
        $key = array_search(INGO_STORAGE_ACTION_WHITELIST, $this-&gt;_categories);
+        if ($key !== false &amp;&amp; ($registry-&gt;hasMethod(&#039;mail/showWhitelist&#039;) != &#039;ingo&#039;)) {
            unset($this-&gt;_categories[$key]);

Result:
 1. ok
 2. ok

Regards,
Frank</description> 
   <pubDate>Fri, 16 Apr 2010 12:09:48 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8968#t58525</link> 
  </item> 
   
  <item> 
   <title>No, this doesn&#039;t make sense. We really want to check which a</title> 
   <description>No, this doesn&#039;t make sense. We really want to check which app of the registry allows to *set* the list. Not which one allows to read it. What you want can&#039;t be done, because either you allow Ingo to set the lists, or you don&#039;t.</description> 
   <pubDate>Sun, 18 Apr 2010 12:25:04 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8968#t58556</link> 
  </item> 
   
  <item> 
   <title>To make it clear:
 - I want let Ingo set the blacklist.
 -</title> 
   <description>To make it clear:
 - I want let Ingo set the blacklist.
 - I don&#039;t want let Imp set the blacklist.
How to do that?

Thanks,
Frank</description> 
   <pubDate>Tue, 20 Apr 2010 06:56:20 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8968#t58583</link> 
  </item> 
   
  <item> 
   <title>It&#039;s not possible.</title> 
   <description>It&#039;s not possible.</description> 
   <pubDate>Tue, 20 Apr 2010 08:15:31 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8968#t58584</link> 
  </item> 
   
  <item> 
   <title>May I make this an enhancement request?

It has shown at o</title> 
   <description>May I make this an enhancement request?

It has shown at our site that placing the &quot;blacklist&quot; in IMP on top of every page leads to accidental adding of addresses to the blacklist (and later discarded e-mails).
On the other hand this blacklist feature, accessible in Ingo, is useful.

Frank</description> 
   <pubDate>Tue, 20 Apr 2010 12:52:25 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8968#t58589</link> 
  </item> 
   
  <item> 
   <title>No, it doesn&#039;t make sense. Either you allow your users to ad</title> 
   <description>No, it doesn&#039;t make sense. Either you allow your users to add addresses to the lists or you don&#039;t. There is a big message when users add an address, including a link to edit the list.</description> 
   <pubDate>Tue, 20 Apr 2010 14:55:03 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/8968#t58590</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
