diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-11 18:30:03 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-11 18:30:03 +0000 |
commit | 0f8ac777580ae22e2c572c5382c864b2dee0ab44 (patch) | |
tree | deef4cca275e6f5569be6b402401cfac0baa494d /mail/pygmy/Makefile | |
parent | 47b745b18c03c34a312c26fa2cafe0b1d0b6ee72 (diff) | |
download | FreeBSD-ports-0f8ac777580ae22e2c572c5382c864b2dee0ab44.zip FreeBSD-ports-0f8ac777580ae22e2c572c5382c864b2dee0ab44.tar.gz |
When doing "Reply to all" try harder to remove own address from the To/CC
lists by using case-independent comparision.
Diffstat (limited to 'mail/pygmy/Makefile')
-rw-r--r-- | mail/pygmy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/pygmy/Makefile b/mail/pygmy/Makefile index 6b6680d..9062bdd 100644 --- a/mail/pygmy/Makefile +++ b/mail/pygmy/Makefile @@ -7,6 +7,7 @@ PORTNAME= pygmy PORTVERSION= 0.5.7 +PORTREVISION= 1 CATEGORIES= mail python gnome MASTER_SITES= http://pygmy.sourceforge.net/ |