about summary refs log tree commit diff
path: root/mseq.c
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-08-09 19:16:19 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-08-09 19:16:19 +0200
commitd233737be4a91daff5fe6bb17a06a16f7fc34266 (patch)
treea599845e2d1fd917eec0a0f31cac387122afb382 /mseq.c
parentb8631d13ffcf962ad47478cfa0e0552919ad8f40 (diff)
downloadmblaze-d233737be4a91daff5fe6bb17a06a16f7fc34266.tar.gz
mblaze-d233737be4a91daff5fe6bb17a06a16f7fc34266.tar.xz
mblaze-d233737be4a91daff5fe6bb17a06a16f7fc34266.zip
mseq: setcur: unset MAILDOT, because with -C we really want to force setting cur
Diffstat (limited to 'mseq.c')
-rw-r--r--mseq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mseq.c b/mseq.c
index 5602c4e..8a03a45 100644
--- a/mseq.c
+++ b/mseq.c
@@ -253,6 +253,7 @@ setcur(char *file)
 {
 	while (*file == ' ')
 		file++;
+	unsetenv("MAILDOT");
 	blaze822_seq_setcur(file);
 }