Skip to content
  • Rob Swindell's avatar
    Replace ESC chars with '.' when viewing messages, support '-<count>' with 'r'. · c4c9902d
    Rob Swindell authored
    When reading messages, circumvent ANSI-encoded messages by replacing the ESC
    character (ASCII 27) with '.'. This could be made an optional behavior if
    someone really wants ANSI-encoded messages to be read via smbutil.
    
    Also, allow continuous reading of 1 or more consecutive messages using the
    -<digit> option (no prompting).
    c4c9902d