HEX
Server: Apache
System: Linux iad1-shared-e1-26 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: ricpug (13815490)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //etc/Muttrc.d/compressed-folders.rc
# Use folders which match on \\.gz$ or \\.bz2$ as [gb]zipped folders:
open-hook	\\.gz$ "gzip -cd '%f' > '%t'"
close-hook	\\.gz$ "gzip -c '%t' > '%f'"
append-hook	\\.gz$ "gzip -c '%t' >> '%f'"
open-hook	\\.bz2$ "bzip2 -cd '%f' > '%t'"
close-hook	\\.bz2$ "bzip2 -c '%t' > '%f'"
append-hook	\\.bz2$ "bzip2 -c '%t' >> '%f'"
open-hook   \\.xz$ "xz -cd %f > %t"
close-hook  \\.xz$ "xz -c %t > %f"
append-hook \\.xz$ "xz -c %t >> %f"