diff options
author | David Runge <dave@sleepmap.de> | 2015-09-12 00:32:04 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-09-12 00:32:04 +0200 |
commit | 1b8ad193b38baad8d632fe5f4e945b023ee7ea38 (patch) | |
tree | b6c8f78b3ddd260250fe1058a9a1955177275918 /.offlineimaprc | |
parent | df21d7cf989d74bceac949026ef03211d86c13bc (diff) | |
download | dotfiles-1b8ad193b38baad8d632fe5f4e945b023ee7ea38.tar.gz dotfiles-1b8ad193b38baad8d632fe5f4e945b023ee7ea38.tar.bz2 dotfiles-1b8ad193b38baad8d632fe5f4e945b023ee7ea38.tar.xz dotfiles-1b8ad193b38baad8d632fe5f4e945b023ee7ea38.zip |
~/.offlineimaprc: Moving mailboxes file to new location (with .rc ending).
Diffstat (limited to '.offlineimaprc')
-rw-r--r-- | .offlineimaprc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.offlineimaprc b/.offlineimaprc index 685a8e2..3b45032 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -6,7 +6,7 @@ pythonfile = ~/bin/pass2offlineimap # Automatic mailbox generationi for mutt [mbnames] enabled = yes -filename = ~/.mutt/mailboxes +filename = ~/.mutt/mailboxes.rc header = "mailboxes " peritem = "+%(accountname)s/%(foldername)s" sep = " " |