about summary refs log tree commit diff
path: root/mpick.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpick.c')
-rw-r--r--mpick.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/mpick.c b/mpick.c
index 3b11e67..6d80e63 100644
--- a/mpick.c
+++ b/mpick.c
@@ -1256,10 +1256,8 @@ mailfile(struct mailinfo *m, char *file)
 {
 	static int init;
 	if (!init) {
-		// delay loading of the seqmap until we need to scan the first
-		// file, in case someone in the pipe updated the map before
-		char *seqmap = blaze822_seq_open(0);
-		blaze822_seq_load(seqmap);
+		// delay loading of the cur mail until we need to scan the first
+		// file, in case someone in the pipe updated it before
 		cur = blaze822_seq_cur();
 		init = 1;
 	}