Kosmetyka poczty.
This commit is contained in:
parent
be9ed01bd0
commit
c7c2332c9d
1 changed files with 16 additions and 8 deletions
|
@ -27,10 +27,14 @@
|
||||||
/beep 1 %;\
|
/beep 1 %;\
|
||||||
/if ({poczta_show} =~ 'NEW' )\
|
/if ({poczta_show} =~ 'NEW' )\
|
||||||
/set poczta_show=NEW+%;\
|
/set poczta_show=NEW+%;\
|
||||||
/elseif ({poczta_show} =~ 'MSG' )\
|
/elseif ({poczta_show} =~ 'NEW+' )\
|
||||||
/set poczta_show=MULTI%;\
|
|
||||||
/elseif ({poczta_show} =~ 'MULTI' )\
|
|
||||||
\
|
\
|
||||||
|
/elseif ({poczta_show} =~ 'BOTH' )\
|
||||||
|
\
|
||||||
|
/elseif ({poczta_show} =~ 'SYNC' )\
|
||||||
|
\
|
||||||
|
/elseif ({poczta_show} =~ 'MSG' )\
|
||||||
|
/set poczta_show=BOTH%;\
|
||||||
/else \
|
/else \
|
||||||
/set poczta_show=NEW%;\
|
/set poczta_show=NEW%;\
|
||||||
/endif %;\
|
/endif %;\
|
||||||
|
@ -41,10 +45,14 @@
|
||||||
/beep 1 %;\
|
/beep 1 %;\
|
||||||
/if ({poczta_show} =~ 'NEW' )\
|
/if ({poczta_show} =~ 'NEW' )\
|
||||||
/set poczta_show=NEW+%;\
|
/set poczta_show=NEW+%;\
|
||||||
/elseif ({poczta_show} =~ 'MSG' )\
|
/elseif ({poczta_show} =~ 'NEW+' )\
|
||||||
/set poczta_show=MULTI%;\
|
|
||||||
/elseif ({poczta_show} =~ 'MULTI' )\
|
|
||||||
\
|
\
|
||||||
|
/elseif ({poczta_show} =~ 'BOTH' )\
|
||||||
|
\
|
||||||
|
/elseif ({poczta_show} =~ 'SYNC' )\
|
||||||
|
\
|
||||||
|
/elseif ({poczta_show} =~ 'MSG' )\
|
||||||
|
/set poczta_show=BOTH%;\
|
||||||
/else \
|
/else \
|
||||||
/set poczta_show=NEW%;\
|
/set poczta_show=NEW%;\
|
||||||
/endif %;\
|
/endif %;\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue