author | conber <conber> | 2002-06-15 16:43:55 (UTC) |
---|---|---|
committer | conber <conber> | 2002-06-15 16:43:55 (UTC) |
commit | 9f41969610f9db5d60d6080abae0b21e54a549e2 (patch) (side-by-side diff) | |
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 @@ -1,8 +1,8 @@ #ifndef DEFINES_H #define DEFINES_H #define VERSION "0.0.9" -#define USERAGENT "LISAMail/" + VERSION +#define USERAGENT "OpieMail/" + VERSION #endif |