You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2004/03/30 04:15:24 UTC

cvs commit: james-server/src/java/org/apache/james/transport/mailets CommandListservManager.java

noel        2004/03/29 18:15:24

  Modified:    src/java/org/apache/james/transport/mailets Tag:
                        branch_2_1_fcs CommandListservManager.java
  Log:
  Allow $DISPLAY_NAME in list texts
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.4   +2 -1      james-server/src/java/org/apache/james/transport/mailets/Attic/CommandListservManager.java
  
  Index: CommandListservManager.java
  ===================================================================
  RCS file: /home/cvs/james-server/src/java/org/apache/james/transport/mailets/Attic/CommandListservManager.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- CommandListservManager.java	15 Mar 2004 03:54:19 -0000	1.1.2.3
  +++ CommandListservManager.java	30 Mar 2004 02:15:24 -0000	1.1.2.4
  @@ -196,6 +196,7 @@
       public Properties getStandardProperties() {
           Properties standardProperties = new Properties();
           standardProperties.put("LIST_NAME", getListName(false));
  +        standardProperties.put("DISPLAY_NAME", getListName(true));
           standardProperties.put("DOMAIN_NAME", getListDomain());
           return standardProperties;
       }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org