diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-04-27 19:17:56 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-04-27 19:17:56 +0000 |
commit | 2174e1b5062bc289181ac97df9850c2a38b11800 (patch) | |
tree | f36e56934138b209df32f29bae067d61f398684e | |
parent | 4003432bfa0e61864fbf2b52d377dab5239c63fb (diff) | |
download | fetchmail-2174e1b5062bc289181ac97df9850c2a38b11800.tar.gz fetchmail-2174e1b5062bc289181ac97df9850c2a38b11800.tar.bz2 fetchmail-2174e1b5062bc289181ac97df9850c2a38b11800.zip |
Joshua Crawford asked to change his mail address.
svn path=/branches/BRANCH_6-3/; revision=4811
-rw-r--r-- | contrib/PopDel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/PopDel.py b/contrib/PopDel.py index b0181c4d..9cc0f32c 100644 --- a/contrib/PopDel.py +++ b/contrib/PopDel.py @@ -40,7 +40,7 @@ class PopDel: BYE = "\n PopDel Ver.0.1+jc2 by Richard Harris and Joshua Crawford\n" +\ # " site - http://emptydog.com/\n" +\ " email - Richard Harris <rover@emptydog.com>\n" +\ - " email - Joshua Crawford <mortarn@softhome.net>\n" + " email - Joshua Crawford <jgcrawford@gmail.com>\n" PROMPT1 = "Choose message number to delete or 'q' to quit: " PROMPT2 = "Quit or abort: " CHOICES = ["Save changes and quit.", |