Changeset 31:86fa46480912 in mailjam for mailjam


Ignore:
Timestamp:
May 24, 2012, 12:32:41 PM (12 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Fixed bug #4 (Mailing lists are not available after adding them)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mailjam/daemon.py

    r25 r31  
    197197        self.mailjam.load()
    198198    def add(self, member_addr=None, list_addr=None):
     199        # reload data to ensure we have recently added lists available
     200        self.mailjam.load()
    199201        try:
    200202            self.mailjam.add_mailing_member(member_addr, list_addr)
Note: See TracChangeset for help on using the changeset viewer.