Removed all POP support
[mmh] / sbr / context_save.c
index 4fa60ea..4ee40ca 100644 (file)
@@ -2,8 +2,6 @@
 /*
  * context_save.c -- write out the updated context file
  *
- * $Id$
- *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  * complete copyright information.
@@ -25,6 +23,10 @@ context_save (void)
     register struct node *np;
     FILE *out;
     sigset_t set, oset;
+    
+    /* No context in use -- silently ignore any changes! */
+    if (!ctxpath)
+       return;
 
     if (!(ctxflags & CTXMOD))
        return;