Changeset 3374de9


Ignore:
Timestamp:
Aug 16, 2017, 12:53:41 PM (7 years ago)
Author:
Jason Gross <jasongross9@gmail.com>
Branches:
master
Children:
9a34040
Parents:
94b4b99e
git-author:
Jason Gross <jgross@mit.edu> (08/08/11 16:24:04)
git-committer:
Jason Gross <jasongross9@gmail.com> (08/16/17 12:53:41)
Message:
Log different realms to different files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/lib/BarnOwl/Message/Zephyr.pm

    r94b4b99e r3374de9  
    259259            push @filenames, $m->sender;
    260260        } else {
    261             return (lc(NFKC($m->class)));
     261            my $realm = '';
     262            $realm .= '@' . $m->realm if $m->realm ne BarnOwl::zephyr_getrealm();
     263            return (lc(NFKC($m->class)) . $realm);
    262264        }
    263265    } else {
Note: See TracChangeset for help on using the changeset viewer.