]> git.llucax.com Git - software/mutt-debian.git/blobdiff - status.c
fix index weirdness if mailbox is emptied while inside the pager (Closes: 375530)
[software/mutt-debian.git] / status.c
index 09f76db3953b1ed837ba3b91a943efeb58d4a74e..db5cbfbfaeae37b2ec012ca1e2637b83817dff62 100644 (file)
--- a/status.c
+++ b/status.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2007 Michael R. Elkins <me@mutt.org>
  * 
  *     This program is free software; you can redistribute it and/or modify
  *     it under the terms of the GNU General Public License as published by
@@ -99,7 +99,7 @@ status_format_str (char *buf, size_t buflen, size_t col, char op, const char *sr
       if (Context && Context->path)
       {
        strfcpy (tmp, Context->path, sizeof (tmp));
-       mutt_pretty_mailbox (tmp);
+       mutt_pretty_mailbox (tmp, sizeof (tmp));
       }
       else
        strfcpy (tmp, _("(no mailbox)"), sizeof (tmp));