diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-03-11 12:50:27 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-03-11 12:51:05 -0400 |
commit | 8a3af0d049e8d33edb7357138a1841e269a18630 (patch) | |
tree | bad9b0830a9269b17774e8980829a8168dc105fe | |
parent | No longer start offlineimap on sm (diff) |
Limit max imap message size vm loads into memory to 0
-rw-r--r-- | .vm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,6 +91,7 @@ ;; Don't try to load entire messages into memory at startup. (setq vm-enable-external-messages '(imap)) +(setq vm-imap-max-message-size 0) ;; Set attribution format (setq vm-included-text-attribution-format "On %w, %m %2d, %y at %h %z, %F wrote: |