diff options
| author | Werner Koch <[email protected]> | 1998-09-29 16:15:15 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-09-29 16:15:15 +0000 |
| commit | 9a854f1010d6311576b823b6638997f9778b4327 (patch) | |
| tree | a2f20737cfaa86e6faaeebfef81892e7c56bfa63 /g10/mainproc.c | |
| parent | *** empty log message *** (diff) | |
| download | gnupg-9a854f1010d6311576b823b6638997f9778b4327.tar.gz gnupg-9a854f1010d6311576b823b6638997f9778b4327.zip | |
*** empty log message ***
Diffstat (limited to 'g10/mainproc.c')
| -rw-r--r-- | g10/mainproc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c index bcbc4bd92..dd40c10f5 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -243,7 +243,9 @@ proc_plaintext( CTX c, PACKET *pkt ) int any, clearsig, rc; KBNODE n; - if( opt.verbose ) + if( pt->namelen == 8 && !memcmp( pt->name, "_CONSOLE", 8 ) ) + log_info(_("note: sender requested \"for-your-eyes-only\"\n")); + else if( opt.verbose ) log_info("original file name='%.*s'\n", pt->namelen, pt->name); free_md_filter_context( &c->mfx ); c->mfx.md = md_open( 0, 0); |
