.hgignore
author "martin f. krafft" <madduck@debian.org>
Tue, 07 Aug 2012 21:53:41 +0000
changeset 582 605f8c115711
parent 580 b62210b96ea7
permissions -rw-r--r--
Due to the UNION query in address_list, the assumption that the list of gids received from the database would be continuous does not hold. To prevent addresses for domains with multiple entry types from being listed, it is necessary to check the list of domain gids for every entry. Signed-off-by: martin f. krafft <madduck@debian.org> --- VirtualMailManager/common.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)

# use glob syntax.
syntax: glob

*~
*.py?
.*.swp
.swp
build
debian/vmm
debian/*.log
debian/*.debhelper
debian/files
debian/*substvars
.pc
*.egg-info