Saved and printed messages use = instead of solid line in headers, for compatibility
This commit is contained in:
parent
6b6510b4ae
commit
7dc91eb0f2
@ -56,7 +56,7 @@ void DispHeader(GMsg* msg, bool prn, FILE* fp, int width) {
|
||||
int datewidth = width - CFG->disphdrdateset.pos;
|
||||
|
||||
char headerline[200];
|
||||
memset(headerline, _box_table(W_BHEAD,1), width);
|
||||
memset(headerline, '=', width);
|
||||
headerline[width] = NUL;
|
||||
|
||||
INam whofrom;
|
||||
|
Reference in New Issue
Block a user