Displaying 3 results from an estimated 3 matches for "a_box".
Did you mean:
_box
2015 Sep 28
2
doveadm fetch line wrapping
The manual at http://wiki2.dovecot.org/Tools/Doveadm/Deduplicate
tells how to estimate what will be expunged:
> doveadm -f table fetch -u jane 'guid uid' mailbox a_Box | sort
I wanted to learn the subjects:
> doveadm -f table fetch -u jane 'guid hdr.Subject' mailbox a_Box
In the output, long lines will be broken up, continuation lines starting
with a blank (mostly), disabling the sort
> doveadm -f table fetch -u jane 'guid hdr.Subject'...
2015 Sep 28
1
doveadm fetch line wrapping
...n:
> On 28 Sep 2015, at 14:03, Peter Chiochetti <pch at myzel.net> wrote:
>>
>> The manual at http://wiki2.dovecot.org/Tools/Doveadm/Deduplicate
>> tells how to estimate what will be expunged:
>>
>>> doveadm -f table fetch -u jane 'guid uid' mailbox a_Box | sort
>>
>> I wanted to learn the subjects:
>>
>>> doveadm -f table fetch -u jane 'guid hdr.Subject' mailbox a_Box
>>
>> In the output, long lines will be broken up, continuation lines starting with a blank (mostly), disabling the sort
>>
>&g...
2015 Sep 28
0
doveadm fetch line wrapping
On 28 Sep 2015, at 14:03, Peter Chiochetti <pch at myzel.net> wrote:
>
> The manual at http://wiki2.dovecot.org/Tools/Doveadm/Deduplicate
> tells how to estimate what will be expunged:
>
>> doveadm -f table fetch -u jane 'guid uid' mailbox a_Box | sort
>
> I wanted to learn the subjects:
>
>> doveadm -f table fetch -u jane 'guid hdr.Subject' mailbox a_Box
>
> In the output, long lines will be broken up, continuation lines starting with a blank (mostly), disabling the sort
>
>> doveadm -f table fetc...