Changeset c7041b3 for stylefunc.c
- Timestamp:
- Oct 28, 2003, 10:42:36 PM (22 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 1db061d
- Parents:
- cee1f25
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stylefunc.c
re3d9c77 rc7041b3 292 292 owl_fmtext_append_normal(fm, " "); 293 293 owl_fmtext_append_normal(fm, tty); 294 owl_fmtext_append_normal(fm, " "); 295 owl_fmtext_append_normal(fm, shorttimestr); 294 296 owl_fmtext_append_normal(fm, "\n"); 295 297 … … 382 384 owl_fmtext_append_normal(fm, " for "); 383 385 owl_fmtext_append_normal(fm, owl_message_get_sender(m)); 386 owl_fmtext_append_normal(fm, " "); 387 owl_fmtext_append_normal(fm, shorttimestr); 384 388 owl_fmtext_append_normal(fm, "\n"); 385 389 } else if (owl_message_is_direction_in(m)) {
Note: See TracChangeset
for help on using the changeset viewer.