Show
Ignore:
Timestamp:
2000-01-19 06:59:01 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Don't move the index cursor after a failed attempt to save a
message. From Joe Orton <joe@…>.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • commands.c

    r1426 r1448  
    681681 
    682682    mutt_clear_error (); 
    683   } 
    684  
    685   return (0); 
     683    return (0); 
     684  } 
     685   
     686  return -1; 
    686687} 
    687688