mirror of
https://git.sr.ht/~sircmpwn/aerc
synced 2024-11-23 16:42:07 +01:00
Remove extra debug statement
This commit is contained in:
parent
36419d85aa
commit
315cdf308a
@ -107,7 +107,6 @@ func NewMessageViewer(conf *config.AercConfig, store *lib.MessageStore,
|
||||
}
|
||||
pager = exec.Command(cmd[0], cmd[1:]...)
|
||||
|
||||
fmt.Printf("%v\n", conf.Filters)
|
||||
for _, f := range conf.Filters {
|
||||
mime := msg.BodyStructure.MIMEType + "/" + msg.BodyStructure.MIMESubType
|
||||
switch f.FilterType {
|
||||
|
Loading…
Reference in New Issue
Block a user