author | conber <conber> | 2002-06-15 16:43:55 (UTC) |
---|---|---|
committer | conber <conber> | 2002-06-15 16:43:55 (UTC) |
commit | 9f41969610f9db5d60d6080abae0b21e54a549e2 (patch) (unidiff) | |
tree | 10eb486d28aa02a19ebe1dee2f18863a2b9386a2 | |
parent | f2f238ad06ce87e644bf56d0c6950a2aeae35ed4 (diff) | |
download | opie-9f41969610f9db5d60d6080abae0b21e54a549e2.zip opie-9f41969610f9db5d60d6080abae0b21e54a549e2.tar.gz opie-9f41969610f9db5d60d6080abae0b21e54a549e2.tar.bz2 |
changed useragent string
-rw-r--r-- | noncore/unsupported/mail2/libmail/defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/unsupported/mail2/libmail/defines.h b/noncore/unsupported/mail2/libmail/defines.h index 489cb0e..5efaf1e 100644 --- a/noncore/unsupported/mail2/libmail/defines.h +++ b/noncore/unsupported/mail2/libmail/defines.h | |||
@@ -3,6 +3,6 @@ | |||
3 | 3 | ||
4 | #define VERSION "0.0.9" | 4 | #define VERSION "0.0.9" |
5 | 5 | ||
6 | #define USERAGENT "LISAMail/" + VERSION | 6 | #define USERAGENT "OpieMail/" + VERSION |
7 | 7 | ||
8 | #endif | 8 | #endif |