diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/kdenetwork11/files/patch-ab | 28 |
1 files changed, 28 insertions, 0 deletions
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"); + |