Ignore:
Timestamp:
Sep 11, 2011, 1:18:14 PM (13 years ago)
Author:
GitHub Merge Button <merge-button@github.com>
Parents:
6646fdb (diff), 8a13ea3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge 8a13ea3063191e5cf58fc382cafe76511c6cf056 into 6646fdb981a88a6548cbc3da4b4963330fe1c7d6
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/lib/BarnOwl/Style/Default.pm

    r5738650 r8a13ea3  
    113113        }
    114114        $header .= '@b{' . maybe($m->pretty_sender) . '}';
     115        if (defined($m->realm) && $m->realm ne BarnOwl::zephyr_getrealm()) {
     116            $header .= ' {' . $self->humanize($m->realm, 1) . '}';
     117        }
    115118    }
    116119
Note: See TracChangeset for help on using the changeset viewer.