summaryrefslogtreecommitdiffstats
path: root/init.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-10-10 19:22:44 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-10-10 19:22:44 +0000
commit223ab2403b81bd57ab42ca9aa8c3c55384c1a71c (patch)
tree4d514ba98b956323130b6a8a28d8d95fe63f37df /init.c
parent45fe5475247c969b3a7b286ffbb61de67fef8801 (diff)
Vsevolod Volkov's POP mailbox patch.
Diffstat (limited to 'init.c')
-rw-r--r--init.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/init.c b/init.c
index 9c1cfd32..9a1fa6ed 100644
--- a/init.c
+++ b/init.c
@@ -1786,11 +1786,6 @@ void mutt_init (int skip_sys_rc, LIST *commands)
}
Tempdir = safe_strdup ((p = getenv ("TMPDIR")) ? p : "/tmp");
-
-#ifdef USE_POP
- PopUser = safe_strdup (Username);
-#endif
-
Editor = safe_strdup ((p = getenv ("EDITOR")) ? p : "vi");
Visual = safe_strdup ((p = getenv ("VISUAL")) ? p : Editor);