diff options
author | Stefan Eßer <se@FreeBSD.org> | 1998-03-04 23:18:04 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1998-03-04 23:18:04 +0000 |
commit | a97aaf8ddd3adf9fbb6814e91add41dd8af1646e (patch) | |
tree | 2ab75451b5edabdffd3bf17542ff857331762275 | |
parent | Fix some paths to editors/nvi (now editors/nvi-m17n). (diff) |
Fix path of mail directory (/var/mail)
Notes
Notes:
svn path=/head/; revision=10037
-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"); + |