summaryrefslogtreecommitdiff
path: root/pith/hist.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2015-09-20 19:20:54 -0600
committerEduardo Chappa <chappa@washington.edu>2015-09-20 19:20:54 -0600
commit23e421e7262fd5f7be2a68648234cf44eea1e289 (patch)
tree0b80d9a896c8405c973d87768d9c6f62580a8343 /pith/hist.c
parent040d361422b6b5791678220366be2374107801b1 (diff)
downloadalpine-23e421e7262fd5f7be2a68648234cf44eea1e289.tar.xz
* When saving an attachment, the ^Y and ^V commands allow a user to scroll
through the history of directories used to save attachments, while preserving the given name of the file. Suggested by Peter Koellner.
Diffstat (limited to 'pith/hist.c')
-rw-r--r--pith/hist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pith/hist.c b/pith/hist.c
index 77a4b012..b980848c 100644
--- a/pith/hist.c
+++ b/pith/hist.c
@@ -49,7 +49,6 @@ free_hist(HISTORY_S **history)
int i;
if(history && *history){
-
for(i = 0; i < (*history)->histsize; i++)
if((*history)->hist[i] && (*history)->hist[i]->str)
fs_give((void **) &(*history)->hist[i]->str);