Skip to content

Commit

Permalink
actually use the IMAP detection result to enable imap-options
Browse files Browse the repository at this point in the history
Follow-up to 67d81bf
  • Loading branch information
vszakats committed Nov 17, 2023
1 parent 67d81bf commit 61db01d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trurl.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ static void show_version(void)
fprintf(stdout, " normalize-ipv4");
#endif
#ifdef SUPPORTS_IMAP_OPTIONS
fprintf(stdout, " imap-options");
if(supports_imap)
fprintf(stdout, " imap-options");
#endif
#ifdef SUPPORTS_PUNY2IDN
if(supports_puny)
Expand Down

0 comments on commit 61db01d

Please sign in to comment.