6.0.0-beta1
7/13/25

[#13613] maildir
Summary maildir
Queue Ingo
Queue Version 3.2.1
Type Bug
State Not A Bug
Priority 2. Medium
Owners
Requester cheese (at) nosuchhost (dot) net
Created 10/01/2014 (3938 days ago)
Due
Updated 10/01/2014 (3938 days ago)
Assigned
Resolved 10/01/2014 (3938 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
10/01/2014 04:36:21 PM Michael Slusarz State ⇒ Not A Bug
 
10/01/2014 01:06:28 PM cheese (at) nosuchhost (dot) net Comment #2 Reply to this comment

[Show Quoted Text - 28 lines]
can be closed
typo in backends.local.php
"path_style" would have been the correct setting, not pathstyle
10/01/2014 12:47:26 PM cheese (at) nosuchhost (dot) net Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ maildir
Queue ⇒ Ingo
Milestone ⇒
Patch ⇒ No
Reply to this comment
despite backends.local.php:
$backends['procmail']['script'][Ingo::RULE_ALL]['params']['pathstyle'] 
= 'maildir';

the filter which gets created has no maildir-style "/" at the end of 
the foldername.
Here mails with subject = radinger should get saved into Templates, 
which would translate into ".Templates/"

and we miss an option for the leftmost ".", as our maildir has this as 
folder-separator.


Skriptname: .procmailrc

      1: # Von Ingo erzeugtes procmail Script (October 1, 2014, 12:32 pm)
      2: DEFAULT=$HOME/Maildir/
      3: MAILDIR=$HOME/Maildir
      4: PATH=/usr/bin/:/bin/
      5: VACATION_DIR=$HOME
...
unrelated
...
     47: ##### filtern in Ordner #####
     48: :0
     49: * ^Subject:.*radinger
     50: Templates

Saved Queries