You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I often need to create a bag in a different location than my working directory.
Describe the solution you'd like
I'd like to mailbag to a destination like --destination path/to/staging/mailbags/ or -m /path/to/staging/mailbags/mailbag.name
Describe alternatives you've considered
I could move it after the fact mailbagit ... -m mailbagname | mv mailbagname path/to/staging/mailbags/
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I often need to create a bag in a different location than my working directory.
Describe the solution you'd like
I'd like to mailbag to a destination like
--destination path/to/staging/mailbags/
or-m /path/to/staging/mailbags/mailbag.name
Describe alternatives you've considered
I could move it after the fact
mailbagit ... -m mailbagname | mv mailbagname path/to/staging/mailbags/
The text was updated successfully, but these errors were encountered: