Github messages for mblaze
 help / color / mirror / Atom feed
* [ISSUE] mexport does not separate mails with blank lines
@ 2021-05-09 10:30 skarnet
  2021-05-09 20:00 ` [ISSUE] [CLOSED] " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: skarnet @ 2021-05-09 10:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 502 bytes --]

New issue by skarnet on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/207

Description:
Hello,
I'm trying to concatenate several files, containing one mail each, into a single mbox.
What I'm running:
```
echo file1 file2 | mexport > mbox
```
What I'm expecting in the `mbox` file:
```
From sender1
Headers1

Body1

From sender2
Headers2

Body2
```

What I'm getting:
```
From sender1
Headers1

Body1
From sender2
Headers2

Body2
```
Is this expected?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ISSUE] [CLOSED] mexport does not separate mails with blank lines
  2021-05-09 10:30 [ISSUE] mexport does not separate mails with blank lines skarnet
@ 2021-05-09 20:00 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2021-05-09 20:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

Closed issue by skarnet on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/207

Description:
Hello,
I'm trying to concatenate several files, containing one mail each, into a single mbox.
What I'm running:
```
echo file1 file2 | mexport > mbox
```
What I'm expecting in the `mbox` file:
```
From sender1
Headers1

Body1

From sender2
Headers2

Body2
```

What I'm getting:
```
From sender1
Headers1

Body1
From sender2
Headers2

Body2
```
Is this expected?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-09 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-09 10:30 [ISSUE] mexport does not separate mails with blank lines skarnet
2021-05-09 20:00 ` [ISSUE] [CLOSED] " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).