From a97aaf8ddd3adf9fbb6814e91add41dd8af1646e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Wed, 4 Mar 1998 23:18:04 +0000 Subject: Fix path of mail directory (/var/mail) --- net/kdenetwork11/files/patch-ab | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 net/kdenetwork11/files/patch-ab diff --git a/net/kdenetwork11/files/patch-ab b/net/kdenetwork11/files/patch-ab new file mode 100644 index 000000000000..b9cdbb5ef521 --- /dev/null +++ b/net/kdenetwork11/files/patch-ab @@ -0,0 +1,28 @@ +*** kmail/kmacctlocal.cpp~ Sat Feb 28 15:56:44 1998 +--- kmail/kmacctlocal.cpp Sat Feb 28 15:57:14 1998 +*************** +*** 42,46 **** + void KMAcctLocal::init(void) + { +! mLocation = "/var/spool/mail/"; + mLocation.detach(); + mLocation += getenv("USER"); +--- 42,46 ---- + void KMAcctLocal::init(void) + { +! mLocation = "/var/mail/"; + mLocation.detach(); + mLocation += getenv("USER"); +*************** +*** 99,103 **** + void KMAcctLocal::readConfig(KConfig& config) + { +! QString defaultPath("/var/spool/mail/"); + defaultPath += getenv("USER"); + +--- 99,103 ---- + void KMAcctLocal::readConfig(KConfig& config) + { +! QString defaultPath("/var/mail/"); + defaultPath += getenv("USER"); + -- cgit v1.2.3