Show
Ignore:
Timestamp:
2003-04-07 13:08:10 (6 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Fix #1528.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • commands.c

    r3311 r3371  
    281281    strncat (prompt, "?", sizeof (prompt)); 
    282282 
    283   if (query_quadoption (OPT_BOUNCE, prompt) == M_NO) 
     283  if (query_quadoption (OPT_BOUNCE, prompt) != M_YES) 
    284284  { 
    285285    rfc822_free_address (&adr);