NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/web/inc/presets/sieve/sieve_7.yml

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

sieve_7.yml on main
Author Date Commit Line Code
andryyy over 6 years ago d468ecf

[Web] Add more sieve presets

Full commit hash
d468ecfa65b01f1482eeb3601f458087476ced43
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
1
headline: lang.sieve_preset_7
Open commit View diff
1 headline: lang.sieve_preset_7
same change d468ecf

[Web] Add more sieve presets

Full commit hash
d468ecfa65b01f1482eeb3601f458087476ced43
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
2
content: |
Open commit View diff
2 content: |
same change d468ecf

[Web] Add more sieve presets

Full commit hash
d468ecfa65b01f1482eeb3601f458087476ced43
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
3
  redirect "[email protected]";
Open commit View diff
3 redirect "[email protected]";
same change d468ecf

[Web] Add more sieve presets

Full commit hash
d468ecfa65b01f1482eeb3601f458087476ced43
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
4
  # Either keep after redirecting:
Open commit View diff
4 # Either keep after redirecting:
same change d468ecf

[Web] Add more sieve presets

Full commit hash
d468ecfa65b01f1482eeb3601f458087476ced43
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
5
  # keep;
Open commit View diff
5 # keep;
same change d468ecf

[Web] Add more sieve presets

Full commit hash
d468ecfa65b01f1482eeb3601f458087476ced43
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
6
  # Or redirect and drop:
Open commit View diff
6 # Or redirect and drop:
same change d468ecf

[Web] Add more sieve presets

Full commit hash
d468ecfa65b01f1482eeb3601f458087476ced43
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
7
  discard; stop;
Open commit View diff
7 discard; stop;